ChangeLog 3.4 KB

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