Update of /cvsroot/squirrel-sql/sql12/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2233/doc
Modified Files:
changes.txt
Log Message:
Aliases now have the ability to setup keep-alive SQL statement and sleep time (in seconds) to prevent a connection from being disconnected while appearing to be idle.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.521
retrieving revision 1.522
diff -C2 -d -r1.521 -r1.522
*** changes.txt 6 Dec 2009 00:15:49 -0000 1.521
--- changes.txt 19 Dec 2009 21:35:29 -0000 1.522
***************
*** 7,10 ****
--- 7,14 ----
Enhancements:
+ Aliases now have the ability to setup a keep-alive SQL statement and sleep time (in seconds) to prevent a
+ connection from being disconnected while appearing to be idle. This is done using the new Connection tab
+ on the Alias properties dialog.
+
Derby Plugin:
New tab to display the source code of Derby stored procedures
|