We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe1bde commit 1f7540dCopy full SHA for 1f7540d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.2.1
2
+
3
+- Fix: String default values were rendered without quotes in SQL. Thanks @samhaese for the contribution (#64)
4
+- Fix: Falsy default values were ignored. THanks @samhaese for the contribution (#63)
5
6
# 1.2.0
7
- Fix: Temporarily disable unicode characters support in identifiers for performance (#59)
8
setup.py
@@ -16,7 +16,7 @@
16
description=SHORT_DESCRIPTION,
17
long_description=LONG_DESCRIPTION,
18
long_description_content_type='text/markdown',
19
- version='1.2.0',
+ version='1.2.1',
20
author='Daniil Minukhin',
21
author_email='[email protected]',
22
url='https://github.com/Vanderhoof/PyDBML',
0 commit comments