Skip to content

Commit dcabd08

Browse files
Add sqlite_version{,_info} to __all__ in sync + aio modules
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 704b5e5 commit dcabd08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/dqlitedbapi/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"apilevel",
4646
"threadsafety",
4747
"paramstyle",
48+
"sqlite_version",
49+
"sqlite_version_info",
4850
# Functions
4951
"connect",
5052
# Classes

src/dqlitedbapi/aio/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"apilevel",
4444
"threadsafety",
4545
"paramstyle",
46+
"sqlite_version",
47+
"sqlite_version_info",
4648
# Functions
4749
"connect",
4850
"aconnect",

0 commit comments

Comments
 (0)