2
0

ChangeLog 2.8 KB

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