Skip to content

Commit 5105677

Browse files
authored
Merge pull request #315 from aaime/mmap_size
Add support for mmap_size Pragma
2 parents f8fa000 + 56066b4 commit 5105677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/sqlite/SQLiteConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ public static enum Pragma {
265265

266266
// Pragmas that can be set after opening the database
267267
CACHE_SIZE("cache_size"),
268+
MMAP_SIZE("mmap_size"),
268269
CASE_SENSITIVE_LIKE("case_sensitive_like", OnOff),
269270
COUNT_CHANGES("count_changes", OnOff),
270271
DEFAULT_CACHE_SIZE("default_cache_size"),

0 commit comments

Comments
 (0)