ChangeLog 1.2 KB

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