For H2DB, I need to pass extra arguments to the JVM to define the default timezone of the database: -Duser.timezone="America/Toronto"
Looking at the code, I don't see a proper way to pass this arguments to the JVM. Would it be possible to add an optional parameters to the connect(). Something like jvm_args ?
For H2DB, I need to pass extra arguments to the JVM to define the default timezone of the database:
-Duser.timezone="America/Toronto"Looking at the code, I don't see a proper way to pass this arguments to the JVM. Would it be possible to add an optional parameters to the connect(). Something like jvm_args ?