ChangeLog 2.6 KB

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