# HG changeset patch # User catherine@cordelia # Date 1211335135 14400 # Node ID 51e1fe3adf0e44609ac220369a9444dba2fe686e # Parent 5c73ebfdb24cc7fed68ca1eccbb127c60dcb295a to version 1.4.4 diff -r 5c73ebfdb24c -r 51e1fe3adf0e README.txt --- a/README.txt Tue May 20 21:06:20 2008 -0400 +++ b/README.txt Tue May 20 21:58:55 2008 -0400 @@ -1,5 +1,5 @@ SQLPython is an open-source command-line environment for interacting with an -Oracle database. It is designed as an alternative to Oracle's SQL*Plus. +Oracle database. It is designed as an alternative to Oracle's SQL\*Plus. Installing ---------- @@ -25,7 +25,7 @@ Using ----- -Use sqlpython more or less as you would use SQL*Plus. +Use sqlpython more or less as you would use SQL\*Plus. Read the help. Experiment with UNIX-style and postgresql-style commands. diff -r 5c73ebfdb24c -r 51e1fe3adf0e setup.py --- a/setup.py Tue May 20 21:06:20 2008 -0400 +++ b/setup.py Tue May 20 21:58:55 2008 -0400 @@ -9,7 +9,7 @@ Operating System :: OS Independent""".splitlines() setup(name="sqlpython", - version="1.4.3", + version="1.4.4", description="Command-line interface to Oracle", long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali", diff -r 5c73ebfdb24c -r 51e1fe3adf0e sqlpyPlus.py --- a/sqlpyPlus.py Tue May 20 21:06:20 2008 -0400 +++ b/sqlpyPlus.py Tue May 20 21:58:55 2008 -0400 @@ -811,7 +811,7 @@ return except: pass - # TODO: fix + # TODO: when setting print 'Could not parse ', args