3.0.19
- Support for more types of mappings in
insert_many()
, refs #1495. - Lots of documentation improvements.
- Fix bug when calling
tuples()
on aModelRaw
query. This was reported originally as a bug with sqlite-web CSV export. See coleifer/sqlite-web#38.