DB Converter Changelog

What's new in DB Converter 1.6.2

Jul 20, 2009
  • Added French to the language list
  • Added new help design
  • Better command line support / output to logfile
  • Minor updates

New in DB Converter 1.6.1 (Jul 20, 2009)

  • Supplemental languages extracted and put into packs
  • Spanish, German, and English packs first written
  • Language download functionality added
  • UnZip functionality added for language packs
  • Modified some Oracle prompts
  • Assumes CONSTRAINT names now, and shows you the table name

New in DB Converter 1.6.0 (Jul 20, 2009)

  • First multilingual version submitted
  • BUGFIX: Relationships were backwards in INNODB tables
  • COMPATABILITY: Appended Underscore (_) to MySQL indexes
  • It won't accept indexes starting with a number

New in DB Converter 1.5.2 (Jul 20, 2009)

  • Added "DECIMAL" keyword to list of special words to escape
  • Modified PHP Output
  • Support for default values
  • Correctly handle NULL values
  • Prints MySQL errors, if received
  • Other updates MySQL conversion received, but PHP missed.
  • Updated version checking system.

New in DB Converter 1.5.1 (Jul 20, 2009)

  • Modified error logging to give a note on known issues
  • Added index checking for foreign keys (not foolproof)
  • Parse field names for foreign keys (whoops, forgot that one)
  • Added more illegal characters to parsing list
  • Changed sql keywords (in parsing list) to be allowed, but quoted

New in DB Converter 1.5.0 (Jul 20, 2009)

  • Closing download page now cancels downloading
  • Used to continue downloading
  • Upgrade checks now work again
  • PHP page now instead of direct connection
  • Program does not freeze while calculating SQL Statements on MySQL Connection
  • Fixed crash if default browse folder does not exist.