summaryrefslogtreecommitdiff
path: root/adbh.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2008-04-22 11:29:06 +0200
committerSylvain <syt@logilab.fr>2008-04-22 11:29:06 +0200
commit59c06236a3ab1813a505121669d6791a32a0027c (patch)
treebb20de8b319297e72cc4782dddfe6731fdc490a0 /adbh.py
parent56171fe1d9f3fc7a3639cbfe56237ec40d76014d (diff)
downloadlogilab-common-59c06236a3ab1813a505121669d6791a32a0027c.tar.gz
adbh: new union_parentheses_support variable
Diffstat (limited to 'adbh.py')
-rw-r--r--adbh.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/adbh.py b/adbh.py
index 7c94c5b..1e3b1b1 100644
--- a/adbh.py
+++ b/adbh.py
@@ -89,7 +89,7 @@ class _GenericAdvFuncHelper:
# DBMS resources descriptors and accessors
needs_from_clause = False
-
+ union_parentheses_support = True
users_support = True
groups_support = True
ilike_support = True
@@ -401,6 +401,7 @@ class _SqliteAdvFuncHelper(_GenericAdvFuncHelper):
users_support = groups_support = False
ilike_support = False
+ union_parentheses_support = False
def list_tables(self, cursor):
"""return the list of tables of a database"""