On Dec 19, 10:00 pm, Paul F Fraser <[email protected]> wrote: > Using Bignum type in a h2 db, create_table correctly sets up BIGINT(19) > Trying to store 64 bit value, fails if value greater than max integer. > > If I change (in jdbc.rb approx line# 330) > when Integer > cps.setLong(i,arg) > .... > It works for both integer columns and bigint columns both saving and > retrieving records, during my limited testing. > This is with the h2 db only, I cannot comment on other jdbc db's.
No apparently ill effects on other JDBC adapters, so committed: http://github.com/jeremyevans/sequel/commit/4ab719f437c7bb94ce16638d99b41e04144d4906 Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
