Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_VERSION

76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
92 ** numbers used in [SQLITE_VERSION].)^
108 ** [sqlite_version()] and [sqlite_source_id()].
110 #define SQLITE_VERSION "3.7.11"
118 ** These interfaces provide the same information as the [SQLITE_VERSION],
129 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
142 ** See also: [sqlite_version()] and [sqlite_source_id()].