# HG changeset patch # User catherine@bothari # Date 1258669206 18000 # Node ID 25ac6fd9b0a0402953cc1364d394e1ef19ed5bc7 # Parent fc3e99c9e3e57b2c7679c0389e5762ec4ce640de no SHOW PARAM outside Oracle diff -r fc3e99c9e3e5 -r 25ac6fd9b0a0 sqlpython/sqlpyPlus.py --- a/sqlpython/sqlpyPlus.py Thu Nov 19 17:12:52 2009 -0500 +++ b/sqlpython/sqlpyPlus.py Thu Nov 19 17:20:06 2009 -0500 @@ -895,7 +895,7 @@ show all err (type/name) - all compilation errors from the user's PL/SQL objects. show (index/schema/tablespace/trigger/view/constraint/comment) on (table) ''' - if arg.startswith('param'): + if arg.startswith('param') and self.rdbms == 'oracle': try: paramname = arg.split()[1].lower() except IndexError: