DataMapper creates its columns with underscores from camel cased model 
properties, which leaves me with the following situation...

DataMapper model....
  "Artist.firstName" in mysql is defined as "Artist.first_name"

Using a Sequel model, I have to do
  "Artist.first_name"

This of course forces me to change everything downstream.  I would like to 
not have to explicitly have some custom method for every Sequel model 
property to fix this, is there something on the model class itself that 
will help or is there something else you could suggest?

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to