Schema Sync Status Updates
0.9.1 / 2010-02-16
This update fixes the following:
- Table/Column COMMENT and AUTO_INCREMENT can now be stripped without corrupting the CREATE TABLE statement (bug occurred when the table definition had multiple column comments or a single column comment followed by a column with a string as its default value)
- Column sync now checks for modifications in ALL Columns, even if they are in the correct sequence
0.9.0 / 2009-12-02
The minimum required version for the dependancy SchemaObject has been changed to 0.5.2. This release contains important bug fixes that affect Schema Sync. Existing Schema Sync users should upgrade SchemaObject Immediately.
This update fixes the following:
This update fixes the following:
- Column DEFAULT is now quoted for all non numeric and reserved values
- CHARACTER SET & COLLATE are now omitted from the Column definition if they are the same as the parent Table. This will prevent the app from overriding the Table defaults.
- Column definition syntax bug fixed. CHARACTER SET & COLLATE were in the wrong spot, creating an invalid syntax error in the SQL