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