Snapshot of upstream SQLite 3.25.2

This commit is contained in:
Stephen Lombardo
2018-09-28 14:35:21 -04:00
parent bf3fa86130
commit e62fa4945b
32 changed files with 869 additions and 114 deletions
+1
View File
@@ -1536,6 +1536,7 @@ struct sqlite3 {
#define SQLITE_EnableQPSG 0x00800000 /* Query Planner Stability Guarantee*/
#define SQLITE_TriggerEQP 0x01000000 /* Show trigger EXPLAIN QUERY PLAN */
#define SQLITE_ResetDatabase 0x02000000 /* Reset the database */
#define SQLITE_LegacyAlter 0x04000000 /* Legacy ALTER TABLE behaviour */
/* Flags used only if debugging */
#ifdef SQLITE_DEBUG