ChangeLog 11 KB

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