1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Move the Apple OS-X VFS changes into the trunk.

FossilOrigin-Name: 571594bfbe89d9949bdb8b07712e96d0a3467c6e
This commit is contained in:
drh
2010-01-20 13:07:21 +00:00
parent 87f5c5f16e
commit 7ed97b9de9
4 changed files with 881 additions and 461 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -432,6 +432,7 @@ int sqlite3_exec(
#define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
#define SQLITE_OPEN_DELETEONCLOSE 0x00000008 /* VFS only */
#define SQLITE_OPEN_EXCLUSIVE 0x00000010 /* VFS only */
#define SQLITE_OPEN_AUTOPROXY 0x00000020 /* VFS only */
#define SQLITE_OPEN_MAIN_DB 0x00000100 /* VFS only */
#define SQLITE_OPEN_TEMP_DB 0x00000200 /* VFS only */
#define SQLITE_OPEN_TRANSIENT_DB 0x00000400 /* VFS only */