We have an ActiveRecord model class which is choking on an attribute that has both a default value of 'infinity' and a NOT NULL constraint. Basically, AR tries to insert a NULL because Ruby does not understand 'infinity' and AR explicitly sets all columns with defaults to those values (when it understands them) when inserting a row.
I am contemplating moving this class to Sequel but I would like to know whether Sequel handles this situation any differently? -- 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.
