# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1213067619 14400 # Node ID 38ee1ca9280132285a48e8c1f877a7a81a1bfad4 # Parent 8ae2ea30095dd9506101ee047a36fe3166bc65fe version 1.4.6.1 diff -r 8ae2ea30095d -r 38ee1ca92801 sqlpyPlus.py --- a/sqlpyPlus.py Mon Jun 09 23:07:45 2008 -0400 +++ b/sqlpyPlus.py Mon Jun 09 23:13:39 2008 -0400 @@ -15,8 +15,6 @@ Use 'help' within sqlpython for details. -Compatible with sqlpython v1.3 - Set bind variables the hard (SQL*Plus) way exec :b = 3 or with a python-like shorthand @@ -931,4 +929,4 @@ if __name__ == "__main__": "Silent return implies that all unit tests succeeded. Use -v to see details." - _test() \ No newline at end of file + _test() diff -r 8ae2ea30095d -r 38ee1ca92801 sqlpython.py --- a/sqlpython.py Mon Jun 09 23:07:45 2008 -0400 +++ b/sqlpython.py Mon Jun 09 23:13:39 2008 -0400 @@ -1,5 +1,5 @@ # -# SqlPython V1.4.6 +# SqlPython V1.4.6.1 # Author: Luca.Canali@cern.ch, Apr 2006 # Rev 29-May-08 #