I’m using jruby 1.7.0 and rails 3.2.9, and I updated my app gem
activerecord-jdbc-adapter from 1.2.2 to 1.2.7.
Now I cannot insert any record into database, having this error:
ActiveRecord::JDBCError: ORA-01008: not all variables bound
I’ve already verified changelog and readme from this gem, and also the
dependent gems used and all seems to be ok.
Sounds like a perfect reason not to bother updating …
…R
Vânia S. wrote in post #1101408:
Hi,
I’m using jruby 1.7.0 and rails 3.2.9, and I updated my app gem
activerecord-jdbc-adapter from 1.2.2 to 1.2.7.
Now I cannot insert any record into database, having this error:
ActiveRecord::JDBCError: ORA-01008: not all variables bound
I’ve already verified changelog and readme from this gem, and also the
dependent gems used and all seems to be ok.
Ther gem version I’m using now is 1.2.2 and has a problem with storing
serialized objects to database. That’s why I’m trying to update (in
changelog refers that 1.2.7 solved that problem…).
Thnkx
Robin McKay wrote in post #1101460:
Sounds like a perfect reason not to bother updating …
…R
Vânia S. wrote in post #1101408:
Hi,
I’m using jruby 1.7.0 and rails 3.2.9, and I updated my app gem
activerecord-jdbc-adapter from 1.2.2 to 1.2.7.
Now I cannot insert any record into database, having this error:
ActiveRecord::JDBCError: ORA-01008: not all variables bound
I’ve already verified changelog and readme from this gem, and also the
dependent gems used and all seems to be ok.
Also there’s some Oracle related fixes on master (which will end up as
1.3.0) … although this might be a regression with connection.insert
which is fixed on 1.2.8.
Also there’s some Oracle related fixes on master (which will end up as
1.3.0) … although this might be a regression with connection.insert
which is fixed on 1.2.8.
1.3.0.beta1 hopefully next week, there’s still a lot to be done for
1.3.0
“stable” esp. with 4.0 support … we’ll see.
Although the beta should be stable enough … release will be mostly due
a
lot of fixes on master (that can not be backport-ed to 1.2).
But AR compatibility should be the same (except that 1.3.0 will at least
partially support Rails master as well) …
K.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.