While I'm at reporting problems with the sqlite glue, I noticed that the query() method for SQLite returns a non-standard result format:
s->query("select * from lists");
(3) Result: ({ /* 1 element */ ({ /* 4 elements */ "1", "pdt-devel", "a development discussion list for the pdt (pike eclipse plugin) project.", "2008-07-22 19:01:09" }) })
shouldn't that return an array of mappings indexed on field name?
Bill