ChangeLog 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2006-05-01 Konstantin Triger <[email protected]
  2. * AbstractDataReader.cs, ReaderCache.cs: use stream interfaces
  3. where appropriate.
  4. 2005-14-12 Konstantin Triger <[email protected]>
  5. * DbPortResolver.cs, AbstractDBConnection.cs: differentiate between the situation where
  6. don't have a response and where instance name does not exist.
  7. 2005-14-12 Konstantin Triger <[email protected]>
  8. * DbPortResolver.cs: fix port resolution for unnamed instances.
  9. 2005-27-11 Boris Kirzner <[email protected]>
  10. AbstractDBCommand.cs: TARGET_JVM fix. Proper handle of return value
  11. parameter and corresponding user parameter.
  12. 2006-22-11 Konstantin Triger <[email protected]>
  13. * AbstractTransaction.cs: set inner exception.
  14. 2005-16-11 Boris Kirzner <[email protected]>
  15. * AbstractDBConnection.cs: TARGET_JVM fix. Throw exception if MSSQL port
  16. resolution failed.
  17. 2005-14-11 Boris Kirzner <[email protected]>
  18. * AbstractDBCommand.cs: TARGET_JVM fix. Provider name can be in any case..
  19. 2005-13-09 Boris Kirzner <[email protected]>
  20. * AbstractDBCommand.cs: TARGET_JVM fix. Check for derived parameters
  21. array length.
  22. 2005-28-08 Boris Kirzner <[email protected]>
  23. * ReaderCache.cs:
  24. - Create Guid from the string fetched.
  25. 2005-28-08 Boris Kirzner <[email protected]>
  26. * AbstractDBCommand.cs:
  27. - Do not check for "select ... from", just add "for browse" if needed.
  28. Removed unused regex.
  29. 2005-25-08 Boris Kirzner <[email protected]>
  30. * AbstractDBCommand.cs:
  31. - Set max fetch size for jdbc statement.
  32. 2005-21-08 Boris Kirzner <[email protected]>
  33. * ReaderCache.cs: no not create guid if the value fetched is null.
  34. * SqlClientStrings.resx: fixed CON_PORT key value.
  35. 2005-18-08 Boris Kirzner <[email protected]>
  36. * AbstractDBCommand.cs:
  37. - Using Java regex instead of .Net ones.
  38. - Added GetReturnParameter method, used in resolving return value
  39. user parameter for stored procedures.
  40. - Do not set max rows for jdbc statement - this causes sp on sql server
  41. to fail in creating additional rows.
  42. 2005-22-06 Konstantin Triger <[email protected]>
  43. * AbstractDataReader.cs: GetBytes should return the data length if target buffer is null
  44. 2005-21-06 Konstantin Triger <[email protected]>
  45. * AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader