summaryrefslogtreecommitdiff
path: root/libodb-sqlite/odb/sqlite/details/config.hxx
blob: 98f4bcac2a8f01b1d36ad2bdfbdb2c693c1f52c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// file      : odb/sqlite/details/config.hxx
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_SQLITE_DETAILS_CONFIG_HXX
#define ODB_SQLITE_DETAILS_CONFIG_HXX

// no pre

#ifdef ODB_COMPILER
#  error libodb-sqlite header included in odb-compiled header
#endif

#include <sqlite3.h>

#if SQLITE_VERSION_NUMBER >= 3006012
#  define LIBODB_SQLITE_HAVE_UNLOCK_NOTIFY 1
#endif

#define LIBODB_SQLITE_HAVE_COLUMN_METADATA 1

// no post

#endif // ODB_SQLITE_DETAILS_CONFIG_HXX