Compiling under Linux with SQLITE_OMIT_WAL I get this error: ./sqlite3.c: In function ?sqlite3PagerJrnlFile?: ./sqlite3.c:50209:16: error: ?Pager? has no member named ?pWal? return pPager->pWal ? sqlite3WalFile(pPager->pWal) : pPager->jfd;
-----Original Message----- From: Richard Hipp Sent: Wednesday, January 13, 2016 8:34 PM To: General Discussion of SQLite Database ; sqlite-dev Subject: [sqlite] SQLite version 3.10.1 release candidate The "pre-release snapshot" currently on the https://www.sqlite.org/download.html page is the release candidate for version 3.10.1. See https://www.sqlite.org/draft/index.html and https://www.sqlite.org/draft/releaselog/3_10_1.html for further information about this patch release. There are minimal differences between 3.10.0 and 3.10.1. https://www.sqlite.org/src/vdiff?from=fd0a50f0797d154f&to=4660da251bcbfded&sbs=1 Expect to see an official release in less than 24 hours. If you see any issues, please report them without delay. -- D. Richard Hipp drh at sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users at mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users