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