the internal flag value was changed at 3.20.0 (and it seems the value was changed back to the previous value)
It is private value defined in sqliteInt.h, so it is better to avoid using it.
2-args fts3_tokenizer should be enabled by the public API(sqlite3_db_config) as this module did before.
The change may break a compatibility with APSW built with its Amalgamation method.
the internal flag value was changed at 3.20.0 (and it seems the value was changed back to the previous value)
It is private value defined in sqliteInt.h, so it is better to avoid using it. 2-args fts3_tokenizer should be enabled by the public API(sqlite3_db_config) as this module did before. The change may break a compatibility with APSW built with its Amalgamation method.