SQLite

Changes On Branch shared-schema
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch shared-schema Excluding Merge-Ins

This is equivalent to a diff from 61669c95 to c469850b

2012-06-06
19:01
Avoid resetting the shared-cache schema when on of the connections using the shared cache closes. Delay resetting the schema until the last connection closes. (check-in: 635e3a76 user: drh tags: trunk)
10:56
Make sure the Index.azColl pointers do not point to connection-specific memory. Also, remove an unnecessary reinitialization to sqlite3.pDfltColl. (Closed-Leaf check-in: c469850b user: drh tags: shared-schema)
2012-06-05
19:20
Merge the latest trunk changes into shared-schema branch. Also fix a C99-ism in that branch. (check-in: 42338e9e user: drh tags: shared-schema)
13:56
Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to test_quota.c. Change sqlite3_quota_fwrite() to use a const input buffer. (check-in: 61669c95 user: drh tags: trunk)
2012-05-31
13:10
Avoid calling fchown() if the process is not running as root. (check-in: 70c419a4 user: drh tags: trunk)

Changes to src/attach.c.

Changes to src/backup.c.

Changes to src/build.c.

Changes to src/main.c.

Changes to src/pragma.c.

Changes to src/prepare.c.

Changes to src/sqliteInt.h.

Changes to src/test8.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vtab.c.

Changes to test/capi3.test.

Added test/shared8.test.

Changes to test/vtab1.test.