ChangeLog 9.4 KB

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