Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

116 righe
4.5 KiB

  1. CHANGES
  2. =======
  3. Changes in Release 1.5.0 (YYYY-MM-DD)
  4. =====================================
  5. Enhancements:
  6. - The Auto_increment base value can now optional be considered as alteration
  7. of a table.
  8. - Now you can upload SQL-scripts and compare them with each other or with an
  9. existing database (This feature is still experimental).
  10. - Implementation of a simple database abstraction layer.
  11. - Added support for fulltext indexes.
  12. Fixes:
  13. - Fixed missing default-default (if empty string).
  14. - Fixed that redirect uri's now are sent absolute an no longer relative.
  15. - Fixed handling of "extra attribute parameters" (auto_increment).
  16. - Fixed some problems using cookies for session id.
  17. - Fixed usage of "short"-Option.
  18. - Fixed invalid comma between options and comment.
  19. Changes in Release 1.4.0 (2003-10-23)
  20. =====================================
  21. Enhancements
  22. - Converted Syntax highlighting to css.
  23. - Fetch target database parameters from source database settings (if configured).
  24. - HTML structure and css completely revised.
  25. - Extended error message if database connection check failed.
  26. - Changed structure of the nls-Files.
  27. - Added a version check for PHP interpreter (minimal requiremet 4.1.0).
  28. - Added support for dropping foreign keys (from MySQL 4.0.13 or higher).
  29. - Added basic support for foreign key constraints (by Joshua M. Thompson).
  30. - Added support for hungarian language (translation by Róbert Sipos).
  31. Fixes
  32. - Fixed problem with display of russian language.
  33. - Fixed problem with object names including spaces (stated by Róbert Sipos).
  34. - Fixed handling of comments for innodb tables.
  35. - Removed short-tags, therefore the tool will now also run on systems where
  36. short-tags have been deactivated (stated by Alex Aulbach).
  37. Changes in Release 1.3.3 (2003-09-11)
  38. =====================================
  39. - Fixed problems with not existing "config.inc.php".
  40. - Fixed error if there are no tables on table selection screen.
  41. - Language selection box is now sorted alphabetically.
  42. Changes in Release 1.3.2 (2003-06-02)
  43. =====================================
  44. - On table creation now table type, table options so as table comments are
  45. supported.
  46. - After script generation source and target database can be switched by a
  47. button.
  48. Changes in Release 1.3.1 (2003-04-18)
  49. =====================================
  50. - If required backticks are generated automatically.
  51. - Fixed Problem with Object-Names containing Dashes (submitted by Ralf Koch).
  52. - French translation of README.txt (LISEZMOI.txt) by Stéphane EVAIN.
  53. - Stéphane also fixed some typos in README.txt ... :o)
  54. - The language for display is no longer detected automatically but can now
  55. be set in the config.inc.php. On runtime it can be changed by user on the
  56. startup page.
  57. - Startup page with useful links.
  58. - Implemented russian translation (submitted by Sergey V. Beduev). Other
  59. translations are always welcome.
  60. Changes in Release 1.3.0 (2003-04-10)
  61. =====================================
  62. - After all modifications are made, a SQL-script can be created and send to
  63. save it local on harddisk by pressing the send button.
  64. - Implementation french translation (submitted by Stéphane Evain). Other trans-
  65. lations are always welcome.
  66. - Fixed error message using empty Source- or Target databases (once more
  67. Troublegum).
  68. - Fixed problem handling AUTO_INCREMENT and "Default-Defaultvalues" (thanx
  69. to Troublegum).
  70. - Fixed problem concerning syntax highlighting when using mysql-keywords
  71. in attribute names (stated by M@)
  72. - Now you can create INSERT-, optionally REPLACE-Statements, for selected
  73. Tables.
  74. Changes in Release 1.2.9 (2003-03-28)
  75. =====================================
  76. - Optionally use Backticks on table and attribute names.
  77. - Added simple error handling for the first two screens.
  78. - Database connections for the first two screens are checked now.
  79. - It is now possible to take account of attributs which are renamed.
  80. If there are serveral new attributes are detected every drop attribute
  81. is generated as a link that can be clicked and the renamed attribute
  82. can be selected out of a list shown on the following screen.
  83. Changes in Release 1.2.8 (2003-03-22)
  84. =====================================
  85. - MySQLDiff now uses Textresources which can be found in the /nls directory.
  86. - The user interface got a complete redesign, more adapted to the layout of
  87. our product families.
  88. - Some minor problems in syntax highlighting are fixed.
  89. - Added README and CHANGES files to the distribution.
  90. - Started Changelog recording.
  91. Before this release nothing really is documented ... :(
  92. File revision: $Revision: 1.31 $
  93. File date: $Date: 2004/08/04 01:13:16 $