ChangeLog 793 B

12345678910111213141516171819
  1. 2005-21-08 Boris Kirzner <[email protected]>
  2. * ReaderCache.cs: no not create guid if the value fetched is null.
  3. * SqlClientStrings.resx: fixed CON_PORT key value.
  4. 2005-18-08 Boris Kirzner <[email protected]>
  5. * AbstractDBCommand.cs:
  6. - Using Java regex instead of .Net ones.
  7. - Added GetReturnParameter method, used in resolving return value
  8. user parameter for stored procedures.
  9. - Do not set max rows for jdbc statement - this causes sp on sql server
  10. to fail in creating additional rows.
  11. 2005-22-06 Konstantin Triger <[email protected]>
  12. * AbstractDataReader.cs: GetBytes should return the data length if target buffer is null
  13. 2005-21-06 Konstantin Triger <[email protected]>
  14. * AbstractDataReader.cs: if command is preapred, recalculate params on every ExecReader