From: SVN by r. <sv...@ca...> - 2008-12-22 14:14:00
|
Author: roy Date: 2008-12-22 15:13:50 +0100 (Mon, 22 Dec 2008) New Revision: 337 Modified: sqlshell.bat Log: use jcurses on windows Modified: sqlshell.bat =================================================================== --- sqlshell.bat 2008-12-22 13:50:19 UTC (rev 336) +++ sqlshell.bat 2008-12-22 14:13:50 UTC (rev 337) @@ -29,4 +29,4 @@ REM The classpath to use when running set CP=%WORKINGDIR%;%SQLSHELL%;%JCURSES%\jcurses.jar;%WORKINGDIR%\lib\charva\charva.jar;%WORKINGDIR%\lib\commons-logging.jar -java -Djava.library.path=%WORKINGDIR%\lib\charva -classpath %CP%;%DRIVERS% nl.improved.sqlclient.charva.SQLShellComponent +java -Djava.library.path=%WORKINGDIR%\lib\charva -classpath %CP%;%DRIVERS% nl.improved.sqlclient.jcurses.SQLShell |
From: SVN by r. <sv...@ca...> - 2008-12-24 15:14:32
|
Author: roy Date: 2008-12-24 16:14:20 +0100 (Wed, 24 Dec 2008) New Revision: 339 Modified: pom.xml Log: start work on 0.7 Modified: pom.xml =================================================================== --- pom.xml 2008-12-24 14:53:30 UTC (rev 338) +++ pom.xml 2008-12-24 15:14:20 UTC (rev 339) @@ -19,7 +19,7 @@ <groupId>nl.improved</groupId> <artifactId>sqlshell</artifactId> <packaging>jar</packaging> - <version>0.6.1</version> + <version>0.7-SNAPSHOT</version> <name>SQLShell ~ the improved sqlclient</name> <url>http://sqlshell.sourceforge.org</url> <build> |
From: SVN by r. <sv...@ca...> - 2008-12-24 15:24:42
|
Author: roy Date: 2008-12-24 16:24:37 +0100 (Wed, 24 Dec 2008) New Revision: 342 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2008-12-24 15:24:23 UTC (rev 341) +++ ChangeLog 2008-12-24 15:24:37 UTC (rev 342) @@ -1,4 +1,10 @@ -0.6 (2008-10-12) +0.7 + * Commandline input support (currently only supported in charva mode) + +0.6.1 (2008-12-24) + * Bugfix release for not starting + +0.6 (2008-12-23) * Mysql case sensitivity fixes * Fix desc table for columns containing numbers * Added tab completion for connect @ @@ -43,6 +49,7 @@ * allow enter in pwd field to 'ok' data * fix in replace ~/ with users home dir in spool TODO: flush pwd when username manually set and doesn't match default username + 0.3 (09-10-2007) * focus fix in login dialog * Improve desc table to show primary key |
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) |
From: SVN by r. <sv...@ca...> - 2009-01-17 15:51:25
|
Author: roy Date: 2009-01-17 16:51:17 +0100 (Sat, 17 Jan 2009) New Revision: 357 Modified: README Log: more changes Modified: README =================================================================== --- README 2009-01-17 15:19:18 UTC (rev 356) +++ README 2009-01-17 15:51:17 UTC (rev 357) @@ -11,14 +11,26 @@ javacurses (http://sf.net/projects/javacurses) or charva (http://www.pitman.co.za/projects/charva/index.html). -Linux: +Linux +In the most simple case download the zip file from the sourceforge website +and unzip it to the folder of your liking. Then you can start sqlshell by entering './sqlshell'. +The sqlshell batch script tries to detect it's installation directory. If this doesn't work you +need to manually edit the sqlshell script and change the CURDIR variable. By default it tries +to start the charva version. + +With Charva +In order to run sqlshell using charva you need to have the charva libraries in the lib folder. +Currently charva is compiled for windows (32 bits) and linux intel 32 bits and amd 64 bits. If you don't +own an intel 32 bits, you need to modify the contents of the lib/charva directory. + +With JCurses Please note that in order to be able to run the improved sqlclient with the 'sqlshell' script, the $project/lib dir is required to -contain the jcurses.jar and libjcurses.so files. Also note that -jcurses.jar need NOT be a symlink. +contain the jcurses.jar and libjcurses.so files. +Also note that jcurses.jar need NOT be a symlink. -In the most simple case download the zip or tgz file from the sourceforge website and unzip it to the folder of your liking. Then you can start the programm that is setup to use a simple testdatabase by executing 'sqlshell'. Please note that because of javacurses currently you need to enter the directory in which sqlshell is located before starting it. This is a bug that hopefully we can address really soon. + Windows: 1. Copy or move the dll located in the windows directory to the lib directory (the directory containing jcurses.jar 2. Change the INSTALLATION_DIR variable in sqlshell.bat file |
From: SVN by r. <sv...@ca...> - 2009-01-17 15:58:08
|
Author: roy Date: 2009-01-17 16:57:58 +0100 (Sat, 17 Jan 2009) New Revision: 358 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-01-17 15:51:17 UTC (rev 357) +++ ChangeLog 2009-01-17 15:57:58 UTC (rev 358) @@ -1,5 +1,11 @@ 0.7 - * Commandline input support (currently only supported in charva mode) + * Commandline input support + * Paged command output (no longer out of memory exceptions with large + results) + * pageup/down bugfix + * All kind of sqlcommand parsing fixes in batch ('@') command + * Added abort/continue on error options for batch command + * Show contents of error file when sqlshell is closed 0.6.1 (2008-12-24) * Bugfix release for not starting |
From: SVN by r. <sv...@ca...> - 2009-01-25 14:00:33
|
Author: roy Date: 2009-01-25 15:00:26 +0100 (Sun, 25 Jan 2009) New Revision: 367 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-01-25 13:59:44 UTC (rev 366) +++ ChangeLog 2009-01-25 14:00:26 UTC (rev 367) @@ -1,11 +1,14 @@ 0.7 * Commandline input support + * -engine option to switch between charva (default) and jcurses * Paged command output (no longer out of memory exceptions with large results) * pageup/down bugfix * All kind of sqlcommand parsing fixes in batch ('@') command * Added abort/continue on error options for batch command * Show contents of error file when sqlshell is closed + * Paint issues in charva + * Paint issues in jcurses 0.6.1 (2008-12-24) * Bugfix release for not starting |
From: SVN by r. <sv...@ca...> - 2009-02-20 20:46:10
|
Author: roy Date: 2009-02-20 21:46:01 +0100 (Fri, 20 Feb 2009) New Revision: 375 Modified: sqlshell sqlshell.bat Log: fix startup files removed dll/so file depending on host system (.sh file or bat file) Modified: sqlshell =================================================================== --- sqlshell 2009-02-20 20:45:25 UTC (rev 374) +++ sqlshell 2009-02-20 20:46:01 UTC (rev 375) @@ -47,7 +47,8 @@ CP=${CP}:${DRIVER} done +#unix source.. cleanup windows dll +rm ${WORKINGDIR}/lib/jcurses/*.dll #Enable the file below to use the jcurses version #${JAVA} -cp ${CP} nl.improved.sqlclient.jcurses.SQLShell $@ -#Charva version ${JAVA} -Djava.library.path=${CHARVA} -cp ${CP} nl.improved.sqlclient.SQLShell $@ Modified: sqlshell.bat =================================================================== --- sqlshell.bat 2009-02-20 20:45:25 UTC (rev 374) +++ sqlshell.bat 2009-02-20 20:46:01 UTC (rev 375) @@ -13,20 +13,21 @@ REM limitations under the License. REM Dir to use as base for relative locations -set WORKINGDIR=y:\sqlshell\sqlclient\ +set WORKINGDIR=y:\sqlshell\ REM The directory where the JCurses jar and library are located. REM Please note that JCurses requires tje jcurses.jar and libjcurses.so to REM be located in the same directory. -set JCURSES=%WORKINGDIR%\lib REM Where to find the SQLShell classes -set SQLSHELL=%WORKINGDIR%\target\sqlshell-0.6.jar +set SQLSHELL=%WORKINGDIR%\sqlshell.jar -# REM providing drivers for the databases to support. +REM providing drivers for the databases to support. set DRIVERS="%WORKINGDIR%\lib\hsqldb-1.8.0.jar" REM The classpath to use when running -set CP=%WORKINGDIR%;%SQLSHELL%;%JCURSES%\jcurses.jar;%WORKINGDIR%\lib\charva\charva.jar;%WORKINGDIR%\lib\commons-logging.jar +set CP=%WORKINGDIR%;%SQLSHELL%;%WORKINGDIR%\lib\jcurses\jcurses.jar;%WORKINGDIR%\lib\charva\charva.jar;%WORKINGDIR%\lib\commons-logging.jar -java -Djava.library.path=%WORKINGDIR%\lib\charva -classpath %CP%;%DRIVERS% nl.improved.sqlclient.jcurses.SQLShell +#windows source.. cleanup unix so files +del %WORKINGDIR%\lib\jcurses\*.so +java -Djava.library.path=%WORKINGDIR%\lib\charva;%WORKINGDIR%\lib\jcurses -classpath %CP%;%DRIVERS% nl.improved.sqlclient.SQLShell %* |
From: SVN by r. <sv...@ca...> - 2009-02-20 20:46:54
|
Author: roy Date: 2009-02-20 21:46:47 +0100 (Fri, 20 Feb 2009) New Revision: 376 Modified: makejars.sh Log: make 0.7 Modified: makejars.sh =================================================================== --- makejars.sh 2009-02-20 20:46:01 UTC (rev 375) +++ makejars.sh 2009-02-20 20:46:47 UTC (rev 376) @@ -1,6 +1,6 @@ #!/bin/bash PROJECT=sqlshell -VERSION=0.6 +VERSION=0.7 #cleanup rm -Rf release @@ -37,7 +37,7 @@ cp ../src/main/resources/db.properties bin cp ../target/*.jar bin/${PROJECT}.jar cp -Rf ../lib bin -cp -Rf ../windows bin +#cp -Rf ../windows bin #cp -Rf ${HOME}/.m2/repository/hsqldb/hsqldb/1.8.0/hsqldb-1.8.0.jar bin/lib mkdir bin/db cp -Rf ../db/*.script bin/db |
From: SVN by r. <sv...@ca...> - 2009-02-20 20:54:02
|
Author: roy Date: 2009-02-20 21:53:57 +0100 (Fri, 20 Feb 2009) New Revision: 377 Modified: ChangeLog makejars.sh pom.xml Log: 0.6.2 mainenance release Modified: ChangeLog =================================================================== --- ChangeLog 2009-02-20 20:46:47 UTC (rev 376) +++ ChangeLog 2009-02-20 20:53:57 UTC (rev 377) @@ -1,4 +1,4 @@ -0.7 +0.6.2 (2009-02-20) * Commandline input support * -engine option to switch between charva (default) and jcurses * Paged command output (no longer out of memory exceptions with large Modified: makejars.sh =================================================================== --- makejars.sh 2009-02-20 20:46:47 UTC (rev 376) +++ makejars.sh 2009-02-20 20:53:57 UTC (rev 377) @@ -1,6 +1,6 @@ #!/bin/bash PROJECT=sqlshell -VERSION=0.7 +VERSION=0.6.2 #cleanup rm -Rf release Modified: pom.xml =================================================================== --- pom.xml 2009-02-20 20:46:47 UTC (rev 376) +++ pom.xml 2009-02-20 20:53:57 UTC (rev 377) @@ -19,7 +19,7 @@ <groupId>nl.improved</groupId> <artifactId>sqlshell</artifactId> <packaging>jar</packaging> - <version>0.7-SNAPSHOT</version> + <version>0.6.2</version> <name>SQLShell ~ the improved sqlclient</name> <url>http://sqlshell.sourceforge.org</url> <build> |
From: SVN by r. <sv...@ca...> - 2009-03-01 16:46:44
|
Author: roy Date: 2009-03-01 17:46:31 +0100 (Sun, 01 Mar 2009) New Revision: 388 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-03-01 14:22:52 UTC (rev 387) +++ ChangeLog 2009-03-01 16:46:31 UTC (rev 388) @@ -1,3 +1,8 @@ +0.7 + * Rewritten tab completion engine + - improved group by and order by + - added support for aliases in table names + 0.6.2 (2009-02-20) * Commandline input support * -engine option to switch between charva (default) and jcurses |
From: SVN by r. <sv...@ca...> - 2009-09-18 11:55:31
|
Author: roy Date: 2009-09-18 13:55:18 +0200 (Fri, 18 Sep 2009) New Revision: 417 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-09-18 11:44:47 UTC (rev 416) +++ ChangeLog 2009-09-18 11:55:18 UTC (rev 417) @@ -2,6 +2,7 @@ * Rewritten tab completion engine - improved group by and order by - added support for aliases in table names + * Added initial settings command (to change for the current login session) the horizontal or vertical separator character 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2009-09-26 14:06:08
|
Author: roy Date: 2009-09-26 15:39:06 +0200 (Sat, 26 Sep 2009) New Revision: 424 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-09-26 13:29:39 UTC (rev 423) +++ ChangeLog 2009-09-26 13:39:06 UTC (rev 424) @@ -4,6 +4,8 @@ - added support for aliases in table names * Added initial settings command (to change for the current login session) the horizontal or vertical separator character * Added initial support for variables (in settings command.. see 'help set' for more information) + * History completion + * dump as <filename> support added 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2009-12-08 10:13:10
|
Author: roy Date: 2009-12-08 10:46:14 +0100 (Tue, 08 Dec 2009) New Revision: 429 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-12-08 09:45:35 UTC (rev 428) +++ ChangeLog 2009-12-08 09:46:14 UTC (rev 429) @@ -6,6 +6,8 @@ * Added initial support for variables (in settings command.. see 'help set' for more information) * History completion * dump as <filename> support added + * dump/read progress output added + * read autocommit (after every 1000 rows) setting added 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2009-12-17 21:55:38
|
Author: roy Date: 2009-12-17 22:55:24 +0100 (Thu, 17 Dec 2009) New Revision: 447 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-12-17 21:55:16 UTC (rev 446) +++ ChangeLog 2009-12-17 21:55:24 UTC (rev 447) @@ -5,9 +5,12 @@ * Added initial settings command (to change for the current login session) the horizontal or vertical separator character * Added initial support for variables (in settings command.. see 'help set' for more information) * History completion - * dump as <filename> support added - * dump/read progress output added - * read autocommit (after every 1000 rows) setting added +* Dump / Read updates + - dump as <filename> support added + - dump/read progress output added + - read autocommit (after every 10,000 rows) setting added + - set readAutoCommit=Y; to autocommit after successfull read (and every 10,000 rows) + - fix encoding problems 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2009-12-20 15:12:50
|
Author: roy Date: 2009-12-20 16:12:32 +0100 (Sun, 20 Dec 2009) New Revision: 448 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2009-12-17 21:55:24 UTC (rev 447) +++ ChangeLog 2009-12-20 15:12:32 UTC (rev 448) @@ -8,9 +8,10 @@ * Dump / Read updates - dump as <filename> support added - dump/read progress output added - - read autocommit (after every 10,000 rows) setting added + - read autocommit (after every 100,000 rows) setting added - set readAutoCommit=Y; to autocommit after successfull read (and every 10,000 rows) - fix encoding problems + - fix for really large files (7934149 rows, 4,9G) 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2009-12-20 15:13:16
|
Author: roy Date: 2009-12-20 16:13:01 +0100 (Sun, 20 Dec 2009) New Revision: 449 Modified: ChangeLog Log: mention change Modified: ChangeLog =================================================================== --- ChangeLog 2009-12-20 15:12:32 UTC (rev 448) +++ ChangeLog 2009-12-20 15:13:01 UTC (rev 449) @@ -11,7 +11,7 @@ - read autocommit (after every 100,000 rows) setting added - set readAutoCommit=Y; to autocommit after successfull read (and every 10,000 rows) - fix encoding problems - - fix for really large files (7934149 rows, 4,9G) + - fix for really large files (tested 7,934,149 rows, 4,9G datafile) 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2010-01-24 13:25:05
|
Author: roy Date: 2010-01-24 14:24:57 +0100 (Sun, 24 Jan 2010) New Revision: 456 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2010-01-24 13:23:17 UTC (rev 455) +++ ChangeLog 2010-01-24 13:24:57 UTC (rev 456) @@ -5,13 +5,15 @@ * Added initial settings command (to change for the current login session) the horizontal or vertical separator character * Added initial support for variables (in settings command.. see 'help set' for more information) * History completion -* Dump / Read updates + * Dump / Read updates - dump as <filename> support added - dump/read progress output added - read autocommit (after every 100,000 rows) setting added - set readAutoCommit=Y; to autocommit after successfull read (and every 10,000 rows) - fix encoding problems - fix for really large files (tested 7,934,149 rows, 4,9G datafile) + * Paste long text breaking up into multiple lines fixes + * PageUp now shows last row of previous 'page' 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2010-01-24 14:36:07
|
Author: roy Date: 2010-01-24 15:35:18 +0100 (Sun, 24 Jan 2010) New Revision: 462 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2010-01-24 14:35:05 UTC (rev 461) +++ ChangeLog 2010-01-24 14:35:18 UTC (rev 462) @@ -14,6 +14,7 @@ - fix for really large files (tested 7,934,149 rows, 4,9G datafile) * Paste long text breaking up into multiple lines fixes * PageUp now shows last row of previous 'page' + * Added Set command to change settings and set variables that can be used in queries 0.6.2 (2009-02-20) * Commandline input support |
From: SVN by r. <sv...@ca...> - 2010-01-28 07:44:28
|
Author: roy Date: 2010-01-28 08:44:16 +0100 (Thu, 28 Jan 2010) New Revision: 465 Modified: / ChangeLog pom.xml Log: 0.7 release Property changes on: ___________________________________________________________________ Name: svn:ignore - target .BUGS.txt.swp + target .BUGS.txt.swp .ChangeLog.swp .swp .swo .swm .swn .small.dmp.swp .log.txt.swp .log.txt.swo .fix.sed.swp .fix.swp .tmp .Test.java.swp .test.dtd.swp .test.xml.swp Modified: ChangeLog =================================================================== --- ChangeLog 2010-01-27 08:04:27 UTC (rev 464) +++ ChangeLog 2010-01-28 07:44:16 UTC (rev 465) @@ -1,4 +1,4 @@ -0.7 +0.7 (2010-01-28) * Rewritten tab completion engine - improved group by and order by - added support for aliases in table names Modified: pom.xml =================================================================== --- pom.xml 2010-01-27 08:04:27 UTC (rev 464) +++ pom.xml 2010-01-28 07:44:16 UTC (rev 465) @@ -19,7 +19,7 @@ <groupId>nl.improved</groupId> <artifactId>sqlshell</artifactId> <packaging>jar</packaging> - <version>0.7-SNAPSHOT</version> + <version>0.7</version> <name>SQLShell ~ the improved sqlclient</name> <url>http://sqlshell.sourceforge.org</url> <build> |
From: SVN by r. <sv...@ca...> - 2010-03-08 21:03:04
|
Author: roy Date: 2010-03-08 21:34:54 +0100 (Mon, 08 Mar 2010) New Revision: 469 Modified: ChangeLog Log: mention changes Modified: ChangeLog =================================================================== --- ChangeLog 2010-03-08 20:33:49 UTC (rev 468) +++ ChangeLog 2010-03-08 20:34:54 UTC (rev 469) @@ -1,5 +1,6 @@ 0.8 * Fix using variables in dump command + * Added config setting ENTER_AT_END 0.7 (2010-01-28) * Rewritten tab completion engine |
From: SVN by r. <sv...@ca...> - 2010-05-08 09:49:16
|
Author: roy Date: 2010-05-08 11:49:05 +0200 (Sat, 08 May 2010) New Revision: 472 Modified: README Log: more stuff Modified: README =================================================================== --- README 2010-05-08 09:48:51 UTC (rev 471) +++ README 2010-05-08 09:49:05 UTC (rev 472) @@ -1,5 +1,8 @@ INTENTION -The intention of writing this sqlclient/sqlshell is to provide a common interface to different databases we use in our company. But most important is that the interface to a commercial client we use is really not very usefull. Our goal is to add as many features as we can think of to this small utility class so that our daily work is made a lot easier. The initial functionality should contain: +The intention of writing this sqlclient/sqlshell is to provide a common interface to different databases we use +in our company. But most important is that the interface to a commercial client we use is really +not very usefull. Our goal is to add as many features as we can think of to this small utility class +so that our daily work is made a lot easier. The initial functionality should contain: - sql command history (key up/down) - tab completion (at least for select queries) - execute a sql file (@mystatements.sql) @@ -20,7 +23,7 @@ With Charva In order to run sqlshell using charva you need to have the charva libraries in the lib folder. -Currently charva is compiled for windows (32 bits) and linux intel 32 bits and amd 64 bits. If you don't +Currently charva is compiled for windows (32 bits) and linux intel 32 and 64 bits and amd 64 bits. If you don't own an intel 32 bits, you need to modify the contents of the lib/charva directory. With JCurses |
From: SVN by r. <sv...@ca...> - 2010-05-08 09:50:48
|
Author: roy Date: 2010-05-08 11:50:38 +0200 (Sat, 08 May 2010) New Revision: 473 Modified: ChangeLog Log: mention change Modified: ChangeLog =================================================================== --- ChangeLog 2010-05-08 09:49:05 UTC (rev 472) +++ ChangeLog 2010-05-08 09:50:38 UTC (rev 473) @@ -1,6 +1,7 @@ 0.8 * Fix using variables in dump command * Added config setting ENTER_AT_END + * Fix for databases where after invalid query the connection is in an invalid state (like Postgresql) 0.7 (2010-01-28) * Rewritten tab completion engine |
From: SVN by r. <sv...@ca...> - 2010-05-08 10:32:31
|
Author: roy Date: 2010-05-08 12:32:22 +0200 (Sat, 08 May 2010) New Revision: 476 Modified: ChangeLog Log: mention change Modified: ChangeLog =================================================================== --- ChangeLog 2010-05-08 10:31:50 UTC (rev 475) +++ ChangeLog 2010-05-08 10:32:22 UTC (rev 476) @@ -2,6 +2,7 @@ * Fix using variables in dump command * Added config setting ENTER_AT_END * Fix for databases where after invalid query the connection is in an invalid state (like Postgresql) + * Fix case sensitivity in 'show tables having...' 0.7 (2010-01-28) * Rewritten tab completion engine |