H. William Welliver III wrote:
While I'm at reporting problems with the sqlite glue, I noticed that the query() method for SQLite returns a non-standard result format:
shouldn't that return an array of mappings indexed on field name?
It should not implement query, but big_query. query is going to be provided by the Sql.Sql class.