Skip to content

Commit 7ecddb2

Browse files
committed
Also enable column metadata with extra build
Everyone enables this in all builds of SQLite everywhere!
1 parent ab1662f commit 7ecddb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/vend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ def do_build(what: set[str], verbose: bool, fail_fast: bool = False):
646646
[
647647
("SQLITE_USE_URI", 1),
648648
("SQLITE_THREADSAFE", 2),
649+
("SQLITE_ENABLE_COLUMN_METADATA", 1),
649650
]
650651
)
651652

0 commit comments

Comments
 (0)