ChangeLog 539 B

12345678910111213141516171819
  1. 2002-11-01 Daniel Morgan <[email protected]>
  2. * OdbcDataReader.cs: - uncommented code, but
  3. I put a FIXME: according to Brian,
  4. this does not work on MS .NET
  5. however, we need it for Mono
  6. for now. schemaRow.AcceptChanges(),
  7. - implement IEnumerable.GetEnumerator()
  8. * libodbc.cs: changed the DllImport from "odbc32.dll"
  9. 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.