ChangeLog 625 B

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