Re: [SQLObject] Forcing cache refresh of MultipleJoins
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Edmund L. <el...@in...> - 2003-08-01 01:44:13
|
Ian Bicking wrote: > Hmmm... I have a unit test that I think should cover this particular > case (JoinTest2.test), so I suspect I won't be able to reproduce the > problem. Are there transactions or threads involved? Really? I'm not doing anything fancy... no transactions or threads. I ran the test manually from the command line. The only thing that might interfere with this is that Webware and code using SO was running in a separate window. Let me see if I can't write a short snippet that will reproduce the problem. I'll get back to you. ...Edmund. |