Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent events
|
| ||
| 14:35 | [2a5eed35b4] Leaf: Add test case to verify the previous change is correct. (user: dan, tags: trunk) | |
| 14:00 | [36397f62f2] Fix the computation of the offset on the mmap() for the Nth shared memory region. Because of the way shared memory is accessed, the old computation, though wrong, still happened to always get the right answer. Nevertheless, it is good to do the computation correctly. (user: drh, tags: trunk) | |
| 11:53 | [9f9a95cc80] Add tests for the EXISTS operator to e_expr.test. (user: dan, tags: trunk) | |
| 10:08 | [4f20f8ba73] If MEM_STATUS is disabled, avoid holding the STATIC_MEM mutex when calling the user-defined xMalloc method. Holding the mutex causes problems for memsys3 and memsys5. (user: dan, tags: trunk) | |
| 04:30 | [c90a68b77e] Fix a few typos. Update evidence marks. (user: shaneh, tags: trunk) | |
|
| ||
| 19:29 | [47064453c3] Identify additional requirements in the sqlite3_vfs object documentation. (user: drh, tags: trunk) | |
| 18:00 | [ec9af6ebd4] Add tests to quota.test. (user: dan, tags: trunk) | |
| 16:19 | [fb80c6f3de] Call quota callback destructors from within sqlite3_quota_shutdown(). (user: dan, tags: trunk) | |
| 15:26 | [7f6072f082] Boundary value fix to the descriptive comment at the top of test_quota.c. (user: drh, tags: trunk) | |
| 15:22 | [2e1a02026a] Merge the test_quota.c module into the trunk. (user: drh, tags: trunk) | |
| 15:11 | [19e95f6335] Leaf: Fix the TCL interface to test_quota.c so that it works with empty callback scripts. (user: drh, tags: experimental) | |
| 14:58 | [38ed1992c8] Variable name and comment changes to test_quota.c for clearer presentation. (user: drh, tags: experimental) | |
| 14:45 | [c0d0fc3a1c] Make all private routines in test_quota.c begin with "quota". Fix a test_quota.c segfault when setting a zero-quota. (user: drh, tags: experimental) | |
| 14:35 | [7a624b5ae2] Add the sqlite3_quota_dump test command. Add a destructor argument on the sqlite3_quota_set() interface. (user: drh, tags: experimental) | |
| 13:09 | [c1eec7dba6] Clean up comments in the test_quota.c source file. (user: drh, tags: experimental) | |
| 12:50 | [f5d2638030] Update the quota shim so that when the same file is opened multiple times, its size only counts against the quota once. (user: drh, tags: experimental) | |
| 11:50 | [740adca34e] Add an assert() with an evidence mark to show that automatically generated rowids are positive. (user: drh, tags: trunk) | |
| 11:40 | [383eb87bbf] Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper. (user: dan, tags: experimental) | |
| 02:38 | [afdc82a99e] Fix some compiler warnings under MSVC. (user: shaneh, tags: trunk) | |
| 02:37 | [631423677b] Ensure randomly generated rowids never go negative. (user: shaneh, tags: trunk) | |