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