1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 19:16:13 +02:00
build/pkg/sqlite3/0001.patch

13 lines
392 B
Diff
Raw Normal View History

diff --git a/sqlite3.c b/sqlite3.c.new
index 4729f45..d09425e 100644
--- a/sqlite3.c
+++ b/sqlite3.c
@@ -17,6 +17,7 @@
** language. The code for the "sqlite3" command-line shell is also in a
** separate file. This file contains only code for the core SQLite library.
*/
+#define SQLITE_ENABLE_COLUMN_METADATA 1
#define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1
#ifndef SQLITE_PRIVATE