2
0

ChangeLog 2.0 KB

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