I have a class that looks something like this

Class A:

m_id
b_id
m = reference(m_id, M.m_id)
m_value = Proxy(m, M.value)

when i try to do a

store.find((A,B), M.value == 'pie', B.b_id = A.b_id)

I get a mysql error 1054
http://www.delphifaq.com/faq/databases/mysql/f1110.shtml

Was wondering if there was a potential work around.
-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to