# HG changeset patch # User catherine@cordelia # Date 1211980483 14400 # Node ID 2619e81c577233f89e457ad614ee3374ae834407 # Parent 9c5371b5edf46b855f5230bf8e984781630c46a4 after WV trip diff -r 9c5371b5edf4 -r 2619e81c5772 sqlpyPlus.py --- a/sqlpyPlus.py Sun May 25 20:25:56 2008 -0400 +++ b/sqlpyPlus.py Wed May 28 09:14:43 2008 -0400 @@ -324,7 +324,6 @@ itms.append(sqlcommand[0]) return itms -pipeSeparator = Parser(pyparsing.SkipTo((pyparsing.Literal('|') ^ pyparsing.StringEnd()), include=True), retainSeparator=False) bindScanner = Parser(pyparsing.Literal(':') + pyparsing.Word( pyparsing.alphanums + "_$#" )) def findBinds(target, existingBinds, givenBindVars = {}):