ChangeLog 1.6 KB

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