ChangeLog 3.1 KB

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