I just spent a few moments tracking down some unexpected behavior in
Sequel. I was trying to insert a value as such
DB[:answers] << {:mode => :gut}
And sequel raise an error complaining that there was no such column
'gut'. Is this normal behavior? I would rather expect sequel to
convert the symbol automatically (perhaps that's 'magic') so instead
it should raise a 'unacceptable value' or perhaps some other option.
Ideas?
Xavier
--
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.