We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c985c7 + 9ced676 commit 173f1b2Copy full SHA for 173f1b2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.0.8
4
+
5
+- Lessen restriction by making `ListParameter` a `Collection` ([#18]).
6
7
+[#18]: https://github.com/baluyotraf/altqq/pull/18
8
9
## 0.0.7
10
11
- Fix PostgreSQL issue with non-string non-parameter values ([#17]).
pyproject.toml
@@ -11,7 +11,7 @@ convention = "google"
12
[tool.poetry]
13
name = "altqq"
14
-version = "0.0.7"
+version = "0.0.8"
15
description = "Alternative Queries: Typed and Reusable Handcrafted SQL"
16
authors = ["baluyotraf <baluyotraf@outlook.com>"]
17
maintainers = ["baluyotraf <baluyotraf@outlook.com>"]
0 commit comments