Mercurial > sqlpython
changeset 143:24b5daa7ebe1
oops, put 1.4.8 in comments
author | catherine@Elli.myhome.westell.com |
---|---|
date | Thu, 04 Sep 2008 11:35:52 -0400 |
parents | 149aaa6f59c9 |
children | 5a021524805a |
files | mysqlpy.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mysqlpy.py Thu Sep 04 11:33:40 2008 -0400 +++ b/mysqlpy.py Thu Sep 04 11:35:52 2008 -0400 @@ -1,5 +1,5 @@ #!/usr/bin/python -# MySqlPy V1.4.6 +# MySqlPy V1.4.8 # Author: Luca.Canali@cern.ch # # @@ -13,9 +13,9 @@ class mysqlpy(sqlpyPlus): ''' -MySqlPy V1.4.6 - 'sqlplus in python' +MySqlPy V1.4.8 - 'sqlplus in python' Author: Luca.Canali@cern.ch -Rev: 1.4.8, 29-May-08 +Rev: 1.4.8, 04-Sep-08 Companion of SqlPython, a python module that reproduces Oracle's command line within python and sqlpyPlus. Major contributions by Catherine Devlin, http://catherinedevlin.blogspot.com