Mercurial > sqlpython
changeset 203:2ab0704d1e7d
\n endings still squirrely; watch blank spaces in saved files
author | catherine@dellzilla |
---|---|
date | Wed, 10 Dec 2008 16:33:35 -0500 |
parents | 3ca2271847e2 |
children | 1c3df79fd088 |
files | sqlpython/sqlpyPlus.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpython/sqlpyPlus.py Fri Dec 05 09:14:00 2008 -0500 +++ b/sqlpython/sqlpyPlus.py Wed Dec 10 16:33:35 2008 -0500 @@ -359,7 +359,6 @@ multilineCommands = '''select insert update delete tselect create drop alter _multiline_comment'''.split() sqlpython.sqlpython.noSpecialParse.append('spool') - legalChars = '!#$%.:?@_*' commentGrammars = pyparsing.Or([pyparsing.Literal('--') + pyparsing.restOfLine, pyparsing.cStyleComment]) defaultFileName = 'afiedt.buf' def __init__(self):