1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Back out the SQLITE_OPEN_EXCLUSIVE changes because it does not work on

Windows and it does not work always on unix.

FossilOrigin-Name: d008ad793dfb11c287f366377cbc561acedef6c9d08b1557f463484eda41a84e
This commit is contained in:
drh
2021-10-13 14:45:35 +00:00
parent febf0352cd
commit f6d07c83fc
6 changed files with 12 additions and 21 deletions

View File

@@ -3161,6 +3161,7 @@ static int openDatabase(
** off all other flags.
*/
flags &= ~( SQLITE_OPEN_DELETEONCLOSE |
SQLITE_OPEN_EXCLUSIVE |
SQLITE_OPEN_MAIN_DB |
SQLITE_OPEN_TEMP_DB |
SQLITE_OPEN_TRANSIENT_DB |