ChangeLog 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2005-13-09 Boris Kirzner <[email protected]>
  2. * AbstractDBCommand.cs: TARGET_JVM fix. Check for derived parameters
  3. array length.
  4. 2005-28-08 Boris Kirzner <[email protected]>
  5. * ReaderCache.cs:
  6. - Create Guid from the string fetched.
  7. 2005-28-08 Boris Kirzner <[email protected]>
  8. * AbstractDBCommand.cs:
  9. - Do not check for "select ... from", just add "for browse" if needed.
  10. Removed unused regex.
  11. 2005-25-08 Boris Kirzner <[email protected]>
  12. * AbstractDBCommand.cs:
  13. - Set max fetch size for jdbc statement.
  14. 2005-21-08 Boris Kirzner <[email protected]>
  15. * ReaderCache.cs: no not create guid if the value fetched is null.
  16. * SqlClientStrings.resx: fixed CON_PORT key value.
  17. 2005-18-08 Boris Kirzner <[email protected]>
  18. * AbstractDBCommand.cs:
  19. - Using Java regex instead of .Net ones.
  20. - Added GetReturnParameter method, used in resolving return value
  21. user parameter for stored procedures.
  22. - Do not set max rows for jdbc statement - this causes sp on sql server
  23. to fail in creating additional rows.
  24. 2005-22-06 Konstantin Triger <[email protected]>
  25. * AbstractDataReader.cs: GetBytes should return the data length if target buffer is null
  26. 2005-21-06 Konstantin Triger <[email protected]>
  27. * AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader