querulous icon indicating copy to clipboard operation
querulous copied to clipboard

Modifying DataSource or Connection

Open Avatah opened this issue 15 years ago • 2 comments

Is there a possibility to access javax.sql.DataSource or java.sql.Connection directly? What to do if need to set some of its parameters?

Avatah avatar Aug 24 '10 10:08 Avatah

we need to expose connection string parameters in querulous. right now you'd have to change it in the source code and rebuild the library :(

eaceaser avatar Aug 24 '10 23:08 eaceaser

1.2.0 allows you to pass in arbitrary url parameters as a Map[String, String]

freels avatar Sep 08 '10 23:09 freels