Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
supporting a dummy def for SQLITE_DETERMINISTIC intended for obsolete…
Browse files Browse the repository at this point in the history
… sqlite3
  • Loading branch information
spatialite committed Jun 29, 2015
1 parent cb266d7 commit 9546088
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions headers/rasterlite2/sqlite.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ extern const sqlite3_api_routines *sqlite3_api;
#include <sqlite3.h>
#endif

#ifndef SQLITE_DETERMINISTIC
/* probably SQLite < 3.8.3 - attempting to fix */
#define SQLITE_DETERMINISTIC SQLITE_UTF8
#endif

#endif

0 comments on commit 9546088

Please sign in to comment.