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

@ -22,7 +22,7 @@
# 3. This notice may not be removed or altered from any source distribution.
import unittest
from sqlcipher3 import dbapi2 as sqlite
from sqlcipher4 import dbapi2 as sqlite
from collections.abc import Sequence
class MyConnection(sqlite.Connection):