We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff3604 commit e13a431Copy full SHA for e13a431
2 files changed
CHANGES.rst
@@ -1,6 +1,18 @@
1
Version history
2
===============
3
4
+1.1.2
5
+-----
6
+
7
+* Fixed non-default schema name not being present in __table_args__ (fixes #2)
8
9
+* Fixed self referential foreign key causing column type to not be rendered
10
11
+* Fixed missing "deferrable" and "initially" keyword arguments in ForeignKey constructs
12
13
+* Fixed foreign key and check constraint handling with alternate schemas (fixes #3)
14
15
16
1.1.1
17
-----
18
sqlacodegen/__init__.py
@@ -1 +1 @@
-version = '1.1.1'
+version = '1.1.2'
0 commit comments