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. Can anyone help? Thanks,
on 2013-03-13 13:35
on 2013-03-13 18:06
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. > > Can anyone help? > > Thanks,
on 2013-03-13 18:37
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. >> >> Can anyone help? >> >> Thanks,
on 2013-03-13 19:23
Hey Vania, could you try 1.2.8 (released today) ? 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. K.
on 2013-03-13 19:45
Hi! I've also tryed that one! ;) Didn't work either! Thanks Karol Bucek wrote in post #1101473: > Hey Vania, could you try 1.2.8 (released today) ? > > 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. > > K.
on 2013-03-14 07:50
Hey, in that case please try pointing the gem against master (there's some more fixes already commited) ... and if it still happens please report (with a piece of code how to reproduce) and we're try fixing it : https://github.com/jruby/activerecord-jdbc-adapter/issues K.
on 2013-03-14 13:39
Hi, I pointed to master and the error doesn't occur anymore! When can I expected a new release from master? Soon? Thanks!
on 2013-03-14 14:55
That's just great ! 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.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.