Skip to content

Commit

Permalink
Embed sqlite amalgamation v3.45.2 source code (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 12, 2024
1 parent f316421 commit 2102da7
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 85 deletions.
8 changes: 5 additions & 3 deletions Sources/CSQLite/include/sqlite_nio_sqlite3.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ extern "C" {
** [sqlite_nio_sqlite3_libversion_number()], [sqlite_nio_sqlite3_sourceid()],
** [sqlite_version()] and [sqlite_source_id()].
*/
#define SQLITE_VERSION "3.45.1"
#define SQLITE_VERSION_NUMBER 3045001
#define SQLITE_SOURCE_ID "2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a"
#define SQLITE_VERSION "3.45.2"
#define SQLITE_VERSION_NUMBER 3045002
#define SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77"

/*
** CAPI3REF: Run-Time Library Version Numbers
Expand Down Expand Up @@ -420,6 +420,8 @@ typedef int (*sqlite3_callback)(void*,int,char**, char**);
** the 1st parameter to sqlite_nio_sqlite3_exec() while sqlite_nio_sqlite3_exec() is running.
** <li> The application must not modify the SQL statement text passed into
** the 2nd parameter of sqlite_nio_sqlite3_exec() while sqlite_nio_sqlite3_exec() is running.
** <li> The application must not dereference the arrays or string pointers
** passed as the 3rd and 4th callback parameters after it returns.
** </ul>
*/
SQLITE_API int sqlite_nio_sqlite3_exec(
Expand Down
Loading

0 comments on commit 2102da7

Please sign in to comment.