Hi, I have a quick question. I want to run something like this: ... @abc = "SELECT eid from ttable where ab = 1 AND cd like \"%_ABC_%\"" ... res = DataMapper.repository.adapter.select(@abc)
datamapper throws out this error: in `execute_reader': Unknown column '%_ABC_%' in 'where clause' (DataObjects::SQLError) Anyone suggests any opinion on this? Best, -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
