ChangeLog 1.2 KB

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