ChangeLog 13 KB

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