-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
41 lines (28 loc) · 1.03 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
**v0.4.1**
New Features:
1. Added COMMENT statement to table generation
Improvements:
1. Added test to catch debug output (reminder: stop release at the middle night)
Fixes:
1. Fixed issue with
**v0.4.0**
New Features:
1. Added base support for REFERENCE statement generation
2. Added UNIQUE to column
3. Added PRIMARY KEY to column
3. To DDLGenerator added param lowercase to lowercase tables name.
**v0.3.0**
New Features:
1. Added CREATE TYPE generation from Python Enum & simple-ddl-parser types metadata
Improvements:
1. Added more test cases with models into tests
2. Now output generated with empty line at the end
Fixes:
1. Fixed issue with "" in names if quotes already exists in table-name in metadata
**v0.2.0**
1. Updated parser version in tests.
2. Added support for EXTERNAL & IF NOT EXISTS statetements.
3. Added support for using py-models-parser output as input and added sample in README.md:
DDL Generation from Pydantic, SQLAlchemy and other python models.
**v0.1.0**
Base Generator Functionality with several test cases.