Python 3.8.0a1 with sqlite 3.27.1 -> OK

Hi all, I wanted to test with the new version of SQLite3 3.27.1 and there is no issue (compiled with a debian:latest docker image and the last version of 3.27.1). Sorry, it's not a bug, I wanted to inform you there is no issue with the last stable version of SQLite3. Have a nice week-end, Stéphane root@3b7c342683ff:/src# ./python -m test test_sqlite -v == CPython 3.8.0a1+ (default, Feb 15 2019, 16:05:54) [GCC 6.3.0 20170516] == Linux-4.20.7-200.fc29.x86_64-x86_64-with-glibc2.17 little-endian == cwd: /src/build/test_python_15721 == CPU count: 4 == encodings: locale=UTF-8, FS=utf-8 Run tests sequentially 0:00:00 load avg: 1.99 [1/1] test_sqlite test_sqlite: testing with version '2.6.0', sqlite_version '3.27.1' ... Ran 288 tests in 0.553s OK (skipped=3) == Tests result: SUCCESS == 1 test OK. Total duration: 654 ms Tests result: SUCCESS -- Stéphane Wirtel - https://wirtel.be - @matrixise
participants (1)
-
Stephane Wirtel