ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 2009-08-11 Gert Driesen <[email protected]>
  2. * sqlserver7.sql: Added script for SQL Server 7.0, with unicode
  3. encoding (as isql7 does not deal well with utf-8).
  4. 2008-12-31 Gert Driesen <[email protected]>
  5. * MySQL_5.sql: Added numeric and decimal colums with different
  6. precision and scale. Added more rows to binary_family. Added
  7. nchar and nvarchar columns to string_family, and added extra
  8. data. Added time and date columns to datetime_family.
  9. * sqlserver.sql: Added numeric and decimal colums with different
  10. precision and scale. Added timestamp column and more rows to
  11. binary_family. Added nchar and nvarchar columns to string_family,
  12. and added extra data. Added sp_326182 stored procedure.
  13. * sybase.sql: Added more rows to binary_family.
  14. 2007-06-06 Nagappan A <[email protected]>
  15. * MySQL_5.sql: Fixed EOL and extra spaces.
  16. 2007-05-30 Nagappan A <[email protected]>
  17. * sqlserver.sql: Fixed sqlserver sql statements and its respective
  18. values.
  19. 2007-02-02 Amit Biswas <[email protected]>
  20. * MySQL_5.sql: Added this new sql script. This sql script performs
  21. the same operations as the existing "mysql.sql" but some sql
  22. commands have been changed either to fix bugs or to comply with
  23. MySQL Server 5.0.
  24. 2005-10-14 Senganal T <[email protected]>
  25. * mysql.sql: Added data for testing bug #75032
  26. 2005-10-08 Sureshkumar T <[email protected]>
  27. * mysql.sql: impact from sqlserver.sql.
  28. 2005-09-24 Sureshkumar T <[email protected]>
  29. * sybase.sql: grant permissions on objects
  30. * sqlserver.sql: change id as int. tiny int won't allow 6000 (the
  31. tempory updatable limit).
  32. 2005-09-16 Senganal T <[email protected]>
  33. * sqlserver.sql: modified. added string_family, datetime_family,
  34. modified numeric_family values.
  35. created new database mono-test for checking -.
  36. 2005-09-13 Sureshkumar T <[email protected]>
  37. * sybase.sql: added. script file to create test database on
  38. sybase.
  39. 2005-09-01 Sureshkumar T <[email protected]>
  40. * SCHEMA: schema specification.
  41. * sqlserver.sql: sql script file to create test schema for mssql
  42. database. added.
  43. * mysql.sql: sql script file to create test schema for mysql
  44. database. added.