CHANGES:
-
The
caqtilibrary now holds the Caqti 3 API andcaqti.classic
contains a Caqti 2 compatibility wrapper. Users of the Caqti 2 API must
now addcaqti.classicto their link lines. Early adopters of the
Caqti 3 API must replacecaqti.templatewithcaqtiand adjust some
module paths. Switching to the new API is recommended, but may be done
incrementally for existing applications. -
Fixed initial comma when formatting rows, affecting
Caqti_type.pp_value(Caqti 2) andCaqti.Template.Row.pp(Caqti 3). -
Put on hold deprecation of the
caqti-dynloadpackage due to
issue #140. -
Foreign key constraints are now enabled for SQLite by default.