Name
SQLITE_ENABLE_LOCKING_STYLE — Enable extended file locking
Description
Enables extended locking styles.
Normally, SQLite running on a Unix-like system will use POSIX
fcntl() based locks for
all files. If this parameter is defined, SQLite will change its
locking style depending on the type of filesystem it is using.
This flag only has significant effects under Mac OS X, where it
is enabled by default. See the SQLite website for more details
(http://sqlite.org/compile.html#enable_locking_style).
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access