ChangeLog 981 B

1234567891011121314151617181920212223242526272829
  1. 2004-05-09 Gert Driesen ([email protected])
  2. * OdbcType.cs: fixed typo UniqueIndetifier
  3. * OdbcColumn.cs : fixed typo UniqueIndetifier
  4. 2004-05-09 Gert Driesen ([email protected])
  5. * OdbcType.cs: fixed linefeeds to DOS to match other sources
  6. in System.Data.Odbc
  7. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  8. * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
  9. this class implement IDbTransaction interface.
  10. 2002-11-01 Daniel Morgan <[email protected]>
  11. * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
  12. according to Brian, this does not work on MS .NET however, we need it
  13. for Mono for now. schemaRow.AcceptChanges(),
  14. - implement IEnumerable.GetEnumerator()
  15. * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
  16. 2002-10-21 Gonzalo Paniagua Javier <[email protected]>
  17. * ChangeLog: added.
  18. * OdbcError.cs:
  19. * OdbcException.cs: added dummy implementation for these missing
  20. classes.