I'd like to use postgreSQL's "SIMILAR TO" feature for the sake of
interpreting character classes, like "[a-c]*".

I found the ever so handy
results = Model.all(:column.like => 'regex')

but haven't found a similar similarto option.

Do I need to just hand create the query, or is there a shortcut
like .like for calling it using the .all method?

Thanks!
-kim.

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamap...@googlegroups.com.
To unsubscribe from this group, send email to 
datamapper+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to