I have an updated example AzureSQL connection URL in the recent patch. I 
was quoting documentation but this is based on an actual connection I use 
with the h2 console at work. I didn't realize that our code quietly adds 
all of these flags behind the scenes.

jdbc:sqlserver://myserver.database.windows.net
;database=mydatabase;encrypt=true;trustServerCertificate=true;hostNameInCertificate=*.
database.windows.net;loginTimeout=30;

It looks like the options are standard for AzureSQL and documented 
elsewhere but it's not clear when you read the JDBC info.

The driver is still com.microsoft.sqlserver.jdbc.SQLServerDriver.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to