ChangeLog 3.2 KB

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