From 59c06236a3ab1813a505121669d6791a32a0027c Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 22 Apr 2008 11:29:06 +0200 Subject: adbh: new union_parentheses_support variable --- adbh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'adbh.py') 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""" -- cgit v1.2.1