Skip to content

Commit

Permalink
sqlite3.version is not useful, and raises warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Apr 16, 2024
1 parent a43a9ee commit 1852aec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apsw/speedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def apsw_setup(dbfile):
import sqlite3

print("Testing with sqlite3 file ", sqlite3.__file__)
if sqlite3.version != "2.6.0": # stdlib version never changed this
print(" sqlite3 version ", sqlite3.version)
print(" SQLite version ", sqlite3.sqlite_version, end="\n\n")

def sqlite3_setup(dbfile):
Expand Down

0 comments on commit 1852aec

Please sign in to comment.