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