| 1234567891011121314151617181920212223242526272829303132 |
- 2005-28-08 Boris Kirzner <[email protected]>
- * ReaderCache.cs:
- - Create Guid from the string fetched.
- 2005-28-08 Boris Kirzner <[email protected]>
- * AbstractDBCommand.cs:
- - Do not check for "select ... from", just add "for browse" if needed.
- Removed unused regex.
- 2005-25-08 Boris Kirzner <[email protected]>
- * AbstractDBCommand.cs:
- - Set max fetch size for jdbc statement.
-
- 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
|