> Le 21 juil. 2017 à 17:55, Gwendal Roué <[email protected]> a écrit : > > First, this strcmp() give a lot of work to languages that wrap SQLite and > lack support for "static strings". Building a global \0-terminated buffer > that never gets deallocated is not always that easy :-)
For the record, here is the commit that brings support for SQLite 3.20.0 : https://github.com/groue/GRDB.swift/commit/0a603f1be3966d478b505373af95d257224ce5b0 <https://github.com/groue/GRDB.swift/commit/0a603f1be3966d478b505373af95d257224ce5b0> The context is custom FTS5 tokenisers for Swift: https://github.com/groue/GRDB.swift/blob/v1.2.2/Documentation/FTS5Tokenizers.md <https://github.com/groue/GRDB.swift/blob/v1.2.2/Documentation/FTS5Tokenizers.md> Gwendal _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

