1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-29 14:30:14 +02:00
build/pkg/sqlite3/0001.patch
David Oberhollenzer 969d777291 Sqlite3: enable column meta data
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-04-22 17:30:46 +02:00

13 lines
392 B
Diff

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