Hi,

I am using sqlalchemy with pylons. I have a very simple table with a foreign key to another table.

I pretty much submit a form load the values into the object and use objectstore.commit() to save the record.

Once in a while I get a strange error where it complains that the foreign key is null (this value is definitely being set however). The strange thing, is that if I resubmit the form, it works. More strange, if I print the supposedly missing value, right after it is assigned, I never get this error. I am at a lost to why I am gettting this intermittent behaviour. Is it some sort of problem with dirty/null detection or a threading problem ?


Thanks

Huy





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to