From: SVN by r. <sv...@ca...> - 2009-01-17 15:19:30
|
Author: roy Date: 2009-01-17 16:19:18 +0100 (Sat, 17 Jan 2009) New Revision: 356 Modified: README Log: some improvements/cleanup Modified: README =================================================================== --- README 2009-01-17 15:15:31 UTC (rev 355) +++ README 2009-01-17 15:19:18 UTC (rev 356) @@ -7,7 +7,9 @@ INSTALLATION -Minimum (tested) requirements: SUN Java 6 and a working operating system for javacurses (http://sf.net/projects/javacurses) +Minimum (tested) requirements: SUN Java 6 and a working operating system for: +javacurses (http://sf.net/projects/javacurses) +or charva (http://www.pitman.co.za/projects/charva/index.html). Linux: Please note that in order to be able to run the improved sqlclient @@ -26,23 +28,17 @@ [See ChangeLog] FUTURE -- dump history to file - show status (query executing, waiting for input... etc) - sort commands in help -- add key bindings in help - add 'show tables like' support - login schreen improvements (select all text on focus) - Improve desc table (to show references, etc) - Improve tab completion for update, delete and alter table queries - Highlight the commands to make a distinction between the output and the commands -- Remember commands over sessions -- Make it possible to export/import data via xml (I think there is even an xml standard for this) - Add config possibility to config: -- command history size -- screen history size -- screen colors -- additional/external commands -- Large query results don't show (> 300.000 rows?) - 'where x' doesn't autocomplete table names - make ctrl+j (for example) auto insert join -- make ctrl+a abort query (ctr c quits application... don't know how to catch that) |