-
Notifications
You must be signed in to change notification settings - Fork 12
ReleaseHistory
Yong Zhu edited this page Jan 20, 2018
·
2 revisions
1.0.1 First release, support Java7
1.0.2 Improve DDL
1.0.3 Downgrade to Java6
1.0.4 Fix bug of DDL does not suppor multiple columns unique constraints
1.0.5 Add JPA Annotations support,index、unique、fkey methods changed, add singleXxx methods
1.0.6 Lost changes, TableMode add entityClass、alias field, ColumnModel methods changed as below: pojoField to entityField, pojoField to entityField, autoID to autoId, identity to identityId, tableGenerator and sequence to idGenerator
1.0.7 Add function translation, finish wiki pages, add 3 demos, and lots detail improvements