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