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.
1 parent 61b5d83 commit bb7ea43Copy full SHA for bb7ea43
sqlalchemy_pervasive/_version.py
@@ -1 +1 @@
1
-__version__ = '0.2.1'
+__version__ = '0.2.2-ccn_fork'
sqlalchemy_pervasive/base.py
@@ -34,7 +34,7 @@ class PervasiveCompiler(SQLCompiler):
34
Custom SQL statement compiler for Pervasive PSQL.
35
"""
36
37
- def get_select_precolumns(self, select):
+ def get_select_precolumns(self, select, **kwargs):
38
# This logic was copied from the ``sqlalchemy-access`` dialect.
39
s = 'DISTINCT ' if select._distinct else ''
40
if select._limit:
0 commit comments