Update of /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1839/fw/src/net/sourceforge/squirrel_sql/fw/sql
Modified Files:
ISQLAlias.java
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: ISQLAlias.java
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLAlias.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ISQLAlias.java 28 Nov 2009 20:14:51 -0000 1.15
--- ISQLAlias.java 19 Dec 2009 21:33:51 -0000 1.16
***************
*** 49,52 ****
--- 49,53 ----
String SCHEMA_PROPERTIES = "schemaProperties";
String COLOR_PROPERTIES = "colorProperties";
+ String CONNECTION_PROPERTIES = "connectionProperties";
}
|