# HG changeset patch # User catherine@dellzilla # Date 1235595274 18000 # Node ID e1e6b820f81b1719978e7838b8fb26a1a5216b7f # Parent 411f78dc1e072d7f107c6b5e2b90fcecd96029b2 improving ambiguous SETs diff -r 411f78dc1e07 -r e1e6b820f81b sqlpython/sqlpyPlus.py --- a/sqlpython/sqlpyPlus.py Wed Feb 25 15:08:32 2009 -0500 +++ b/sqlpython/sqlpyPlus.py Wed Feb 25 15:54:34 2009 -0500 @@ -364,7 +364,8 @@ def __init__(self): sqlpython.sqlpython.__init__(self) self.binds = CaselessDict() - self.settable = 'autobind commit_on_exit echo maxfetch maxtselctrows timeout heading'.split() + self.settable += 'autobind commit_on_exit maxfetch maxtselctrows timeout heading'.split() + self.settable.sort() # settables must be lowercase self.stdoutBeforeSpool = sys.stdout self.spoolFile = None