More validation. Mostly to the point now where I need to work on DataTable
[mono.git] / mcs / class / System.Data / Test / ChangeLog
1 2002-08-19  Franklin Wise <gracenote@earthlink.net>
2         
3         * System.Data\ForeignKeyConstraintTest.cs:  Added more tests.
4
5 2002-08-15  Franklin Wise <gracenote@earthlink.net>
6         
7         * AllTests.cs: Added ForeignKeyConstraintTest to active running tests.
8                 
9         * NewFile: System.Data\ForeignKeyConstraintTest.cs
10         
11         * System.Data\ConstraintTest: Added new test.
12
13         * System.Data\UniqueConstraintTest:  Added more tests.
14         
15 2002-08-14  Daniel Morgan <danmorg@sc.rr.com>
16
17         * SqlSharpCli.cs: modified
18           - implemented the following commands:
19             \f FILENAME to read a batch of Sql# commands/queries from file.");
20                 \o FILENAME to write out the result of Sql# commands executed to file.");
21                 \load FILENAME to load from file SQL commands into SQL buffer.");
22                 \save FILENAME to save SQL commands from SQL buffer to file.
23                 \print - show what's in the SQL buffer now.
24           - can save output of result to an html file or text
25           - entering command "\provider mysql" will dynamically load mysql provider
26             from its assembly Mono.Data.MySql.dll
27
28 2002-08-13  Daniel Morgan <danmorg@sc.rr.com>
29
30         * Test/SqlSharpCli.cs: modified
31           - removed dependency on Mono.Data.MySql assembly and classes
32             (if you still want to use Mono.Data.MySql, use \loadextprovider to load it).
33           - added use of provider System.Data.OleDb classes; however, you must
34             have a working libgda.
35           - added dynamic loading of .NET Data Provider's assembly and Connection class
36             which can be loaded via \loadextprovider
37           - renamed providers: postgresclient to postgresql, oracleclient to oracle
38           - add new command \exenonquery to execute non queries
39           - add new command \exescalar to execute and return one row/one column of data
40           - added beginnings of internal variables by adding new commands: \set, \unset, and
41           \variable
42           - add new command \r to reset (clear) the query buffer
43           - if quiting, need to close database connection if still open  
44
45 2002-08-12  Franklin Wise <gracenote@earthlink.net>
46         * NewFile: Added test for System.Data.UniqueConstraintTest.cs
47
48         * NewFile: Added test for System.Data.ConstraintTest.cs
49
50         * NewFile: Added test for System.Data.ConstraintCollection.cs
51
52         * Added blank test for DataColumnTest so that NUnit won't warn
53         of no tests
54
55         * Updated System.Data.AllTests.cs to include the new tests
56
57 2002-05-27  Tim Coleman <tim@timcoleman.com>
58         * TestSqlDataAdapter.cs: remove explicit opening of connection.
59         This should occur implicitly now.
60
61 2002-05-23  Daniel Morgan <danmorg@sc.rr.com>
62
63         * TestSqlParameters.cs: read and display the schema columns
64         correctly
65
66 2002-05-16  Tim Coleman  <tim@timcoleman.com>
67         * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
68         all of the DataRows in the DataSet table "Table", as the
69         GetEnumerator method of InternalDataCollectionBase has now been
70         implemented.
71
72
73 2002/05/17  Nick Drochak <ndrochak@gol.com>
74
75         * System.Data_test.build: Remove RunTests from the default build. We
76         can add this later, but it keeps the build from breaking for now.
77
78         * TestSqlDataAdapter.cs: Fix build breaker.
79
80 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
81
82         * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
83         version() which returns the version of the PostgreSQL DBMS you
84         are connected to.  This works and I did not realize it.  Thanks
85         goes to Gonzalo.
86
87 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
88
89         * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
90         changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
91         
92         * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest 
93
94 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
95
96         * TestDataColumn.cs: removed.
97
98         * System.Data_test.build: removed reference to TestDataColumn.
99
100         * TheTests.cs: added RunDataColumnTest class.
101         (RunAllTests.AddAllTests): added test for RunDataColumnTest.
102
103         * System.Data/AllTests.cs: test suite for System.Data.
104
105         * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
106
107 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
108
109         * System.Data_test.build: exclude file TestDataColumn.cs
110         test.build files have two places where a file needs to
111         be excluded
112
113 2002-05-06  Daniel Morgan <danmorg@sc.rr.com>
114
115         * System.Data.SqlTypes.SqlInt32Test.cs: missing
116         declaration for SqlInt32 z which was a test build blocker
117         
118         * PostgresTest.cs: got rid of warning about missing e
119         
120         * Test/PostgresTest.cs: exclude PostgresTest.cs 
121         from test build
122
123 2002-05-05  Tim Coleman <tim@timcoleman.com>
124         * TheTests.cs:
125         * System.Data.SqlTypes/SqlInt32Test.cs:
126                 More test cases for System.Data.SqlTypes.SqlInt32
127
128 2002-05-03  Tim Coleman <tim@timcoleman.com>
129         * Added ChangeLog to test dir
130         * Added NUnit framework necessary for make test
131         * Added subdirectory for System.Data.SqlTypes
132         * New files:
133                 ChangeLog
134                 AllTests.cs
135                 TheTests.cs
136                 System.Data_test.build
137                 System.Data.SqlTypes
138                 System.Data.SqlTypes/AllTests.cs
139                 System.Data.SqlTypes/SqlInt32Test.cs
140
141