mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
@@ -13,4 +13,11 @@
|
||||
#include <sqlite3.h>
|
||||
#endif
|
||||
|
||||
// For older versions of the SQLite library which do not have the SQLITE_DETERMINISTIC flag
|
||||
// yet (which introduced in this commit: https://www.sqlite.org/src/info/5716fc2341ddd8cf), we
|
||||
// define it here with a value of 0. Because it is ORed with other constants a value of 0 is a no-op.
|
||||
#ifndef SQLITE_DETERMINISTIC
|
||||
#define SQLITE_DETERMINISTIC 0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user