ChangeLog 12 KB

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