ChangeLog 10 KB

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