Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported #872

Merged
merged 1 commit into from Nov 16, 2020

Commits on Nov 10, 2020

  1. sqlite3.go: Remove -DSQLITE_ENABLE_FTS4_UNICODE61: not supported

    This option was enabled by default in sqlite3 on 2014-07-03.
    This setting does nothing. It can now be disabled with
    SQLITE_DISABLE_FTS3_UNICODE. See the upstream commit:
    https://sqlite.org/src/info/0cc0230ae9cfc976
    
    I think this change was imported into this project with commit
    ee9da48 on 2015-06-12.
    evanj committed Nov 10, 2020
    Copy the full SHA
    e642f6e View commit details
    Browse the repository at this point in the history