easyconfigs-it4i/s/SQLite/enable_column_metadata.patch
2017-03-09 11:57:40 +01:00

13 lines
312 B
Diff

diff --git a/sqlite3.c b/sqlite3.c
index cae0c4a..f617430 100644
--- a/sqlite3.c
+++ b/sqlite3.c
@@ -25,6 +25,7 @@
#ifndef SQLITE_API
# define SQLITE_API
#endif
+#define SQLITE_ENABLE_COLUMN_METADATA 1
/************** Begin file sqliteInt.h ***************************************/
/*
** 2001 September 15