sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

Missing 'connection.username' or -username #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When executing an SQL file, the username for the default connection should not 
be mandatory. For example, this property file should work as long as the SQL 
file uses 'USE CONNECTION' from the start:

properties-version = 1.0
classpath.ext = ojdbc6-11.2.0.3.jar
connection.driver = oracle.jdbc.OracleDriver
connection.url = jdbc:oracle:thin:@XXXX:1521:XXXX
connection.elec.username = XXXX
connection.elec.password = XXXX
connection.gas.username = XXXX
connection.gas.password = XXXX
sql.file = export.sql

The same for build.xml and pom.xml?

Original issue reported on code.google.com by rene.de....@gmail.com on 19 Jun 2012 at 11:02