Mercurial > sqlpython
diff sqlpyPlus.py @ 98:2619e81c5772
after WV trip
author | catherine@cordelia |
---|---|
date | Wed, 28 May 2008 09:14:43 -0400 |
parents | 5e274ecfd679 |
children | 1e69f3a26216 |
line wrap: on
line diff
--- 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 = {}):