Releases: Vanderhoof/PyDBML
Releases · Vanderhoof/PyDBML
1.1.3
- New: support more index types. Thanks @pierresouchay for the contribution.
1.1.2
- Fix: escaping single quotes in a column's default value. Thanks @ryanproback for the contribution
- Fix: TableGroup and Project name are now safely quoted on render. Thanks @ryanproback for reporting
- Fix: line breaks in column and index options are now allowed. Thanks @aardjon for reporting
- Fix: table elements order is now not enforced by the parser. Thanks @aardjon for reporting
- New: TableGroup now can have notes (DBML v.3.7.2)
- New: TableGroup now can have color (DBML v.3.7.4)
1.1.1
- New: SQL and DBML renderers can now be supplied to parser (thanks @big-c-note for the contribution!)
1.1.0
1.0.11
- Fix: allow pk in named indexes (thanks @pierresouchay for the contribution)
1.0.10
- New: Sticky notes syntax (DBML v3.2.0)
- Fix: Table header color was not rendered in
dbml()
(thanks @tristangrebot for the contribution) - New: allow array column types (DBML v3.1.0)
- New: allow double quotes in expressions (DBML v3.1.2)
- Fix: recursion in object equality check
- New: don't allow duplicate refs even if they have different inline method (DBML v3.1.6)
1.0.9
1.0.8
1.0.7
- Fix: removing indentation bug