| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 2004-05-14 Umadevi S ([email protected])
- * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs
- 2004-05-14 Umadevi S ([email protected])
- * Added Class OdbcCommandBuilder.cs
- 2004-05-14 Umadevi S ([email protected])
- * Added classes OdbcInfoMessageEventArgs.cs - with stubs
- * Added classes OdbcInfoMessageEventInfo.cs
- 2004-05-14 Umadevi S ([email protected])
- * Added classes OdbcPermission.cs, OdbcPermissionAttribute.cs - with stubs
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcException.cs : removed ErrorCode property, fixing signature
- * OdbcErrorCollection.cs : added internal ctor, reduced
- accessibility of Add method to internal
- * OdbcCommand.cs: marked hstmt field private, remove setters for
- Parameters property
- * OdbcDataReader.cs: Added GetDate method, renamed GetTimeSpan to
- GetTime to match MS.NET, added HasRows stub
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcError.cs:
- * OdbcErrorCollection.cs:
- * OdbcException.cs: fixed linefeeds to DOS to match other
- sources in System.Data.Odbc
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order
- to fix signature of OdbcConnection
- * OdbcDataReader.cs: No longer use ODbcConnection.Datareader, in
- order to fix signature of OdbcConnection
- * OdbcConnection.cs: Signature fixes: removed DataReader property,
- added setter for ConnectionTimeout, made transaction internal
- * OdbcParameter.cs: reduced accessibility of Bind method to
- internal, added setter for IsNullable
- * OdbcParameterCollection.cs: made default ctor and Bind method
- internal
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcCommand.cs: fixed linefeeds to DOS to match other sources
- in System.Data.Odbc
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcTransaction.cs: fixed signature to match MS.NET
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcType.cs: fixed typo UniqueIndetifier
- * OdbcColumn.cs : fixed typo UniqueIndetifier
- 2004-05-09 Gert Driesen ([email protected])
- * OdbcType.cs: fixed linefeeds to DOS to match other sources
- in System.Data.Odbc
- 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
- * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
- this class implement IDbTransaction interface.
- 2002-11-01 Daniel Morgan <[email protected]>
- * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
- according to Brian, this does not work on MS .NET however, we need it
- for Mono for now. schemaRow.AcceptChanges(),
- - implement IEnumerable.GetEnumerator()
-
- * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
-
- 2002-10-21 Gonzalo Paniagua Javier <[email protected]>
- * ChangeLog: added.
- * OdbcError.cs:
- * OdbcException.cs: added dummy implementation for these missing
- classes.
|