Hi, I started migrating the OpenEdge adapter to a separate plugin and I have a couple of questions.
>From a plugin I can register the JDBC subadapter by modifying `Sequel::JDBC::DATABASE_SETUP`, but how could I go about registering the shared adapter for ODBC (there's a case statement and init code in Sequel::ODBC::Database#adapter_initialize)? One another thing I mentioned in the original PR is also that the JDBC subadapter type is :datadirect here as that's the first part of the connection URI, but datadirect itself has other possible sub-types (e.g. jdbc:datadirect:openedge:..., jdbc:datadirect:informix:..., etc.). What would be the best way to handle that? Or do you think it shouldn't matter? -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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 http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
