mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
13 lines
312 B
Diff
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
|