SQLite Forum

unixFcntlExternalReader not found if using SQLITE_OMIT_WAL
Login

unixFcntlExternalReader not found if using SQLITE_OMIT_WAL

(1) By anonymous on 2021-11-30 09:27:58 [link] [source]

Hello,

I compiled my SQLite library with SQLITE_OMIT_WAL, and then it failed to link unixFcntlExternalReader(). It looks the definition of this function is omitted. Is this a bug ?

(2.1) By Dan Kennedy (dan) on 2021-11-30 10:58:49 edited from 2.0 in reply to 1 [source]

Should be fixed here, for 3.37.0:

https://sqlite.org/src/info/948c2cb2a2f44ba0

Dan.