Type: Class
- leadTable (method)
- report() (method)
- fetchall() (method)
- updateRow() (method)
- appendRow() (method)
- filter() (method)
- findone() (method)
- child() (method)
Refering articles:
- PRJ#42: done (code changes 05.03.06) — All test cases work again. New paradigm to handle Details done: Pointers no longer insert an automagic Detail into their target table. Details continue to be handled almost as a virtual column, but their value is no longer a Query but DetailValue who returns the query when called.
- Converting races, ledger, examples (code changes 18.02.06) — commit 302 more
- Datasource becomes a Query (code changes 03.05.05) — Renamed class Datasource to «Query», and this is now (again) a subclass of ColumnList. This was a fundamental internal redesign. more
- DBAPI 2.0 and cursor.rowcount (01.05.05) — Another problem with the new pysqlite is that it doesn't set the cursor.rowcount attribute. But after all this turns out to be a step forward. more
- subqueries and filters (feature 29.04.05) — New testcase 40. New module filters. more