Oracle command line client. Aims to be a full replacement of sqlplus
Forked from digitalfox/pysql Tue Aug 11 05:17:50 -0700 2009
Last updated Sun Nov 08 13:21:25 -0800 2009
3 commits »
Removes a debug print from diskusage function
Best support for paritionned objects in diskusage function
Handle case of bad or unset ORACLE_HOME
4 commits »
Merge branch 'master' of git://github.com/digitalfox/pysql
Remove dash (-) as completion separator
2 commits »
Rewrite of the diskusage function
Rectify an omission in conf parameters verification
Suppress graphviz warnings in graphical functions (brutal redirection of stdout during picture generation)
Use full file path in generateImage function (graphics). Easier for troubleshooting.
Fix bug for index display in diskusage function (mistake in the query; maybe a bloody copy/paste from hell)
Fix bug for password-less connection string in batch mode (i.e. when stdin is not a tty)
7 commits »
Add a flag to disable animatedcursor (useful for unit test)
Allow to interrupt waiting cursor at any step, not only at the loop begining
Make stdout handler local to run method
Pimp up waiting cursor
Synchronise end of cursor and IO flush to avoid trashing output
Simple dot waiting cursor - issue with readline
Fix as sysdba unit test
Rewrite ambiguous boolean expression in mode test
Fix bug for nolog connection (bug added in commit ac0b57ed4bccb9b041d5b36c16ef3e19e76e8a08)
Add space in "@licence" tag for pysql doc generation (epydoc)
Enhance prompt support for multiline commands
Fix "as sysdba" support in command line
Add unit support in diskusage function (index display was forgotten last time)
Fix diskusage function: allow unprivileged users to use 'du' for themselves (but, of course, they still cannot use 'du' for others)
Add unit support in diskusage function
Fix counter display in datamodel function
Fix graphics generation bug (filter chosen by user was ignored)