Type: Class
- query() (method)
Refering articles:
- Committed revision 396 (code checkins 21.07.06) — Working on the wxGrid in ReportGridForm. The INSERT and DELETE keys behave now almost as expected. more
- Inserting rows in a form (code changes 18.04.06) — Still working on Inserting rows in a form. DataRow._locked replaced by Store.isLockedRow() because the former was nonsense in cases where different instances of the same row are used. Ran 107 tests in 106.363s. Committed revision 370.
- 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
- multiple connections, populate() (code changes 10.01.05) — lino:tests/10.py is more difficult to find. Worked a whole day without getting it running. But quite some changes in adamo. Especially (1) better support for Multiple connections per database. (2) Populating databases more