forked from seanlook/SchemaSync
-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES
24 lines (19 loc) · 785 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== 0.9.4 / 2016-09-18
* fixed bugs
== 0.9.3 / 2016-09-17
* merged all changes
== 0.9.2 / 2010-12-05
* Added MANIFEST.in so ez_setup.py is included for users without setuptools
== 0.9.1 / 2010-02-16
* Bug Fix: Table/Column COMMENT and AUTO_INCREMENT Regular Expression is Greedy
* Bug Fix: Column sync misses columns changes once sequence is in order
* Improved file version Regular Expression
* Added tests for all Regular Expressions
== 0.9.0 / 2009-12-02
* Updated SchemaObject dependancy to version >= 0.5.2
* Fixes:
- Column DEFAULT now quoted if string
- CHARACTER SET, COLLATE omitted if same as parent Table
- Column definition syntax bug fixed
== 0.9.0 / 2009-11-10
* Initial Public Release