Mercurial > dive4elements > river
diff flys-aft/doc/conf.xml @ 4773:f0b3ad10f67f
Added after login SQL statements for database connection. Can be used to alter the current schema to avoid naming clashes.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 05 Jan 2013 13:30:57 +0100 |
parents | b20b710aa86f |
children |
line wrap: on
line diff
--- a/flys-aft/doc/conf.xml Sat Jan 05 12:20:28 2013 +0100 +++ b/flys-aft/doc/conf.xml Sat Jan 05 13:30:57 2013 +0100 @@ -29,6 +29,11 @@ <user/> <password/> <url>jdbc:sqlite:/path/to/aft.db</url> + <!-- + <execute-login> + <statement>ALTER SESSION SET CURRENT_SCHEMA=AFT</statement> + </execute-login> + --> </db> </side> </sync>