That works just fine, thank you. Having a tinyint(1) be a TrueClass and a tinyint(4) be a Fixnum might be useful. I'm assuming this code is not available already?
There's always the chance that I'm using tinyint(4)'s incorrectly.. :) On Jul 9, 1:56 pm, Jeremy Evans <[email protected]> wrote: > On Jul 9, 9:40 am, Jason Carr <[email protected]> wrote: > > > A MySQL table with a column with a type of tinyint(4) is being classed > > as a TrueClass when it shouldn't be. > > http://sequel.rubyforge.org/rdoc/classes/Sequel.html > > Sequel.convert_tinyint_to_bool = false > > 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 -~----------~----~----~----~------~----~------~--~---
