| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- 2006-05-01 Konstantin Triger <[email protected]
- * AbstractDataReader.cs, ReaderCache.cs: use stream interfaces
- where appropriate.
- 2005-14-12 Konstantin Triger <[email protected]>
- * DbPortResolver.cs, AbstractDBConnection.cs: differentiate between the situation where
- don't have a response and where instance name does not exist.
-
- 2005-14-12 Konstantin Triger <[email protected]>
- * DbPortResolver.cs: fix port resolution for unnamed instances.
- 2005-27-11 Boris Kirzner <[email protected]>
- AbstractDBCommand.cs: TARGET_JVM fix. Proper handle of return value
- parameter and corresponding user parameter.
- 2006-22-11 Konstantin Triger <[email protected]>
- * AbstractTransaction.cs: set inner exception.
- 2005-16-11 Boris Kirzner <[email protected]>
- * AbstractDBConnection.cs: TARGET_JVM fix. Throw exception if MSSQL port
- resolution failed.
- 2005-14-11 Boris Kirzner <[email protected]>
- * AbstractDBCommand.cs: TARGET_JVM fix. Provider name can be in any case..
- 2005-13-09 Boris Kirzner <[email protected]>
- * AbstractDBCommand.cs: TARGET_JVM fix. Check for derived parameters
- array length.
- 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
|