SQLite Forum

unixFcntlExternalReader not found if using SQLITE_OMIT_WAL
Login
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 ?