Mercurial > sqlpython
changeset 98:2619e81c5772
after WV trip
author | catherine@cordelia |
---|---|
date | Wed, 28 May 2008 09:14:43 -0400 |
parents | 9c5371b5edf4 |
children | f65de7b5051e |
files | sqlpyPlus.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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 = {}):