Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-07status update and work to do on testing.Sureshkumar T
svn path=/trunk/mcs/; revision=42643
2005-03-10update Provider Factory status.Sureshkumar T
svn path=/trunk/mcs/; revision=41644
2005-02-22In Test/System.Data.Common:Sureshkumar T
* ConnectionStringsSectionTest.cs: Added file. Tests for System.Configuration.ConnectionStringsSection class. This is used for managing connection strings information for provider factory. 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> In .: * System.Data_test.dll.sources: Added System.Data.Common/ConnectionStringsSectionTest.cs 2005-02-22 Sureshkumar T <tsureshkumar@novell.com> svn path=/trunk/mcs/; revision=41040
2005-02-22added todo list for Provider Factories.Sureshkumar T
svn path=/trunk/mcs/; revision=41033
2002-05-032002-05-03 Duncan Mak <duncan@ximian.com>Duncan Mak
* TODO: Took out all the Exceptions. They should be all done now. * System.Data/ConstraintException.cs: * System.Data/DBConcurrencyException.cs: * System.Data/DataException.cs: * System.Data/DeletedRowInaccessibleException.cs: * System.Data/DuplicateNameException.cs: * System.Data/EvaluateException.cs: * System.Data/InRowChangingEventException.cs: * System.Data/InvalidConstraintException.cs: * System.Data/InvalidExpressionException.cs: * System.Data/MissingPrimaryKeyException.cs: * System.Data/NoNullAllowedException.cs: * System.Data/ReadOnlyException.cs: * System.Data/RowNotInTableException.cs: * System.Data/StrongTypingException.cs: * System.Data/SyntaxErrorException.cs: * System.Data/TypeDataSetGeneratorException.cs: * System.Data/VersionNotFoundException.cs: Added to CVS. * System.Data.SqlTypes/SqlNullValueException.cs: * System.Data.SqlTypes/SqlTruncateException.cs: * System.Data.SqlTypes/SqlTypeException.cs: Added to CVS. svn path=/trunk/mcs/; revision=4238
2002-05-02Updated TODORodrigo Moya
svn path=/trunk/mcs/; revision=4235
2002-05-02Small changes to get things to compile with MCS. It compiles now,Miguel de Icaza
but there are too many missing classes that need to be stubbed out. svn path=/trunk/mcs/; revision=4207
2002-04-282002-04-28 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* System.Data/DataRelation.cs * System.Data/ForeignKeyConstraint.cs * System.Data/UniqueConstraint.cs: added more stubs * System.Data/DataTableRelationCollection.cs: added back to cvs and modified for compile errors. DataRelationCollection is an abstract class and there must be a class that implements for DataTable/DataSet. DataTableRelationCollection was changed to an internal class. * System.Data.build: modified - new files added also wanted to include files/classes in the build so we can get a compilable forward read only result set. It compiles now using csc/nant with warnings, but this is a start for adding functionality for the result set. Classes associated with/and DataSet are still excluded. * TODO: modified - updated to do list for System.Data * System.Data/Constraint.cs * System.Data/ConstraintCollection.cs * System.Data/DataRelationCollection.cs * System.Data/DataRow.cs * System.Data/DataRowChangeEventArgs.cs * System.Data/DataRowCollection.cs * System.Data/DataTable.cs * System.Data/DataTableCollection.cs * System.Data/InternalDataCollectionBase.cs * System.Data/PropertyCollection.cs: modified - changes to compile SqlDataReader/DataTable and dependencies * System.Data/IDbCommand.cs * System.Data.SqlClient/SqlCommand.cs: modified - un-commented overloaded methods ExecuteReader which returns a SqlDataReader svn path=/trunk/mcs/; revision=4098
2002-04-272002-04-27 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* System.Data/DataRowChangeEventArgs.cs * System.Data/DataRowCollection.cs * System.Data/DataView.cs * System.Data/PropertyCollection.cs: added new stubs * System.Data.build: modified - added new files to exclude from build * TODO: modified - removed files from TODO list that were stubbed above * System.Data/DataColumn.cs * System.Data/DataRow.cs: modified - various tweaks and added internal method SetTable to set the reference to a DataTable * System.Data/DataSet.cs: modified - class was not completely stubbed. * System.Data/DataTable.cs: modified - temporarily commented DataSet and DataView references - trying to compile a SqlDataReader, DataTable, and dependencies for a forward read-only result set. SqlDataAdapter, DataSet, and DataView will come later once we can get a forward read only result set working. * System.Data/IDataRecord.cs: modified - source code lines should not be > 80 * System.Data/InternalDataCollectionBase.cs: modified - started implementing this base class for collection of data rows, columns, tables, relations, and constraints * System.Data.SqlClient/SqlException.cs: modified - call base(message) so a unhandled exception displays the message of a SQL error instead of the default SystemException message * Test/TestSqlException.cs: modified - handle the rollback properly for a SqlException on a failure to connect svn path=/trunk/mcs/; revision=4079
2002-04-24Removed stuff I'm working onRodrigo Moya
svn path=/trunk/mcs/; revision=4020
2002-04-242002-04-23 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* System.Data.build: modified - added new files to exclude from build * System.Data/Constraint.cs * System.Data/ConstraintCollection.cs * System.Data/InternalDataCollectionBase.cs: added - stubs which are needed to build DataTable.cs * TODO: modified - added more classes TODO and added more stuff TODO, such as, create script to create test database monotestdb for testing classes in System.Data svn path=/trunk/mcs/; revision=4010
2002-04-232002-04-23 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* TODO: modified - added classes TODO, and a poor attempt at System.Data plan svn path=/trunk/mcs/; revision=3996
2002-04-23Added TODO fileRodrigo Moya
svn path=/trunk/mcs/; revision=3995