Comment on JRuby 1.7.0. ReleasedparentComments−sheffOP13y> Incomplete integration with postgresql.I'm planning on using it with postgresql - do you have any links to whats not supported with the JDBC drivers ?−xiljin13yOne of the issues I ran into when looking to migrate a multi-tenant Rails app to Torquebox was lack of schema support (eg. schema_search_path). I was able to workaround those issues using raw sql though.−bryanl13yThe JDBC driver doesn't support EXPLAIN or COPY
Comments
> Incomplete integration with postgresql.
I'm planning on using it with postgresql - do you have any links to whats not supported with the JDBC drivers ?
One of the issues I ran into when looking to migrate a multi-tenant Rails app to Torquebox was lack of schema support (eg. schema_search_path). I was able to workaround those issues using raw sql though.
The JDBC driver doesn't support EXPLAIN or COPY