| | @@ -628,11 +628,11 @@ |
| 628 | 628 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 629 | 629 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 630 | 630 | */ |
| 631 | 631 | #define SQLITE_VERSION "3.6.23" |
| 632 | 632 | #define SQLITE_VERSION_NUMBER 3006023 |
| 633 | | -#define SQLITE_SOURCE_ID "2010-03-04 22:36:45 1a0fa8d19d69d4ecaaaa879ac3c893980375fcc6" |
| 633 | +#define SQLITE_SOURCE_ID "2010-03-04 17:58:45 5e472896e02eed05c6c0886a48acd0bdc7a38731" |
| 634 | 634 | |
| 635 | 635 | /* |
| 636 | 636 | ** CAPI3REF: Run-Time Library Version Numbers |
| 637 | 637 | ** KEYWORDS: sqlite3_version, sqlite3_sourceid |
| 638 | 638 | ** |
| | @@ -21476,11 +21476,11 @@ |
| 21476 | 21476 | ** selection of the appropriate locking style based on the filesystem |
| 21477 | 21477 | ** where the database is located. |
| 21478 | 21478 | */ |
| 21479 | 21479 | #if !defined(SQLITE_ENABLE_LOCKING_STYLE) |
| 21480 | 21480 | # if defined(__APPLE__) |
| 21481 | | -# define SQLITE_ENABLE_LOCKING_STYLE 0 |
| 21481 | +# define SQLITE_ENABLE_LOCKING_STYLE 1 |
| 21482 | 21482 | # else |
| 21483 | 21483 | # define SQLITE_ENABLE_LOCKING_STYLE 0 |
| 21484 | 21484 | # endif |
| 21485 | 21485 | #endif |
| 21486 | 21486 | |
| | @@ -21542,13 +21542,10 @@ |
| 21542 | 21542 | # include <sys/param.h> |
| 21543 | 21543 | # include <sys/mount.h> |
| 21544 | 21544 | # endif |
| 21545 | 21545 | #endif /* SQLITE_ENABLE_LOCKING_STYLE */ |
| 21546 | 21546 | |
| 21547 | | -#ifdef __APPLE__ |
| 21548 | | -#endif |
| 21549 | | - |
| 21550 | 21547 | /* |
| 21551 | 21548 | ** Allowed values of unixFile.fsFlags |
| 21552 | 21549 | */ |
| 21553 | 21550 | #define SQLITE_FSFLAGS_IS_MSDOS 0x1 |
| 21554 | 21551 | |
| | @@ -26524,11 +26521,11 @@ |
| 26524 | 26521 | sqlite3_free(pNew); |
| 26525 | 26522 | sqlite3_free(pUnused); |
| 26526 | 26523 | return rc; |
| 26527 | 26524 | } |
| 26528 | 26525 | |
| 26529 | | -#if defined(SQLITE_TEST) && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE |
| 26526 | +#ifdef SQLITE_TEST |
| 26530 | 26527 | /* simulate multiple hosts by creating unique hostid file paths */ |
| 26531 | 26528 | SQLITE_API int sqlite3_hostid_num = 0; |
| 26532 | 26529 | #endif |
| 26533 | 26530 | |
| 26534 | 26531 | #define PROXY_HOSTIDLEN 16 /* conch file host id length */ |
| 26535 | 26532 | |