eclipse-archived / ceylon-sdk

Standard platform modules belonging to the Ceylon SDK
http://www.ceylon-lang.org
Apache License 2.0
72 stars 60 forks source link

Connection/query timeout for dbc #519

Open dafixa opened 8 years ago

dafixa commented 8 years ago

I'm probably missing something obvious... how do I set connection/query timeout?

I looked for a while, couldn't figure out how. So now I have a driver-dependent timeout (usually 30 seconds) where my Ceylon plugin is locked up when the db/network is down.

dafixa commented 8 years ago

Nevermind, I went for JDBC interop.