Sqlite error code 14 when using 3.31.0+
Daniel Polski <daniel-Ta3C11AxINqVtOl4/P/[email protected]> Mon, 9 Mar 2020 16:22:40 +0100
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <[email protected]> |
Updated to 3.31.1 but my application started spitting out an error when opening the database, so I tested some earlier sqlite versions to figure out when the problem starts. I don't get the message in versions <= 3.30.1. (from the applications log) SQLite Version: 3.31.0 INFO: Database opened: /tmp/database.sqlite WARNING: SQLITE error code: 14 cannot open file at line 36982 of [3bfa9cc97d] WARNING: SQLITE error code: 14 os_unix.c:36982: (40) openDirectory(/tmp) - It seems related to opening the WAL file. Anything I should change when using sqlite >= 3.31.0 ? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users