# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1220542552 14400 # Node ID 24b5daa7ebe1ce5941fcdcdbb975187e1e68f514 # Parent 149aaa6f59c98b2c4133824e3e6f2ae7befaf99d oops, put 1.4.8 in comments diff -r 149aaa6f59c9 -r 24b5daa7ebe1 mysqlpy.py --- 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