=========
Call `PyUnicode_READY <https://www.python.org/dev/peps/pep-0393/#new-api>`__ for
Python 3.3 onwards. Fixes :issue:`208`, :issue:`132`, :issue:`168`.
SQLite 3.12 completely changed the semantics of :meth:`VFS.xGetLastError` in an
incompatible way. This required a rewrite of the relevant C, Python and test
code. If you implement or use this method then you have to rewrite your code
too. Also note that running the test suite from an earlier version of APSW
against this or future SQLite versions will result in consuming all memory, swap
or address space (an underlying integer changed meaning).
Added SQLITE_CONFIG_STMTJRNL_SPILL and SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER
constants.
Added support for SQLITE_CONFIG_STMTJRNL_SPILL in :meth:`apsw.config`.