ChangeLog 3.5 KB

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