comparison sqlpython.py @ 103:4aa28dffe658 1.4.6

command-line args working well
author catherine@localhost
date Thu, 29 May 2008 14:20:55 -0400
parents c5f601abc993
children 38ee1ca92801
comparison
equal deleted inserted replaced
102:c5f601abc993 103:4aa28dffe658
1 # 1 #
2 # SqlPython V1.3 2 # SqlPython V1.4.6
3 # Author: Luca.Canali@cern.ch, Apr 2006 3 # Author: Luca.Canali@cern.ch, Apr 2006
4 # Rev 18-Oct-07 4 # Rev 29-May-08
5 # 5 #
6 # A python module to reproduce Oracle's command line 'sqlplus-like' within python 6 # A python module to reproduce Oracle's command line 'sqlplus-like' within python
7 # Intended to allow easy customizations and extentions 7 # Intended to allow easy customizations and extentions
8 # Best used with the companion modules sqlpyPlus and mysqlpy 8 # Best used with the companion modules sqlpyPlus and mysqlpy
9 # See also http://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython 9 # See also http://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython