Compile-time Options
(compile.html)
9. Options To Omit Features
... SQLITE_OMIT_DATETIME_FUNCS
If this option is defined, SQLite's built-in date and time manipulation
functions are omitted. Specifically, the SQL functions julianday(), date(),
time(), datetime() and strftime() are not available. The default column
values CURRENT_TIME, CURRENT_DATE and CURRENT_TIMESTAMP are still ...
|
SQLite Frequently Asked Questions
(faq.html)
... On Windows,
Microsoft's documentation says that locking may not work under FAT
filesystems if you are not running the Share.exe daemon. People who
have a lot of experience with Windows tell me that file locking of
network files ...
|
SQLite Older News
(oldnews.html)
... sqlite3_randomness() provides access to SQLite's internal
pseudo-random number generator, sqlite3_limit() allows size
limits to be set at run-time on a per-connection basis, and
sqlite3_context_db_handle() is a convenience routine that allows
an application-defined SQL function implementation ...
|
SQLite Session Module C/C++ Interface
(session.html)
... For changes to rows
in tables that are not attached to the Session object, the filter is called
to determine whether changes to the table's rows should be tracked or not.
If xFilter returns 0, changes are not tracked ...
|
SQLite FTS5 Extension
(fts5.html)
6.5. The 'deletemerge' Configuration Option
... Instead, a "tombstone" marker containing the rowid of the deleted row is
attached to the b-tree that contains the row's FTS index entries. When the
b-tree is queried, any query result rows for which there exist tombstone ...
|
Page generated by FTS5 in about 68.54 ms.