ChangeLog 1.4 KB

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