| 1234567891011121314151617181920212223242526272829 |
- 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.
|