ChangeLog 2.5 KB

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