Index: System.Data.SQLite/SQLiteBase.cs
==================================================================
--- System.Data.SQLite/SQLiteBase.cs
+++ System.Data.SQLite/SQLiteBase.cs
@@ -835,11 +835,11 @@
return result;
}
}
///
- ///
+ ///
///
public interface ISQLiteSchemaExtensions
{
///
/// Creates temporary tables on the connection so schema information can be queried.
@@ -1155,8 +1155,10 @@
SQLITE_CONFIG_PCACHE2 = 18, // sqlite3_pcache_methods2*
SQLITE_CONFIG_GETPCACHE2 = 19, // sqlite3_pcache_methods2*
SQLITE_CONFIG_COVERING_INDEX_SCAN = 20, // int
SQLITE_CONFIG_SQLLOG = 21, // xSqllog, void*
SQLITE_CONFIG_MMAP_SIZE = 22, // sqlite3_int64, sqlite3_int64
- SQLITE_CONFIG_WIN32_HEAPSIZE = 23 // int nByte
+ SQLITE_CONFIG_WIN32_HEAPSIZE = 23, // int nByte
+ SQLITE_CONFIG_PCACHE_HDRSZ = 24, // int *psz
+ SQLITE_CONFIG_PMASZ = 25 // unsigned int szPma
}
}