ChangeLog 3.0 KB

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