Build debian package for SQLCipher4

This commit is contained in:
Miguel Jacq 2025-12-21 12:58:42 +11:00
parent 2f68084bdd
commit d1aa5762bc
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
28 changed files with 285904 additions and 168 deletions

View file

@ -23,7 +23,7 @@
import threading
import unittest
from sqlcipher3 import dbapi2 as sqlite
from sqlcipher4 import dbapi2 as sqlite
#from test.support import TESTFN, unlink
TESTFN = 'pysqlite3_test'