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

Install pysqlite3-binary to get a more recent SQLite #17

Closed
simonw opened this issue Apr 9, 2020 · 1 comment
Closed

Install pysqlite3-binary to get a more recent SQLite #17

simonw opened this issue Apr 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Apr 9, 2020

Refs #16 and #5.

@simonw
Copy link
Owner Author

simonw commented Apr 9, 2020

Demo: https://datasette.simonw.now.sh/-/versions

{
    "python": {
        "version": "3.6.10",
        "full": "3.6.10 (default, Mar 10 2020, 22:54:43) \n[GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]"
    },
    "datasette": {
        "version": "0.39"
    },
    "asgi": "3.0",
    "uvicorn": "0.11.3",
    "sqlite": {
        "version": "3.31.1",
        "fts_versions": [
            "FTS5",
            "FTS4",
            "FTS3"
        ],
        "extensions": {
            "json1": null
        },
        "compile_options": [
            "ALLOW_COVERING_INDEX_SCAN",
            "COMPILER=gcc-4.8.2 20140120 (Red Hat 4.8.2-15)",
            "ENABLE_FTS3",
            "ENABLE_FTS3_PARENTHESIS",
            "ENABLE_FTS4",
            "ENABLE_FTS5",
            "ENABLE_JSON1",
            "ENABLE_LOAD_EXTENSION",
            "ENABLE_RTREE",
            "ENABLE_STAT4",
            "ENABLE_UPDATE_DELETE_LIMIT",
            "SOUNDEX",
            "TEMP_STORE=3",
            "THREADSAFE=1",
            "USE_URI"
        ]
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant