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.
2 parents 66ff703 + 4401edc commit 9c82d77Copy full SHA for 9c82d77
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## 0.16
4
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
11
### 0.16.0
12
- feat: Add parameters and volatility to Function.
13
- fix: Filter snowflake schema query to current_database().
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "sqlalchemy-declarative-extensions"
-version = "0.16.0"
+version = "0.16.1"
authors = [
{name = "Dan Cardin", email = "ddcardin@gmail.com"},
]
0 commit comments