On Oct 30, 2006, at 1:10 PM, Uwe Grauer wrote:
Now i think that i do not see the cause of the error because of the caching to sqlite. So i thought i ask about how i could disable the caching to get to the culprit more quickly.
I'm not sure what you mean by caching to SQLite. Dabo stores its data as normal Python lists of dicts. The only time data is ever converted to an in-memory SQLite database is if you run SQL on the dataset itself; if you use normal Dabo queries, they always go to the backend.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
