ChangeLog 1.1 KB

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