I released Caqti 0.10.0 with the following changes:
- Added
-linkall
flags to driver libraries to fix direct linking (thanks to @bobbypriambodo). - Added convenience functions
collect_list
andrev_collect_list
. - Renamed
template
toquery
and related function, leaving deprecated
aliases. - Added
ptime_span
field type mapping to SQL intervals. - Be more permissive about types of data returned from MariaDB when
expecting numerical results.