mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
upgraded sqlite to 3.6.11
This commit is contained in:
@@ -78,6 +78,11 @@ public:
|
||||
static void enableSharedCache(bool flag = true);
|
||||
/// Enables or disables SQlite shared cache mode
|
||||
/// (see http://www.sqlite.org/sharedcache.html for a discussion).
|
||||
|
||||
static void enableSoftHeapLimit(int limit);
|
||||
/// Sets a soft upper limit to the amount of memory allocated
|
||||
/// by SQLite. For more information, please see the SQLite
|
||||
/// sqlite_soft_heap_limit() function (http://www.sqlite.org/c3ref/soft_heap_limit.html).
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user