This pertains the [CI builds of sequel-activerecord_connection](https://travis-ci.org/github/janko/sequel-activerecord_connection/jobs/692255004) with jruby and rails 5.1/5.0, which are failing for postgresql, due to a missing method in the adapter.
I had a quick look at the code, and this method is defined only in lib/sequel/adapters/postgres.rb , which AFAIK isn't used in the jdbc-postgresql case, although the method is called there. Can it be that the method needs to be redefined for the jdbc postgres adapter as well? [This](https://github.com/jruby/activerecord-jdbc-adapter/blob/512433cdb62ebe5a4af4e3c4637c65acd0751801/src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java) might explain why the builds are passing for rails 6/5.2 (i.e. the method has been defined in the adapter). -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/b003d1cd-df71-4306-bb14-a747da05e76d%40googlegroups.com.
