Mercurial > sqlpython
diff sqlpython.py @ 120:e11bbeb3f34c
cleanup statement ends
author | catherine@Elli.myhome.westell.com |
---|---|
date | Wed, 23 Jul 2008 07:10:49 -0400 |
parents | dfb71885dd41 |
children | 898ed97bec38 |
line wrap: on
line diff
--- a/sqlpython.py Sun Jul 13 07:55:13 2008 -0400 +++ b/sqlpython.py Wed Jul 23 07:10:49 2008 -0400 @@ -144,9 +144,6 @@ # shortcuts do_exit = cmd2.Cmd.do_quit - - stmtEndSearchString = r'(.*)(%s)\s*(\d+)?\s*$' % terminatorSearchString - statementEndPattern = re.compile(stmtEndSearchString, re.MULTILINE | re.DOTALL) def pmatrix(rows,desc,maxlen=30): '''prints a matrix, used by sqlpython to print queries' result sets'''