[storm] error on mysql 5 with references and joins

Hamilton Tran hamilton.tran at gmail.com
Mon Jan 7 21:37:48 GMT 2008


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/storm/attachments/20080107/de967ef7/attachment.htm 


More information about the storm mailing list