I want to run a quick informal survey on SQLite versions people have in their Python environments... could you run the following command in a terminal and reply with the output?
python -c 'import sys, sqlite3, platform; print(sqlite3.connect(":memory:").execute("select sqlite_version()").fetchone(), sys.version, platform.platform())'
I get this:
('3.45.2',) 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.3.9.4)] macOS-14.1.1-arm64-arm-64bit
('3.46.0',) 3.11.9 (main, Apr 4 2024, 05:10:52) [Clang 14.0.3 (clang-1403.0.22.14.1)] macOS-13.6.7-arm64-arm-64bit
('3.46.0',) 3.10.14 (main, Jun 9 2024, 21:46:41) [Clang 18.1.5 (https://github.com/llvm/llvm-project.git llvmorg-18.1.5-0-g617a15 FreeBSD-14.1-RELEASE-amd64-64bit-ELF