Mercurial > sqlpython
changeset 215:6ffd31222f55
removed comment about nested sessions
author | catherine@Elli.myhome.westell.com |
---|---|
date | Wed, 28 Jan 2009 13:38:22 -0500 |
parents | 82b27298c516 |
children | c5a49947eedc |
files | sqlpython/sqlpython.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpython/sqlpython.py Wed Jan 28 13:14:26 2009 -0500 +++ b/sqlpython/sqlpython.py Wed Jan 28 13:38:22 2009 -0500 @@ -11,9 +11,6 @@ import cmd2,getpass,binascii,cx_Oracle,re,os import sqlpyPlus __version__ = '1.5.2' - # complication! separate sessions -> - # separate transactions !!!!! - # also: timeouts, other session failures class sqlpython(cmd2.Cmd): '''A python module to reproduce Oracle's command line with focus on customization and extention'''