diff --git a/src/MainWindow.ui b/src/MainWindow.ui
index 31f5706b..7cb97c9f 100644
--- a/src/MainWindow.ui
+++ b/src/MainWindow.ui
@@ -460,6 +460,29 @@ You can drag SQL statements from an object row and drop them into other applicat
-
+
+
+ <html><head/><body><p><a href="https://www.sqlite.org/pragma.html#pragma_case_sensitive_like">Case Sensitive Like</a></p></body></html>
+
+
+ true
+
+
+ checkboxPragmaCaseSensitiveLike
+
+
+
+ -
+
+
+ Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.
+
+
+
+
+
+
+ -
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync">Checkpoint Full FSYNC</a></p></body></html>
@@ -472,14 +495,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_foreign_keys">Foreign Keys</a></p></body></html>
@@ -492,14 +515,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_fullfsync">Full FSYNC</a></p></body></html>
@@ -512,14 +535,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_ignore_check_constraints">Ignore Check Constraints</a></p></body></html>
@@ -532,14 +555,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_mode">Journal Mode</a></p></body></html>
@@ -552,7 +575,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
-
@@ -586,7 +609,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_size_limit">Journal Size Limit</a></p></body></html>
@@ -599,7 +622,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
-1
@@ -609,7 +632,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_locking_mode">Locking Mode</a></p></body></html>
@@ -622,7 +645,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
-
@@ -636,7 +659,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_max_page_count">Max Page Count</a></p></body></html>
@@ -649,14 +672,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
2000000000
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_page_size">Page Size</a></p></body></html>
@@ -669,7 +692,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
512
@@ -679,7 +702,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_recursive_triggers">Recursive Triggers</a></p></body></html>
@@ -692,14 +715,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_secure_delete">Secure Delete</a></p></body></html>
@@ -712,14 +735,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_synchronous">Synchronous</a></p></body></html>
@@ -732,7 +755,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
-
@@ -751,7 +774,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_temp_store">Temp Store</a></p></body></html>
@@ -764,7 +787,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
-
@@ -783,7 +806,7 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_user_version">User Version</a></p></body></html>
@@ -796,14 +819,14 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
2147483647
- -
+
-
<html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint">WAL Auto Checkpoint</a></p></body></html>
@@ -816,36 +839,13 @@ You can drag SQL statements from an object row and drop them into other applicat
- -
+
-
10000
- -
-
-
- <html><head/><body><p><a href="https://www.sqlite.org/pragma.html#pragma_case_sensitive_like">Case Sensitive Like</a></p></body></html>
-
-
- true
-
-
- checkboxPragmaCaseSensitiveLike
-
-
-
- -
-
-
- Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.
-
-
-
-
-
-
@@ -2167,6 +2167,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
scrollareaPragmas
comboboxPragmaAutoVacuum
checkboxPragmaAutomaticIndex
+ checkboxPragmaCaseSensitiveLike
checkboxPragmaCheckpointFullFsync
checkboxPragmaForeignKeys
checkboxPragmaFullFsync