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).

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.