I had the same requirement, and after looking at the source code, I
found out that this is possible if the property key is prefixed with "parameter":
- #Liquibase.properties
- driver: oracle.jdbc.OracleDriver
- classpath: ojdbc7.jar
- url: jdbc:oracle:thin:@10.0.2.1:1521:mydb
- username: USER
- password: pswd
-
parameter.connection_string: user/pswd@mydb