From: SVN by r. <sv...@ca...> - 2008-03-02 14:10:00
|
Author: roy Date: 2008-03-02 15:09:51 +0100 (Sun, 02 Mar 2008) New Revision: 247 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2008-03-02 14:08:49 UTC (rev 246) +++ ChangeLog 2008-03-02 14:09:51 UTC (rev 247) @@ -1,4 +1,16 @@ --.5 +0.5 + * Allow for commands to start in the background, this will allow to continue + reading keyboard input (currently used to abort commands) + * Added help to keyboard mappings (pageup/down/end/home, etc) + * BUGFIX: Added fixes for mysql, mysql uses lowercase tablenames where oracle uses + uppercase. Currenlty SQLShell tries to figure out which one to use + automatically + * timestamp display fixes + * Tabcompletion improvements (fixed deadlock caused by an error in regular + expressions api from java) + * Improved navigation in edit mode (home/end). It should be more intuitive + and usefull now + * Removed border of one character to maximize the usage of the screen 0.4 (2008-01-24) * Improved speed for displaying large( >200<20000 rows) query results |