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