# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1233167902 18000 # Node ID 6ffd31222f550892b647cdb2354d3b9bcfdc5e89 # Parent 82b27298c516bf6c778b95616a08f474c23f5a81 removed comment about nested sessions diff -r 82b27298c516 -r 6ffd31222f55 sqlpython/sqlpython.py --- 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'''