ChangeLog 14 KB

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