2003-12-01 Gonzalo Paniagua Javier * OdbcTransaction.cs: applied patch from Jeff Seifert that makes this class implement IDbTransaction interface. 2002-11-01 Daniel Morgan * 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 * ChangeLog: added. * OdbcError.cs: * OdbcException.cs: added dummy implementation for these missing classes.