We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790836 commit 9ced676Copy full SHA for 9ced676
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