ChangeLog 689 B

123456789101112131415161718192021
  1. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  2. * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
  3. this class implement IDbTransaction interface.
  4. 2002-11-01 Daniel Morgan <[email protected]>
  5. * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
  6. according to Brian, this does not work on MS .NET however, we need it
  7. for Mono for now. schemaRow.AcceptChanges(),
  8. - implement IEnumerable.GetEnumerator()
  9. * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
  10. 2002-10-21 Gonzalo Paniagua Javier <[email protected]>
  11. * ChangeLog: added.
  12. * OdbcError.cs:
  13. * OdbcException.cs: added dummy implementation for these missing
  14. classes.