Skip to content

Commit f1f8df2

Browse files
DL6ERyubiuser
andauthored
Fix comment
Co-authored-by: yubiuser <[email protected]> Signed-off-by: Dominik <[email protected]>
1 parent 3023479 commit f1f8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
3232
# SQLITE_DEFAULT_FOREIGN_KEYS=1: This macro determines whether enforcement of foreign key constraints is enabled or disabled by default for new database connections.
3333
# SQLITE_DQS=0: This setting disables the double-quoted string literal misfeature.
3434
# SQLITE_ENABLE_DBPAGE_VTAB: Enables the SQLITE_DBPAGE virtual table. Warning: writing to the SQLITE_DBPAGE virtual table can very easily cause unrecoverably database corruption.
35-
# SQLITE_TEMP_STORE=0: This option sets the default value for the temp_store pragma to 0. This means that temporary tables and indices are always stored in memory. This is the default setting for SQLite.
35+
# SQLITE_TEMP_STORE=0: This option sets the default value for the temp_store pragma to 0. This means that temporary tables and indices are always stored on disk
3636
# SQLITE_DEFAULT_CACHE_SIZE=-16384: Allow up to 16 MiB of cache to be used by SQLite3 (default is 2000 kiB)
3737
# SQLITE_DEFAULT_SYNCHRONOUS=1: Use normal synchronous mode (default is 2)
3838
# SQLITE_LIKE_DOESNT_MATCH_BLOBS: This option causes the LIKE operator to only match BLOB values against BLOB values and TEXT values against TEXT values. This compile-time option makes SQLite run more efficiently when processing queries that use the LIKE operator.

0 commit comments

Comments
 (0)