ChangeLog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. 2004-06-16 Sureshkumar T <[email protected]>
  2. * Added standalone NUnit test cases for MySql db related tests.
  3. * Created sub-directory for System.Data.Odbc
  4. * New Files :
  5. MySqlTestBed.cs - Base class for all MySql db based tests.
  6. contains instructions to run these tests.
  7. MySqlTestBed.dll.config - configurable parameters to this test suite.
  8. System.Data.Odbc/OdbcDataReaderTest.cs
  9. System.Data.Odbc/OdbcDataAdapterTest.cs
  10. 2003-05-26 Ben Maurer <[email protected]>
  11. * data_linux_test.args: Updated for new test in System.Data
  12. 2003/04/15 Nick Drochak <[email protected]>
  13. * System.Data_test.build: Use nunit version 2.
  14. 2003-03-31 Nick Drochak <[email protected]>
  15. * makefile.gnu: NUnit.Framework.dll now in class/lib
  16. 2003-03-17 Martin Willemoes Hansen <[email protected]>
  17. * Removed AllTests.cs, System.Data/AllTests.cs,
  18. System.Data.SqlTypes/AllTests.cs,
  19. System.Xml/AllTests.cs,
  20. TheTests.cs
  21. * NUnit2ified makefile.gnu, data_linux_test.args
  22. System.Data/DataColumnCollectionTest.cs,
  23. System.Data/DataSetTest.cs,
  24. System.Data/DataColumnTest.cs,
  25. System.Data/DataTableTest.cs,
  26. System.Data/UniqueConstraintTest.cs,
  27. System.Data/ConstraintCollectionTest.cs,
  28. System.Data/DataRelationTest.cs,
  29. System.Data/ForeignKeyConstraintTest.cs,
  30. System.Data/ConstraintTest.cs,
  31. System.Data/DataRowCollectionTest.cs,
  32. System.Data/DataRowTest.cs,
  33. System.Data.SqlTypes/SqlBinaryTest.cs,
  34. System.Data.SqlTypes/SqlDateTimeTest.cs,
  35. System.Data.SqlTypes/SqlGuidTest.cs,
  36. System.Data.SqlTypes/SqlInt64Test.cs,
  37. System.Data.SqlTypes/SqlStringTest.cs,
  38. System.Data.SqlTypes/SqlBooleanTest.cs,
  39. System.Data.SqlTypes/SqlDecimalTest.cs,
  40. System.Data.SqlTypes/SqlInt16Test.cs,
  41. System.Data.SqlTypes/SqlMoneyTest.cs,
  42. System.Data.SqlTypes/SqlByteTest.cs,
  43. System.Data.SqlTypes/SqlDoubleTest.cs,
  44. System.Data.SqlTypes/SqlInt32Test.cs,
  45. System.Data.SqlTypes/SqlSingleTest.cs
  46. System.Xml/XmlDataDocumentTest.cs
  47. 2003-02-16 Daniel Morgan <[email protected]>
  48. * TestSqlConnection.cs: added test file
  49. to test SqlClient, SybaseClient, and TdsClient
  50. and connections
  51. * System.Data_test.build: excluded
  52. TestSqlConnection.cs from NUnit tests
  53. 2003-01-13 Ville Palo <[email protected]>
  54. * data_linux_test.args: Added some classes
  55. 2002-12-16 Ville Palo <[email protected]>
  56. * System.Xml/XmlDataDocumentTest.cs: some fixes.
  57. 2002-12-14 Ville Palo <[email protected]>
  58. * System.Xml/XmlDataDocumentTest.cs: Added three new tests
  59. 2002-12-10 Ville Palo <[email protected]>
  60. * System.Xml/XmlDataDocumentTest.cs: Added new tests
  61. * System.Xml/region.xml: Changed XmlDocument.
  62. 2002-11-24 Ville Palo <[email protected]>
  63. * System.Xml/XmlDataDocumentTest.cs: Added new test suite for
  64. XmlDataDocument.
  65. * System.Xml/store.xsd:
  66. * System.Xml/region.xsd
  67. * System.Xml/region.xml:
  68. * System.Xml/2books.xml: Needed by XmlDocumentTest.cs
  69. * AllTests.cs:
  70. * data_linux_test.args:Added XmlDataDocumentTest.cs
  71. 2002-11-12 Ville Palo <[email protected]>
  72. * System.Data.SqlTypes/SqlStringTest.cs: Added tests
  73. 2002-11-10 Ville Palo <[email protected]>
  74. * System.Data.SqlTypes/SqlStringTest.cs: Added more tests
  75. 2002-11-07 Ville Palo <[email protected]>
  76. * System.Data.SqlTypes/SqlDecimalTest.cs
  77. * System.Data.SqlTypes/SqlDoubleTest.cs
  78. * System.Data.SqlTypes/SqlMoneyTest.cs
  79. * System.Data.SqlTypes/SqlSingleTest.cs:
  80. mcs don't understand (currently) correctly what 1e10 means,
  81. with mcs it must be 1E+10.
  82. 2002-11-02 Ville Palo <[email protected]>
  83. * System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
  84. 2002-10-31 Ville Palo <[email protected]>
  85. * System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
  86. 2002-10-24 Ville Palo <[email protected]>
  87. * System.Data.SqlTypes/AllTests.cs:
  88. * System.Data.SqlTypes/SqlStringTest.cs:
  89. * System.Data.SqlTypes/SqlDecimalTest.cs: new test suites for
  90. SqlDecimal and SqlString
  91. 2002-10-19 Ville Palo <[email protected]>
  92. * System.Data.SqlTypes/AllTests.cs:
  93. * System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
  94. 2002-10-19 Ville Palo <[email protected]>
  95. * System.Data.SqlTypes/AllTest.cs:
  96. * System.Data.SqlTypes/SqlMoneyTest.cs new test suite for SqlMoney
  97. * System.Data.SqlTypes/SqlDateTimeTest.cs new test suite for
  98. SqlDateTime
  99. 2002-10-16 Daniel Morgan <[email protected]>
  100. * TestSqlDataReader.cs: got to work
  101. with new place for the PostgreSQL provider
  102. at Mono.Data.PostgreSqlClient.
  103. 2002-10-16 Rodrigo Moya <[email protected]>
  104. * System.Data.SqlTypes/AllTests.cs:
  105. * System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
  106. Ville Palo ([email protected]).
  107. 2002-10-16 Daniel Morgan <[email protected]>
  108. * SqlSharpCli.cs: remove file
  109. from this directory because it has been
  110. moved to
  111. mcs/tools/SqlSharp
  112. 2002-10-16 Daniel Morgan <[email protected]>
  113. * PostresTest.cs: modified to
  114. use the new namepace and assembly for PostgreSQL
  115. provider which is Mono.Data.PostgreSqlClient
  116. 2002-10-15 Rodrigo Moya <[email protected]>
  117. * System.Data.SqlTypes/AllTests.cs: added new test.
  118. 2002-10-15 Ville Palo <[email protected]>
  119. * System.Data.SqlTypes/SqlSingleTest.cs: added test suite for
  120. SqlSingle.
  121. 2002-10-15 Daniel Morgan <[email protected]>
  122. * SqlSharpCli.cs: get it to work with System.Data.OleDb
  123. on MS .net when connected to Oracle 8i. Also, get data
  124. to space correctly when data size is smaller than the
  125. header size. If DataType is DateTime, use GetDataTime(),
  126. otherwise, use GetValue().
  127. 2002-10-13 Daniel Morgan <[email protected]>
  128. * SqlSharpCli.cs: better formatting of output
  129. 2002-10-13 Daniel Morgan <[email protected]>
  130. * SqlSharpCli.cs: modified
  131. - add support for the external Mono.Data.SqliteClient
  132. ADO.NET provider. All the user has to do is
  133. "/provider sqlite"
  134. to load it instead of the usual syntax for loading
  135. external providers
  136. "/loadextprovider Mono.Data.SqliteClient Mono.Data.SqliteClient.SqliteConnection".
  137. 2002-10-11 Daniel Morgan <[email protected]>
  138. * OdbcTest.cs: added
  139. for System.Data.Odbc tests. Modify this
  140. test as needed...
  141. 2002-10-10 Ville Palo ([email protected])
  142. * System.Data.SqlTypes/SqlDoubleTest.cs: new test suite for SqlDouble.
  143. 2002-10-10 Daniel Morgan <[email protected]>
  144. * SqlSharpCli.cs: modified
  145. - add support for System.Data.Odbc
  146. - created simple reader to display data for those providers
  147. which have not implemented GetSchemaTable - UseSimpleReader
  148. - allow only providers that support parameters to use them
  149. during exection of SQL - UseParameters
  150. - add support for postional parameter marker (question mark),
  151. the delimted named parameter markers (square brackets) in addition
  152. to colon and at parameter markers. Allow, the parameter marker
  153. to be settable.
  154. 2002-10-09 Ville Palo ([email protected])
  155. * System.Data.SqlTypes/SqlInt16Test.cs:
  156. * System.Data.SqlTypes/SqlInt64Test.cs: new test suites.
  157. 2002-10-04 Daniel Morgan <[email protected]>
  158. * SqlSharpCli.cs: modified
  159. - fix compile errors due to mcs has better error checking
  160. - fix exection of query with semicolon at end which resulted in an exception
  161. - added support for ? postioned parameters
  162. - added support for [] delimited named parameters
  163. - misc. tidbits
  164. 2002-10-03 ville <[email protected]>
  165. * System.Data.SqlClient/AllTests.cs:
  166. * System.Data.SqlClient/SqlByteTest.cs: added SqlByte test suite.
  167. 2002-10-01 Rodrigo Moya <[email protected]>
  168. * System.Data.SqlClient/AllTests.cs: added SqlBoolean test.
  169. 2002-10-01 ville <[email protected]>
  170. * System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
  171. SqlBoolean class.
  172. 2002-09-06 Franklin Wise <[email protected]>
  173. * System.Data\ForeignKeyConstraintTest.cs: added
  174. TestEqualAndHashCode() test.
  175. * System.Data\UniqueConstraint.cs: Added testing for HashCode
  176. 2002-09-04 Franklin Wise <[email protected]>
  177. * New Files:
  178. System.Data\DataRowCollectionTest.cs
  179. System.Data\DataRowTest.cs
  180. System.Data\DataColumnCollectionTest.cs
  181. 2002-08-20 Franklin Wise <[email protected]>
  182. * NewFile: System.Data\DataTableTest.cs
  183. * AllTests.cs: Added DataTableTest to tests.
  184. 2002-08-19 Franklin Wise <[email protected]>
  185. * System.Data\ForeignKeyConstraintTest.cs: Added more tests.
  186. 2002-08-15 Franklin Wise <[email protected]>
  187. * AllTests.cs: Added ForeignKeyConstraintTest to active running tests.
  188. * NewFile: System.Data\ForeignKeyConstraintTest.cs
  189. * System.Data\ConstraintTest: Added new test.
  190. * System.Data\UniqueConstraintTest: Added more tests.
  191. 2002-08-14 Daniel Morgan <[email protected]>
  192. * SqlSharpCli.cs: modified
  193. - implemented the following commands:
  194. \f FILENAME to read a batch of Sql# commands/queries from file.");
  195. \o FILENAME to write out the result of Sql# commands executed to file.");
  196. \load FILENAME to load from file SQL commands into SQL buffer.");
  197. \save FILENAME to save SQL commands from SQL buffer to file.
  198. \print - show what's in the SQL buffer now.
  199. - can save output of result to an html file or text
  200. - entering command "\provider mysql" will dynamically load mysql provider
  201. from its assembly Mono.Data.MySql.dll
  202. 2002-08-13 Daniel Morgan <[email protected]>
  203. * Test/SqlSharpCli.cs: modified
  204. - removed dependency on Mono.Data.MySql assembly and classes
  205. (if you still want to use Mono.Data.MySql, use \loadextprovider to load it).
  206. - added use of provider System.Data.OleDb classes; however, you must
  207. have a working libgda.
  208. - added dynamic loading of .NET Data Provider's assembly and Connection class
  209. which can be loaded via \loadextprovider
  210. - renamed providers: postgresclient to postgresql, oracleclient to oracle
  211. - add new command \exenonquery to execute non queries
  212. - add new command \exescalar to execute and return one row/one column of data
  213. - added beginnings of internal variables by adding new commands: \set, \unset, and
  214. \variable
  215. - add new command \r to reset (clear) the query buffer
  216. - if quiting, need to close database connection if still open
  217. 2002-08-12 Franklin Wise <[email protected]>
  218. * NewFile: Added test for System.Data.UniqueConstraintTest.cs
  219. * NewFile: Added test for System.Data.ConstraintTest.cs
  220. * NewFile: Added test for System.Data.ConstraintCollection.cs
  221. * Added blank test for DataColumnTest so that NUnit won't warn
  222. of no tests
  223. * Updated System.Data.AllTests.cs to include the new tests
  224. 2002-05-27 Tim Coleman <[email protected]>
  225. * TestSqlDataAdapter.cs: remove explicit opening of connection.
  226. This should occur implicitly now.
  227. 2002-05-23 Daniel Morgan <[email protected]>
  228. * TestSqlParameters.cs: read and display the schema columns
  229. correctly
  230. 2002-05-16 Tim Coleman <[email protected]>
  231. * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
  232. all of the DataRows in the DataSet table "Table", as the
  233. GetEnumerator method of InternalDataCollectionBase has now been
  234. implemented.
  235. 2002/05/17 Nick Drochak <[email protected]>
  236. * System.Data_test.build: Remove RunTests from the default build. We
  237. can add this later, but it keeps the build from breaking for now.
  238. * TestSqlDataAdapter.cs: Fix build breaker.
  239. 2002-05-11 Daniel Morgan <[email protected]>
  240. * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
  241. version() which returns the version of the PostgreSQL DBMS you
  242. are connected to. This works and I did not realize it. Thanks
  243. goes to Gonzalo.
  244. 2002-05-11 Daniel Morgan <[email protected]>
  245. * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
  246. changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
  247. * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest
  248. 2002-05-10 Rodrigo Moya <[email protected]>
  249. * TestDataColumn.cs: removed.
  250. * System.Data_test.build: removed reference to TestDataColumn.
  251. * TheTests.cs: added RunDataColumnTest class.
  252. (RunAllTests.AddAllTests): added test for RunDataColumnTest.
  253. * System.Data/AllTests.cs: test suite for System.Data.
  254. * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
  255. 2002-05-09 Daniel Morgan <[email protected]>
  256. * System.Data_test.build: exclude file TestDataColumn.cs
  257. test.build files have two places where a file needs to
  258. be excluded
  259. 2002-05-06 Daniel Morgan <[email protected]>
  260. * System.Data.SqlTypes.SqlInt32Test.cs: missing
  261. declaration for SqlInt32 z which was a test build blocker
  262. * PostgresTest.cs: got rid of warning about missing e
  263. * Test/PostgresTest.cs: exclude PostgresTest.cs
  264. from test build
  265. 2002-05-05 Tim Coleman <[email protected]>
  266. * TheTests.cs:
  267. * System.Data.SqlTypes/SqlInt32Test.cs:
  268. More test cases for System.Data.SqlTypes.SqlInt32
  269. 2002-05-03 Tim Coleman <[email protected]>
  270. * Added ChangeLog to test dir
  271. * Added NUnit framework necessary for make test
  272. * Added subdirectory for System.Data.SqlTypes
  273. * New files:
  274. ChangeLog
  275. AllTests.cs
  276. TheTests.cs
  277. System.Data_test.build
  278. System.Data.SqlTypes
  279. System.Data.SqlTypes/AllTests.cs
  280. System.Data.SqlTypes/SqlInt32Test.cs