ChangeLog 2.9 KB

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