Displaying 1 result from an estimated 1 matches for "bcacc971".
2006 Mar 21
3
ror-generated sql syntax fails at ''where''.
I am working on my first Ruby-on-Rails project after completing
"cookbook" and "todo list" tutorials.
When "SAVE"ing a new record to a table, the "create" method throws SQL
error #42000 for:
SELECT * FROM mailboxes WHERE (key = ''TEST'') LIMIT 1
but if i change syntax to fully-qualified column, the query tool is
happy with:
SELECT