-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoSuchMethodError: org.jruby.RubyEncoding.newEncoding #35
Comments
ah, so it fails because of the duplicate column name in the migration & gives out that uninformative error? |
It fails as soon as it tries to raise an PG::Exception. Simple reproduction conn = PG::Connection.new(...)
conn.exec('SELECT * FROM this_table_does_not_exist') It looks like #32 would fix this |
Fixed in 9cc73de. |
@erikogan Note that I also released a jruby-pg gem, finally. Hopefully we can get this project going again. |
@headius Thanks, I missed the name change. I was wondering how this would work with my project using pg_jruby 0.17.1. I’ve switched to jruby-pg 0.1. I’ll let you know if I see any issues. |
@erikogan Were you able to deal with this issue? |
(switched to jruby-9.0.0.0 recently)
I'm getting the following error when running a pretty simple migration in sequel:
The migration is:
The text was updated successfully, but these errors were encountered: