2002-12-17 Ville Palo <vi64pa@koti.soon.fi>
[mono.git] / mcs / class / System.Data / Test / ChangeLog
index 71535e38846cb9c949eb1ff33ffe9c937ff4d88e..94704c1258ed58f0c9cb2190c28e9fe7a708cc2b 100644 (file)
@@ -1,3 +1,150 @@
+2002-12-16  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: some fixes.
+       
+2002-12-14  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: Added three new tests
+       
+2002-12-10  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: Added new tests 
+       * System.Xml/region.xml: Changed XmlDocument.
+       
+2002-11-24  Ville Palo <vi64pa@koti.soon.fi>
+
+       * 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 <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlStringTest.cs: Added tests
+       
+2002-11-10  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlStringTest.cs: Added more tests
+
+2002-11-07  Ville Palo <vi64pa@koti.soon.fi>
+
+       * 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 <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
+       
+2002-10-31  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
+       
+2002-10-24  Ville Palo <vi64pa@koti.soon.fi>
+
+       * 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 <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/AllTests.cs:
+       * System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
+       
+2002-10-19  Ville Palo <vi64pa@koti.soon.fi>
+
+       * 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 <danmorg@sc.rr.com>
+
+       * TestSqlDataReader.cs: got to work
+       with new place for the PostgreSQL provider
+       at Mono.Data.PostgreSqlClient.
+
+2002-10-16  Rodrigo Moya <rodrigo@ximian.com>
+
+       * System.Data.SqlTypes/AllTests.cs:
+       * System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
+       Ville Palo (vi64pa@koti.soon.fi).
+
+2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
+
+       * SqlSharpCli.cs: remove file
+       from this directory because it has been 
+       moved to
+       mcs/tools/SqlSharp
+
+2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
+
+       * PostresTest.cs: modified to
+       use the new namepace and assembly for PostgreSQL
+       provider which is Mono.Data.PostgreSqlClient
+
+2002-10-15  Rodrigo Moya <rodrigo@ximian.com>
+
+       * System.Data.SqlTypes/AllTests.cs: added new test.
+
+2002-10-15  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlSingleTest.cs: added test suite for
+       SqlSingle.
+
+2002-10-15  Daniel Morgan <danmorg@sc.rr.com>
+
+       * 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 <danmorg@sc.rr.com>
+
+       * SqlSharpCli.cs: better formatting of output
+
+2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
+
+       * 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 <danmorg@sc.rr.com>
+
+       * OdbcTest.cs: added
+       for System.Data.Odbc tests.  Modify this
+       test as needed...
+
+2002-10-10  Ville Palo (vi64pa@koti.soon.fi)
+
+       * System.Data.SqlTypes/SqlDoubleTest.cs: new test suite for SqlDouble.
+
+2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
+
+       * 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 (vi64pa@koti.soon.fi)
 
        * System.Data.SqlTypes/SqlInt16Test.cs: