Changes between Initial Version and Version 1 of Ticket #30964, comment 1


Ignore:
Timestamp:
Nov 7, 2019, 9:38:08 PM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30964, comment 1

    initial v1  
    11Pretty sure this is related to the SQLite version installed.
    22
    3 What does `python -c"import sqlite3; print(sqlite3.version_info, sqlite3.sqlite_version)"` yield?
     3What does `python -c"import sqlite3; print(sqlite3.sqlite_version)"` yield? Anything lower than 3.8.3 is expected to fail.
Back to Top