- Pressing interrupt (Ctrl-C) now cancels whatever command is being
entered.
- Moved various classes in __init__.py into separate modules, for ease
of maintenance.
- Fixed syntax checks on .var command.
- ".show tables" on Oracle will now show non-system tables that belong to
all users, not just the user who's logged in.
- ".show tables" now accepts a third regular expression filter parameter,
allowing list of returned tables to be restricted to those matching
the regular expression.
---------------------------------------------------------------------------