| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 2004-09-13 Sebastien Pouliot <[email protected]>
- * OleDbPermission.cs: Mostly completed (needs tests).
- * OleDbPermissionAttribute.cs: Completed.
- 2004-06-16 Gert Driesen <[email protected]>
- * OleDbError.cs: fixed serialization compatibility with MS.NET
- * OleDbErrorCollection.cs: fixed serialization compatibility with
- MS.NET
- 2004-06-13 Gert Driesen <[email protected]>
- * OleDbLiteral.cs: changed enum field values to match MS.NET
- * OleDbType.cs: changed enum field values to match MS.NET
- 2004-06-04 Gert Driesen <[email protected]>
- * OleDbDataAdapter.cs: added stub for missing
- Dispose override
- 2004-06-02 Gert Driesen <[email protected]>
- * OleDbParameter.cs: added missing attributes
- * OleDbPermission.cs: added missing attributes
- * OleDbConnection.cs: added missing attributes
- * OleDbDataAdapter.cs: added missing attributes
- 2004-05-27 Atsushi Enomoto <[email protected]>
- * OleDbDataReader.cs : don't output debug message to Console.
- 2004-05-20 Gert Driesen ([email protected])
- * OleDbPermissionAttribute.cs: change AllowMultiple and
- Inherited to match .NET
- 2004-05-14 Umadevi S ([email protected])
- * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
- 2004-05-14 Umadevi S ([email protected])
- * OleDbCommand.cs - Completed implementing all the attributes
- 2004-05-14 Umadevi S ([email protected])
- * OleDbCommand.cs - Completed implementing all the attribute
- 2004-05-14 Umadevi S ([email protected])
- * OleDbConnection.cs - Completed implementing all the attributes
- - Stubbed EnlistDistributedTransaction method
- 2004-05-14 Umadevi S ([email protected])
- * OleDbDataAdapter.cs - Completed implementing all the attributes
- - Stubbed the Fill methods
- 2004-05-14 Umadevi S ([email protected])
- * OleDbParameter.cs - Completed implementing all the attributes
- 2004-05-13 Umadevi S ([email protected])
- * OleDbDataReader.cs - Stubbed HasRows method
- - Implemented EditorBrowsableAttribute
- * OleDbParameterConverter.cs - Stubbed this class
- * OleDbParameter.cs - Added a few attributes.
- 2004-05-09 Gert Driesen ([email protected])
- * OleDbCommand.cs: removed setter for Parameters property to
- match MS.NET
- * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
- * OleDbErrorCollection: added default internal ctor to match
- MS.NET
- * OleDbInfoMessageEventArgs.cs: added default internal ctor
- to match MS.NET
- * OleDbParameter.cs: added setter for IsNullable
- * OleDbParameterCollection: added default internal ctor to
- match MS.NET
- * OleDbPermission.cs: removed extra IsSubsetOf method
- 2004-04-06 Gonzalo Paniagua Javier <[email protected]>
- * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
- CLS compliance.
- 2004-01-10 Atsushi Enomoto <[email protected]>
- * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
- 2002-11-01 Daniel Morgan <[email protected]>
- * OleDbDataReader.cs: implemented
- Dispose() and GetEnumerator()
-
|