Mercurial > sqlpython
diff mysqlpy.py @ 58:de6278a3bf53
adding compare help
author | catherine@cordelia |
---|---|
date | Wed, 02 Apr 2008 21:29:36 -0400 |
parents | 65ae6cec71c6 |
children | 4f80329a1905 1a52de2c541e |
line wrap: on
line diff
--- a/mysqlpy.py Wed Apr 02 20:55:23 2008 -0400 +++ b/mysqlpy.py Wed Apr 02 21:29:36 2008 -0400 @@ -76,7 +76,7 @@ from gv$session_longops where time_remaining>0; ''' - + def do_top9i(self,args): '''Runs query_top9i defined above, to display active sessions in Oracle 9i''' self.do_select(self.query_top9i)