Mercurial > sqlpython
changeset 91:51e1fe3adf0e
to version 1.4.4
author | catherine@cordelia |
---|---|
date | Tue, 20 May 2008 21:58:55 -0400 |
parents | 5c73ebfdb24c |
children | fa8c9eb8908f |
files | README.txt setup.py sqlpyPlus.py |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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",