Lines Matching refs:SQLITE_VERSION
112 #ifdef SQLITE_VERSION
113 # undef SQLITE_VERSION
122 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
128 ** numbers used in [SQLITE_VERSION].)^
147 ** [sqlite_version()] and [sqlite_source_id()].
149 #define SQLITE_VERSION "3.45.1"
157 ** These interfaces provide the same information as the [SQLITE_VERSION],
168 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
171 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
183 ** See also: [sqlite_version()] and [sqlite_source_id()].