I've just pushed a couple of patches that add additional disconnection support. Previously, disconnects were not detected when submitting transaction statements such as BEGIN/ROLLBACK/COMMIT. I've also added disconnection support to more adapters. Here's the current state of disconnection support:
ado: Yes do:mysql: No (autoreconnects) do:postgres: Yes jdbc:jtds: Yes jdbc:mysql: Yes jdbc:postgresql: Yes jdbc:sqlserver: Yes mysql2: Yes mysql: Yes odbc: Yes postgres: Yes swift:mysql: No (autoreconnects) swift:postgres: No tinytds: Yes These are only the adapters I tested. For example, all jdbc subadapters should work, and Oracle should have support as well. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
