|
|
@@ -121,9 +121,9 @@ extern "C" {
|
|
|
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
|
|
|
** [sqlite_version()] and [sqlite_source_id()].
|
|
|
*/
|
|
|
-#define SQLITE_VERSION "3.18.0"
|
|
|
-#define SQLITE_VERSION_NUMBER 3018000
|
|
|
-#define SQLITE_SOURCE_ID "2017-03-29 18:03:50 4a01880b62706c12d6f16f7c2b5c8b0dc67a9a8a0a48c5b42451e1a133e85611"
|
|
|
+#define SQLITE_VERSION "3.19.0"
|
|
|
+#define SQLITE_VERSION_NUMBER 3019000
|
|
|
+#define SQLITE_SOURCE_ID "2017-04-11 01:30:42 a47efb7c8520a01110ce3b3531ebe1bab6720780d67fba001992c44c5807d332"
|
|
|
|
|
|
/*
|
|
|
** CAPI3REF: Run-Time Library Version Numbers
|
|
|
@@ -2226,9 +2226,6 @@ SQLITE_API int sqlite3_total_changes(sqlite3*);
|
|
|
** ^A call to sqlite3_interrupt(D) that occurs when there are no running
|
|
|
** SQL statements is a no-op and has no effect on SQL statements
|
|
|
** that are started after the sqlite3_interrupt() call returns.
|
|
|
-**
|
|
|
-** If the database connection closes while [sqlite3_interrupt()]
|
|
|
-** is running then bad things will likely happen.
|
|
|
*/
|
|
|
SQLITE_API void sqlite3_interrupt(sqlite3*);
|
|
|
|
|
|
@@ -3739,7 +3736,7 @@ SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
|
|
|
** The [sqlite3_value_blob | sqlite3_value_type()] family of
|
|
|
** interfaces require protected sqlite3_value objects.
|
|
|
*/
|
|
|
-typedef struct Mem sqlite3_value;
|
|
|
+typedef struct sqlite3_value sqlite3_value;
|
|
|
|
|
|
/*
|
|
|
** CAPI3REF: SQL Function Context Object
|