You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a table with a column named "key"
2. Generate the mapper
3. Use findByField or findByOneField like findOneByField('key', 'value')
What is the expected output? What do you see instead?
We expect the row that match but instead we got an error on 'key'.
What version of the product are you using? On what operating system?
Ubuntu Linux 10.04, Mysql 5
Please provide any additional information below.
We resolve by putting backtick on each {$column} or {$field} occurrence in tpl.
Original issue reported on code.google.com by [email protected] on 10 Feb 2012 at 10:35
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2012 at 10:35Attachments:
The text was updated successfully, but these errors were encountered: