sqlite3 1.5.0
- Add
prepareMultiple
method to prepare multiple statements from one SQL string. - Add
selectMap
andexecuteMap
onPreparedStatement
to bind SQL parameters by
their name instead of their index. - Add support for custom collations with
createCollation
.