Skip to content

Commit 4401edc

Browse files
committed
v0.16.1
1 parent 66ff703 commit 4401edc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 0.16
44

5+
### 0.16.1
6+
7+
- fix: Use bind params regex from sqlalchemy while escaping colons.
8+
- fix: Quote the Postgres identifiers mentioned in DROP TRIGGER.
9+
- feat: Add REFERENCING OLD/NEW TABLE support to pg triggers.
10+
511
### 0.16.0
612
- feat: Add parameters and volatility to Function.
713
- fix: Filter snowflake schema query to current_database().

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlalchemy-declarative-extensions"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
authors = [
55
{name = "Dan Cardin", email = "ddcardin@gmail.com"},
66
]

0 commit comments

Comments
 (0)