Skip to content

Commit e13a431

Browse files
committed
Updated CHANGES, bumped up version number
1 parent 6ff3604 commit e13a431

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Version history
22
===============
33

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+
416
1.1.1
517
-----
618

sqlacodegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.1.1'
1+
version = '1.1.2'

0 commit comments

Comments
 (0)