ChangeLog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 2004-05-14 Umadevi S ([email protected])
  2. * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs
  3. 2004-05-14 Umadevi S ([email protected])
  4. * Added Class OdbcCommandBuilder.cs
  5. 2004-05-14 Umadevi S ([email protected])
  6. * Added classes OdbcInfoMessageEventArgs.cs - with stubs
  7. * Added classes OdbcInfoMessageEventInfo.cs
  8. 2004-05-14 Umadevi S ([email protected])
  9. * Added classes OdbcPermission.cs, OdbcPermissionAttribute.cs - with stubs
  10. 2004-05-09 Gert Driesen ([email protected])
  11. * OdbcException.cs : removed ErrorCode property, fixing signature
  12. * OdbcErrorCollection.cs : added internal ctor, reduced
  13. accessibility of Add method to internal
  14. * OdbcCommand.cs: marked hstmt field private, remove setters for
  15. Parameters property
  16. * OdbcDataReader.cs: Added GetDate method, renamed GetTimeSpan to
  17. GetTime to match MS.NET, added HasRows stub
  18. 2004-05-09 Gert Driesen ([email protected])
  19. * OdbcError.cs:
  20. * OdbcErrorCollection.cs:
  21. * OdbcException.cs: fixed linefeeds to DOS to match other
  22. sources in System.Data.Odbc
  23. 2004-05-09 Gert Driesen ([email protected])
  24. * OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order
  25. to fix signature of OdbcConnection
  26. * OdbcDataReader.cs: No longer use ODbcConnection.Datareader, in
  27. order to fix signature of OdbcConnection
  28. * OdbcConnection.cs: Signature fixes: removed DataReader property,
  29. added setter for ConnectionTimeout, made transaction internal
  30. * OdbcParameter.cs: reduced accessibility of Bind method to
  31. internal, added setter for IsNullable
  32. * OdbcParameterCollection.cs: made default ctor and Bind method
  33. internal
  34. 2004-05-09 Gert Driesen ([email protected])
  35. * OdbcCommand.cs: fixed linefeeds to DOS to match other sources
  36. in System.Data.Odbc
  37. 2004-05-09 Gert Driesen ([email protected])
  38. * OdbcTransaction.cs: fixed signature to match MS.NET
  39. 2004-05-09 Gert Driesen ([email protected])
  40. * OdbcType.cs: fixed typo UniqueIndetifier
  41. * OdbcColumn.cs : fixed typo UniqueIndetifier
  42. 2004-05-09 Gert Driesen ([email protected])
  43. * OdbcType.cs: fixed linefeeds to DOS to match other sources
  44. in System.Data.Odbc
  45. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  46. * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
  47. this class implement IDbTransaction interface.
  48. 2002-11-01 Daniel Morgan <[email protected]>
  49. * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
  50. according to Brian, this does not work on MS .NET however, we need it
  51. for Mono for now. schemaRow.AcceptChanges(),
  52. - implement IEnumerable.GetEnumerator()
  53. * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
  54. 2002-10-21 Gonzalo Paniagua Javier <[email protected]>
  55. * ChangeLog: added.
  56. * OdbcError.cs:
  57. * OdbcException.cs: added dummy implementation for these missing
  58. classes.