We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05cde commit c6c5f04Copy full SHA for c6c5f04
2 files changed
changelog.rst
@@ -7,6 +7,7 @@ Features:
7
* Add `verbose_errors` config and `\v` special command which enable the
8
displaying of all Postgres error fields received.
9
* Show Postgres notifications.
10
+* Support sqlparse 0.5.x
11
12
Bug fixes:
13
----------
setup.py
@@ -14,7 +14,7 @@
14
"prompt_toolkit>=2.0.6,<4.0.0",
15
"psycopg >= 3.0.14; sys_platform != 'win32'",
16
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
17
- "sqlparse >=0.3.0,<0.5",
+ "sqlparse >=0.3.0,<0.6",
18
"configobj >= 5.0.6",
19
"cli_helpers[styles] >= 2.2.1",
20
]
0 commit comments