packages feed

direct-sqlite 2.3.18 → 2.3.19

raw patch · 4 files changed

+14/−4 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cbits/sqlite3.c view

file too large to diff

cbits/sqlite3.h view
@@ -121,9 +121,9 @@ ** [sqlite3_libversion_number()], [sqlite3_sourceid()], ** [sqlite_version()] and [sqlite_source_id()]. */-#define SQLITE_VERSION        "3.15.0"-#define SQLITE_VERSION_NUMBER 3015000-#define SQLITE_SOURCE_ID      "2016-10-14 10:20:30 707875582fcba352b4906a595ad89198d84711d8"+#define SQLITE_VERSION        "3.15.2"+#define SQLITE_VERSION_NUMBER 3015002+#define SQLITE_SOURCE_ID      "2016-11-28 19:13:37 bbd85d235f7037c6a033a9690534391ffeacecc8"  /* ** CAPI3REF: Run-Time Library Version Numbers@@ -978,6 +978,12 @@ ** on whether or not the file has been renamed, moved, or deleted since it ** was first opened. **+** <li>[[SQLITE_FCNTL_WIN32_GET_HANDLE]]+** The [SQLITE_FCNTL_WIN32_GET_HANDLE] opcode can be used to obtain the+** underlying native file handle associated with a file handle.  This file+** control interprets its argument as a pointer to a native file handle and+** writes the resulting value there.+** ** <li>[[SQLITE_FCNTL_WIN32_SET_HANDLE]] ** The [SQLITE_FCNTL_WIN32_SET_HANDLE] opcode is used for debugging.  This ** opcode causes the xFileControl method to swap the file handle with the one@@ -1028,6 +1034,7 @@ #define SQLITE_FCNTL_RBU                    26 #define SQLITE_FCNTL_VFS_POINTER            27 #define SQLITE_FCNTL_JOURNAL_POINTER        28+#define SQLITE_FCNTL_WIN32_GET_HANDLE       29  /* deprecated names */ #define SQLITE_GET_LOCKPROXYFILE      SQLITE_FCNTL_GET_LOCKPROXYFILE
changelog view
@@ -1,3 +1,6 @@+v2.3.19+	* Upgrade embedded sqlite3 library to 3.15.2.+ v2.3.18 	* Upgrade embedded sqlite3 library to 3.15.0. 
direct-sqlite.cabal view
@@ -1,5 +1,5 @@ name: direct-sqlite-version: 2.3.18+version: 2.3.19 build-type: Simple license: BSD3 license-file: LICENSE