Type: Class
Refering articles:
- All tests again OK (code changes 01.05.06) — Uff... some tests had been failing because some weeks ago I changed the interdependency of the Populators in ledger_demo and contacts_demo. It took me several sessions to understand the reason for this failure. more
- new class VolatileStore (code changes 03.04.06) — Committed revision 361. I splitted Store into BaseStore and started a new class VolatileStore. This is not yet usable, and I am not sure whether it makes sense. more
- Query.fetchall() (29.08.05) — New method Query.fetchall() which does a fetchall() on the query's DataIterator. This is used in ledger's DemoPopulator to avoid the database table is locked problem. more
- Crash in big addrbook demo (29.08.05) — Now that sqlite: database table is locked is solved I have a new problem: Python crashes while running the big DemoPopulator of addrbook in 22. The exact place is not always the same, and sometimes it even fails to crash. more
- first subquery working (02.05.05) — tests/40.py demonstrates a use of filters to put a «NotEmpty» condition on a Detail column. more
- new class Populator (code changes 24.01.05) — I redesigned the system to populate databases. New class Populator. more