sqlite3 1.5.0
- Add
prepareMultiplemethod to prepare multiple statements from one SQL string. - Add
selectMapandexecuteMaponPreparedStatementto bind SQL parameters by
their name instead of their index. - Add support for custom collations with
createCollation.