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 53be57d + 3b4a225 commit 86765cdCopy full SHA for 86765cd
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.0.1b5 ##
2
+* Add prefix pragma to scheme queries
3
+
4
## 0.0.1b4 ##
5
* Add table prefix pragma to queries
6
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
-version = "0.0.1b4" # AUTOVERSION
+version = "0.0.1b5" # AUTOVERSION
description = "YDB Python DBAPI which complies with PEP 249"
authors = ["Yandex LLC <[email protected]>"]
readme = "README.md"
ydb_dbapi/version.py
@@ -1 +1 @@
-VERSION = "0.0.1b4"
+VERSION = "0.0.1b5"
0 commit comments