| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- 2003-01-13 Ville Palo <[email protected]>
- * data_linux_test.args: Added some classes
-
- 2002-12-16 Ville Palo <[email protected]>
- * System.Xml/XmlDataDocumentTest.cs: some fixes.
-
- 2002-12-14 Ville Palo <[email protected]>
- * System.Xml/XmlDataDocumentTest.cs: Added three new tests
-
- 2002-12-10 Ville Palo <[email protected]>
- * System.Xml/XmlDataDocumentTest.cs: Added new tests
- * System.Xml/region.xml: Changed XmlDocument.
-
- 2002-11-24 Ville Palo <[email protected]>
- * System.Xml/XmlDataDocumentTest.cs: Added new test suite for
- XmlDataDocument.
- * System.Xml/store.xsd:
- * System.Xml/region.xsd
- * System.Xml/region.xml:
- * System.Xml/2books.xml: Needed by XmlDocumentTest.cs
- * AllTests.cs:
- * data_linux_test.args:Added XmlDataDocumentTest.cs
-
- 2002-11-12 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlStringTest.cs: Added tests
-
- 2002-11-10 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlStringTest.cs: Added more tests
- 2002-11-07 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlDecimalTest.cs
- * System.Data.SqlTypes/SqlDoubleTest.cs
- * System.Data.SqlTypes/SqlMoneyTest.cs
- * System.Data.SqlTypes/SqlSingleTest.cs:
- mcs don't understand (currently) correctly what 1e10 means,
- with mcs it must be 1E+10.
-
- 2002-11-02 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
-
- 2002-10-31 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
-
- 2002-10-24 Ville Palo <[email protected]>
- * System.Data.SqlTypes/AllTests.cs:
- * System.Data.SqlTypes/SqlStringTest.cs:
- * System.Data.SqlTypes/SqlDecimalTest.cs: new test suites for
- SqlDecimal and SqlString
-
- 2002-10-19 Ville Palo <[email protected]>
- * System.Data.SqlTypes/AllTests.cs:
- * System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
-
- 2002-10-19 Ville Palo <[email protected]>
- * System.Data.SqlTypes/AllTest.cs:
- * System.Data.SqlTypes/SqlMoneyTest.cs new test suite for SqlMoney
- * System.Data.SqlTypes/SqlDateTimeTest.cs new test suite for
- SqlDateTime
-
- 2002-10-16 Daniel Morgan <[email protected]>
- * TestSqlDataReader.cs: got to work
- with new place for the PostgreSQL provider
- at Mono.Data.PostgreSqlClient.
- 2002-10-16 Rodrigo Moya <[email protected]>
- * System.Data.SqlTypes/AllTests.cs:
- * System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
- Ville Palo ([email protected]).
- 2002-10-16 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: remove file
- from this directory because it has been
- moved to
- mcs/tools/SqlSharp
- 2002-10-16 Daniel Morgan <[email protected]>
- * PostresTest.cs: modified to
- use the new namepace and assembly for PostgreSQL
- provider which is Mono.Data.PostgreSqlClient
- 2002-10-15 Rodrigo Moya <[email protected]>
- * System.Data.SqlTypes/AllTests.cs: added new test.
- 2002-10-15 Ville Palo <[email protected]>
- * System.Data.SqlTypes/SqlSingleTest.cs: added test suite for
- SqlSingle.
- 2002-10-15 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: get it to work with System.Data.OleDb
- on MS .net when connected to Oracle 8i. Also, get data
- to space correctly when data size is smaller than the
- header size. If DataType is DateTime, use GetDataTime(),
- otherwise, use GetValue().
- 2002-10-13 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: better formatting of output
- 2002-10-13 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: modified
- - add support for the external Mono.Data.SqliteClient
- ADO.NET provider. All the user has to do is
- "/provider sqlite"
- to load it instead of the usual syntax for loading
- external providers
- "/loadextprovider Mono.Data.SqliteClient Mono.Data.SqliteClient.SqliteConnection".
- 2002-10-11 Daniel Morgan <[email protected]>
- * OdbcTest.cs: added
- for System.Data.Odbc tests. Modify this
- test as needed...
- 2002-10-10 Ville Palo ([email protected])
- * System.Data.SqlTypes/SqlDoubleTest.cs: new test suite for SqlDouble.
- 2002-10-10 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: modified
- - add support for System.Data.Odbc
- - created simple reader to display data for those providers
- which have not implemented GetSchemaTable - UseSimpleReader
- - allow only providers that support parameters to use them
- during exection of SQL - UseParameters
- - add support for postional parameter marker (question mark),
- the delimted named parameter markers (square brackets) in addition
- to colon and at parameter markers. Allow, the parameter marker
- to be settable.
- 2002-10-09 Ville Palo ([email protected])
- * System.Data.SqlTypes/SqlInt16Test.cs:
- * System.Data.SqlTypes/SqlInt64Test.cs: new test suites.
- 2002-10-04 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: modified
- - fix compile errors due to mcs has better error checking
- - fix exection of query with semicolon at end which resulted in an exception
- - added support for ? postioned parameters
- - added support for [] delimited named parameters
- - misc. tidbits
- 2002-10-03 ville <[email protected]>
- * System.Data.SqlClient/AllTests.cs:
- * System.Data.SqlClient/SqlByteTest.cs: added SqlByte test suite.
- 2002-10-01 Rodrigo Moya <[email protected]>
- * System.Data.SqlClient/AllTests.cs: added SqlBoolean test.
- 2002-10-01 ville <[email protected]>
- * System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
- SqlBoolean class.
- 2002-09-06 Franklin Wise <[email protected]>
- * System.Data\ForeignKeyConstraintTest.cs: added
- TestEqualAndHashCode() test.
-
- * System.Data\UniqueConstraint.cs: Added testing for HashCode
-
- 2002-09-04 Franklin Wise <[email protected]>
-
- * New Files:
- System.Data\DataRowCollectionTest.cs
- System.Data\DataRowTest.cs
- System.Data\DataColumnCollectionTest.cs
-
- 2002-08-20 Franklin Wise <[email protected]>
-
- * NewFile: System.Data\DataTableTest.cs
- * AllTests.cs: Added DataTableTest to tests.
-
- 2002-08-19 Franklin Wise <[email protected]>
-
- * System.Data\ForeignKeyConstraintTest.cs: Added more tests.
- 2002-08-15 Franklin Wise <[email protected]>
-
- * AllTests.cs: Added ForeignKeyConstraintTest to active running tests.
-
- * NewFile: System.Data\ForeignKeyConstraintTest.cs
-
- * System.Data\ConstraintTest: Added new test.
- * System.Data\UniqueConstraintTest: Added more tests.
-
- 2002-08-14 Daniel Morgan <[email protected]>
- * SqlSharpCli.cs: modified
- - implemented the following commands:
- \f FILENAME to read a batch of Sql# commands/queries from file.");
- \o FILENAME to write out the result of Sql# commands executed to file.");
- \load FILENAME to load from file SQL commands into SQL buffer.");
- \save FILENAME to save SQL commands from SQL buffer to file.
- \print - show what's in the SQL buffer now.
- - can save output of result to an html file or text
- - entering command "\provider mysql" will dynamically load mysql provider
- from its assembly Mono.Data.MySql.dll
- 2002-08-13 Daniel Morgan <[email protected]>
- * Test/SqlSharpCli.cs: modified
- - removed dependency on Mono.Data.MySql assembly and classes
- (if you still want to use Mono.Data.MySql, use \loadextprovider to load it).
- - added use of provider System.Data.OleDb classes; however, you must
- have a working libgda.
- - added dynamic loading of .NET Data Provider's assembly and Connection class
- which can be loaded via \loadextprovider
- - renamed providers: postgresclient to postgresql, oracleclient to oracle
- - add new command \exenonquery to execute non queries
- - add new command \exescalar to execute and return one row/one column of data
- - added beginnings of internal variables by adding new commands: \set, \unset, and
- \variable
- - add new command \r to reset (clear) the query buffer
- - if quiting, need to close database connection if still open
- 2002-08-12 Franklin Wise <[email protected]>
- * NewFile: Added test for System.Data.UniqueConstraintTest.cs
- * NewFile: Added test for System.Data.ConstraintTest.cs
- * NewFile: Added test for System.Data.ConstraintCollection.cs
- * Added blank test for DataColumnTest so that NUnit won't warn
- of no tests
- * Updated System.Data.AllTests.cs to include the new tests
- 2002-05-27 Tim Coleman <[email protected]>
- * TestSqlDataAdapter.cs: remove explicit opening of connection.
- This should occur implicitly now.
- 2002-05-23 Daniel Morgan <[email protected]>
- * TestSqlParameters.cs: read and display the schema columns
- correctly
- 2002-05-16 Tim Coleman <[email protected]>
- * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
- all of the DataRows in the DataSet table "Table", as the
- GetEnumerator method of InternalDataCollectionBase has now been
- implemented.
- 2002/05/17 Nick Drochak <[email protected]>
- * System.Data_test.build: Remove RunTests from the default build. We
- can add this later, but it keeps the build from breaking for now.
- * TestSqlDataAdapter.cs: Fix build breaker.
- 2002-05-11 Daniel Morgan <[email protected]>
- * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
- version() which returns the version of the PostgreSQL DBMS you
- are connected to. This works and I did not realize it. Thanks
- goes to Gonzalo.
- 2002-05-11 Daniel Morgan <[email protected]>
- * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
- changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
-
- * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest
- 2002-05-10 Rodrigo Moya <[email protected]>
- * TestDataColumn.cs: removed.
- * System.Data_test.build: removed reference to TestDataColumn.
- * TheTests.cs: added RunDataColumnTest class.
- (RunAllTests.AddAllTests): added test for RunDataColumnTest.
- * System.Data/AllTests.cs: test suite for System.Data.
- * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
- 2002-05-09 Daniel Morgan <[email protected]>
- * System.Data_test.build: exclude file TestDataColumn.cs
- test.build files have two places where a file needs to
- be excluded
- 2002-05-06 Daniel Morgan <[email protected]>
- * System.Data.SqlTypes.SqlInt32Test.cs: missing
- declaration for SqlInt32 z which was a test build blocker
-
- * PostgresTest.cs: got rid of warning about missing e
-
- * Test/PostgresTest.cs: exclude PostgresTest.cs
- from test build
- 2002-05-05 Tim Coleman <[email protected]>
- * TheTests.cs:
- * System.Data.SqlTypes/SqlInt32Test.cs:
- More test cases for System.Data.SqlTypes.SqlInt32
- 2002-05-03 Tim Coleman <[email protected]>
- * Added ChangeLog to test dir
- * Added NUnit framework necessary for make test
- * Added subdirectory for System.Data.SqlTypes
- * New files:
- ChangeLog
- AllTests.cs
- TheTests.cs
- System.Data_test.build
- System.Data.SqlTypes
- System.Data.SqlTypes/AllTests.cs
- System.Data.SqlTypes/SqlInt32Test.cs
|