Displaying 1 result from an estimated 1 matches for "e73fd179".
2006 Jul 18
0
Bug in acts_as_list?
...y have a model that is set to act as a list. In this scenario, I
believe that the queries that Acts::List generate are invalid, caused by IDs
being strings rather than integers.
System info:
Rails: 1.1.4
MySQL: 4.0.26
This is the failing query:
mysql> SELECT * FROM children WHERE (parent_id =
e73fd179-e412-452e-8ac2-b7aac4db4ed4) ORDER BY position DESC LIMIT 1;
ERROR 1064: You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use near
''ac2-b7aac4db4ed4) ORDER BY position DESC LIMIT 1'' at line 1
However, i...