by madlinux
An interactive query tool using the Perl DBI databse interface. Provides online help, optional ReadLine support, simple scripting abilities and easy extensability.
- Variables are printed when entered at the prompt. - Fixed a small problem with the list command in PIQT/DBD.pm - Added more checks to see if it is safe to set the window title.
- The shell command now starts a sub shell when it recieves no arguments. - Added csv to the output format.
- Fixed error that tried to reset the window title on every exit. - Changed default entry type from expressions to SQL. Fixes handling of /* Comments */.
- Added the views and lv commands to the pg interface. - Added support for setting the terminal title.
- SQL buffer is now reset when a new query is entered. The buffer was previously not reset.
- Added the missing entry for OPTS.pm in MANIFEST. - Moved all the standard commands into the library stdlib to make PIQT.pm easier to maintain.
Revision history for Perl program piqt
0.23 Thu Apr 12 2001
- Removed use DBI; from piqt since PIQT.pm uses it.
- Changed over to using Getopt::Std for command line args.
- Moved processing of command line args into a separate module so
...
- Added function arguments. See the help on defun for details. - Removed more old and unused code.
- Cleaned more remnant code out. - Added the command lo to the pg driver. Returns a list of objects for use in scripting. - Added the commands lt and ld to PIT::DBD. They return a list of tables and databases respectively for use in scripting.
- Changed PIQT::DBD to require PIQT::Dispaly only when needed. - Moved the command line help into the piqt script for faster help. - Changed the display code to start displaying data as soon as possible. - Cleaned the eval_loop up. - Added the command ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use