Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test1.c
2025-07-02
| ||
13:24 | [73efbbb7df] part of check-in [c96539beb5] Per /chat and forum discussions: (A) Remove the value type output pointer from text/blob_v2(). (B) Teach blob_v2() to return an opaque non-NULL pointer for length-0 blobs. (check-in: [c96539beb5] user: stephan branch: column-text-blob-v2, size: 277276) | |
07:52 | [bcd021fadc] part of check-in [a3ca0adbaf] Add test1.c tcl bindings for sqlite3_column_text/blob_v2(). Replace, essentially randomly, some of the v1 API calls in capi2.test and capi2.test with the v2 calls to ensure identical results. Add a couple new tests comparing results between v1 and v2. (check-in: [a3ca0adbaf] user: stephan branch: column-text-blob-v2, size: 277282) | |
2025-06-28
| ||
14:16 | [37efe80c7e] part of check-in [1ae8d60237] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [1ae8d60237] user: drh branch: begin-concurrent, size: 276684) | |
2025-06-03
| ||
14:08 | [5f7fc1bbb1] part of check-in [80dfcc313e] Merge latest trunk changes into this branch. (check-in: [80dfcc313e] user: dan branch: mistake, size: 278698) | |
2025-06-01
| ||
16:10 | [13cc07851f] part of check-in [42494f85ac] Fix VACUUM so that it works even when ATTACH_WRITE is disabled. (check-in: [42494f85ac] user: drh branch: trunk, size: 275736) | |
2025-04-21
| ||
13:02 | [0ada8ee895] part of check-in [3215186aa9] Merge all the latest trunk enhancements into the bedrock branch. (check-in: [3215186aa9] user: drh branch: bedrock, size: 278373) | |
12:41 | [8d06942274] part of check-in [2866119c75] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [2866119c75] user: drh branch: begin-concurrent, size: 276359) | |
2025-04-04
| ||
13:23 | [9b54135e5f] part of check-in [32ef3f26e7] The win32lock and win32longpath tests don't work on Cygwin (check-in: [32ef3f26e7] user: jan.nijtmans branch: trunk, size: 275411) | |
2025-03-28
| ||
08:59 | [6f85905758] part of check-in [648aca5b47] Second round of cygwin fixes: this makes the full "unix" vfs usable with Cygwin as well. Not all tests are working yet. WIP! (check-in: [648aca5b47] user: jan.nijtmans branch: cygwin-fixes, size: 275419) | |
2025-03-10
| ||
15:35 | [e89a11192d] part of check-in [8681dfdb59] Patch an unnecessary size_t-to-int conversion which warns on some compilers. (check-in: [8681dfdb59] user: stephan branch: cygwin-fixes, size: 275415) | |
2025-03-08
| ||
06:53 | [ccfef3b483] part of check-in [84d8fcfca1] Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. (check-in: [84d8fcfca1] user: stephan branch: cygwin-fixes, size: 275406) | |
2025-03-06
| ||
13:38 | [4e3dbca39c] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 275259) | |
2025-03-03
| ||
16:01 | [f3ed699eb0] part of check-in [2033763007] Merge the latest trunk enhancements into the bedrock branch through the wal2 intermediary. (check-in: [2033763007] user: drh branch: bedrock, size: 278083) | |
15:53 | [e78d35d56a] part of check-in [051a6b159e] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [051a6b159e] user: drh branch: begin-concurrent, size: 276069) | |
2025-02-11
| ||
17:10 | [ba7b93478a] part of check-in [e5ec5bb9f4] Merge latest changes from trunk into this branch. (check-in: [e5ec5bb9f4] user: dan branch: win32-enable-setlk, size: 275121) | |
2025-02-10
| ||
20:46 | [1be1019154] part of check-in [d2d6a000fb] Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database. (check-in: [d2d6a000fb] user: dan branch: win32-enable-setlk, size: 274645) | |
2025-01-27
| ||
11:50 | [64df9d5ad5] part of check-in [4a7eb49279] Add the sqlite3_setlk_timeout() API. For setting the timeout used by SQLITE_ENABLE_SETLK_TIMEOUT blocking locks without also setting the regular retry-based busy-timeout. (check-in: [4a7eb49279] user: dan branch: win32-enable-setlk, size: 274295) | |
2025-01-14
| ||
12:28 | [8aacd29337] part of check-in [fab341c829] Version 3.48.0 for the bedrock branch (check-in: [fab341c829] user: drh branch: bedrock, size: 276325) | |
12:15 | [ca5d746da0] part of check-in [56d110b636] Version 3.48.0 for the begin-concurrent branch. (check-in: [56d110b636] user: drh branch: begin-concurrent, size: 274311) | |
2025-01-13
| ||
11:28 | [9d2da51b4c] part of check-in [ed83b79100] GCC 13 has become more quite pedantic about the signature of functions matching the type of pointers through which the functions are called. Make adjustments to extension functions and test procedures to work around this. No changes to the core. (check-in: [ed83b79100] user: drh branch: trunk, size: 273363) | |
2025-01-09
| ||
17:12 | [feadffd03e] part of check-in [c2610bb4be] Fix minor issues on this branch. Remove unused code. (check-in: [c2610bb4be] user: dan branch: schema-copy, size: 284176) | |
2025-01-07
| ||
21:04 | [ccbac0fdb3] part of check-in [ac9ca88590] Fix many problems in the sqlite3_schema_copy() function. (check-in: [ac9ca88590] user: dan branch: schema-copy, size: 283957) | |
15:39 | [07c9b523f9] part of check-in [8a56e98d25] Fix a memory error in test logic introduced by [8704034254938662]. (check-in: [8a56e98d25] user: drh branch: trunk, size: 273144) | |
2025-01-06
| ||
20:39 | [10d600bdbd] part of check-in [65ede04d21] Implemenation of experimental API sqlite3_schema_copy(), for copying a database schema between connections. More testing to come. (check-in: [65ede04d21] user: dan branch: schema-copy, size: 283538) | |
18:32 | [7f5579f278] part of check-in [a0df29c7a3] Fix a minor problem with the sqlite3_get_table_printf() test interface. No core changes. (check-in: [a0df29c7a3] user: drh branch: trunk, size: 272914) | |
2024-12-24
| ||
14:44 | [bed72f092f] part of check-in [35b3e73c5a] Properly wait for asynchronous results for calls to LockFileEx() on FILE_FLAG_OVERLAPPED files even if LOCKFILE_FAIL_IMMEDIATELY, which usually causes LockFileEx() to return synchronously, is specified. (check-in: [35b3e73c5a] user: dan branch: win32-enable-setlk, size: 273637) | |
2024-12-16
| ||
12:09 | [6d9f60d9cc] part of check-in [019b043428] Remove unnecessary divergence from trunk. (check-in: [019b043428] user: drh branch: begin-concurrent, size: 273835) | |
2024-12-12
| ||
20:59 | [6c48aad3b0] part of check-in [b558db5db7] Fix a buffer overread in test code. Add test configurations for ENABLE_SETLK=1 and FOR_WINRT=1 builds to release testing. (check-in: [b558db5db7] user: dan branch: win32-enable-setlk, size: 273632) | |
2024-12-11
| ||
15:30 | [04f44c6f87] part of check-in [2ffdc799c6] Ensure that all win32 API functions invocations in os_win.c are made via the function table. Fix asan error in test code. (check-in: [2ffdc799c6] user: dan branch: win32-enable-setlk, size: 273599) | |
2024-12-03
| ||
15:19 | [325a66d5e5] part of check-in [5994656074] Fix the lock_win32_file test command so that it works with winrt builds. (check-in: [5994656074] user: dan branch: win32-enable-setlk, size: 273288) | |
2024-12-02
| ||
20:48 | [2c63b1f57d] part of check-in [baf43e8c7d] Fix a problem with SQLITE_OS_WINRT builds. (check-in: [baf43e8c7d] user: dan branch: win32-enable-setlk, size: 273034) | |
2024-11-18
| ||
15:34 | [4304d970bc] part of check-in [59a7eb297c] Merge the latest trunk changes into the bedrock branch. (check-in: [59a7eb297c] user: drh branch: bedrock, size: 275849) | |
11:49 | [cbf1c6ca9d] part of check-in [a2b784cb87] The COMMIT AND CONTINUE TRANSACTION syntax is disabled by default. Enable it using the SQLITE_DBCONFIG_CONTINUE_TRANSACTION configuration option. (check-in: [a2b784cb87] user: drh branch: commit-and-continue, size: 272956) | |
2024-11-11
| ||
17:03 | [9c64f39482] part of check-in [52bd7953f1] Update this branch with latest changes and build system updates from trunk. (check-in: [52bd7953f1] user: dan branch: begin-concurrent, size: 273821) | |
2024-11-04
| ||
19:18 | [2d507751bf] part of check-in [bc93e17924] Fix harmless compiler warnings. (check-in: [bc93e17924] user: drh branch: trunk, size: 272887) | |
2024-10-28
| ||
17:27 | [9df74d1d8c] part of check-in [3a3f7bf430] Remove the never-used and never-documented and long-ago deprecated user-authentication feature option. [65884d4f81a4705b]. (check-in: [3a3f7bf430] user: drh branch: trunk, size: 272911) | |
2024-10-25
| ||
20:06 | [85a4aa7afe] part of check-in [86a305b900] Merge the latest trunk enhancements and especially autosetup into the bedrock branch. (check-in: [86a305b900] user: drh branch: bedrock, size: 279888) | |
19:32 | [68d9535e9d] part of check-in [af43791d47] Merge the latest trunk enhancements and especially the new autosetup changes from trunk into the begin-concurrent branch. (check-in: [af43791d47] user: drh branch: begin-concurrent, size: 277860) | |
2024-10-24
| ||
15:36 | [370668f183] part of check-in [7e7b3b2edb] Fix harmless compiler warnings. One of the warnings was code that deliberately committed memory errors to test the systems ability to cope. But compilers don't allow that any more, so we'll have to leave that capability untested. (check-in: [7e7b3b2edb] user: drh branch: autosetup, size: 276926) | |
2024-10-16
| ||
15:09 | [1f218b7d7b] part of check-in [d5289de411] Merge the latest trunk enhancements into the bedrock branch. (check-in: [d5289de411] user: drh branch: bedrock, size: 281483) | |
14:52 | [593710069b] part of check-in [92cd032aa9] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [92cd032aa9] user: drh branch: begin-concurrent, size: 279455) | |
2024-10-01
| ||
20:29 | [8bf8b74145] part of check-in [f622b52024] Remove all code that makes use of the C-language "long double" datatype. (check-in: [f622b52024] user: drh branch: omit-long-double, size: 278521) | |
2024-09-06
| ||
15:45 | [0936be8efd] part of check-in [4a3386ccb8] Update the bedrock branch to include all the latest enhancements from trunk. (check-in: [4a3386ccb8] user: drh branch: bedrock, size: 282695) | |
15:39 | [4767744a17] part of check-in [2a87a969e7] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [2a87a969e7] user: drh branch: begin-concurrent, size: 280667) | |
11:21 | [8d7cd219c0] part of check-in [60fb8ee153] Fix harmless compiler warnings. (check-in: [60fb8ee153] user: drh branch: trunk, size: 279733) | |
2024-08-29
| ||
23:24 | [eb8a49e0e9] part of check-in [b05d30bec1] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [b05d30bec1] user: drh branch: begin-concurrent, size: 280671) | |
2024-08-16
| ||
19:04 | [ecbd27140e] part of check-in [d0591db3bb] Merge all the latest trunk enhancements, and especially the order-by-subquery optimization, into the bedrock branch, via wal2. (check-in: [d0591db3bb] user: drh branch: bedrock, size: 282699) | |
2024-08-15
| ||
23:38 | [3f18399557] part of check-in [2fbb4dc232] If a subquery is materialized due to an ORDER BY and that ordering is useful in helping to satisfy the ORDER BY or GROUP BY in the order query without doing an extra sort, then omit the extra sort. (check-in: [2fbb4dc232] user: drh branch: order-by-subquery, size: 279737) | |
2024-08-09
| ||
22:48 | [be8cc208c0] part of check-in [69eed19914] Fix a few minor TCL9 compatibilities issues. (check-in: [69eed19914] user: drh branch: trunk, size: 279683) | |
2024-08-01
| ||
00:47 | [17bfae7fa3] part of check-in [c1f616ce80] Merge the latest trunk enhancements into the bedrock branch. (check-in: [c1f616ce80] user: drh branch: bedrock, size: 282603) | |
00:02 | [6a068dedd2] part of check-in [3b131bd9aa] Merge all the latest trunk enhancements into the begin-concurrent branch. (check-in: [3b131bd9aa] user: drh branch: begin-concurrent, size: 280575) | |
2024-07-31
| ||
19:57 | [51159784f2] part of check-in [67897ca97d] More tweaks to testfixture-implemented TCL commands to make them safe for Tcl9. (check-in: [67897ca97d] user: drh branch: tcl9, size: 279641) | |
17:15 | [78b1f09c41] part of check-in [66f61c3b35] Fixes to testfixture routines needed to test snapshots. (check-in: [66f61c3b35] user: drh branch: tcl9, size: 279621) | |
15:04 | [cb27cfe75c] part of check-in [4f065fb638] Remove obsolete testfixture TCL commands formerly required by Windows but now handled by Tcl itself. Update tests case accordingly. (check-in: [4f065fb638] user: drh branch: tcl9, size: 279606) | |
12:19 | [b0ebd758a5] part of check-in [066c8672ee] Minor adjustments to get Tcl9-based testing working on Macs. (check-in: [066c8672ee] user: drh branch: tcl9, size: 283550) | |
01:45 | [179c80be56] part of check-in [71f2ee5db0] Implement a new comparison routine to compare text renderings of floating point values. This gets the number of failures down to just 5. But the routine needs work, and probably refactoring. (check-in: [71f2ee5db0] user: drh branch: tcl9, size: 283545) | |
2024-07-30
| ||
15:49 | [9f01a43b5d] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 278731) | |
2024-05-24
| ||
14:16 | [6bd2034219] part of check-in [5c97a5b9d1] Add the stmtrand() extension function for use in testing. (check-in: [5c97a5b9d1] user: drh branch: trunk, size: 278723) | |
2024-03-16
| ||
17:04 | [5a67577fa7] part of check-in [dae669245c] Extend the scope expr-is-constant for function to cover the IN-to-EQ optimization. (check-in: [dae669245c] user: drh branch: enhanced-expr-is-const, size: 279087) | |
2024-03-11
| ||
23:26 | [dbfab23a2d] part of check-in [516b7e1380] Merge the latest branch-3.45 changes into the bedrock-3.45 subbranch. (check-in: [516b7e1380] user: drh branch: bedrock-3.45, size: 281536) | |
23:18 | [8bd8d69276] part of check-in [98ea2ca21a] Merge the latest branch-3.45 changes into the begin-concurrent branch. (check-in: [98ea2ca21a] user: drh branch: begin-concurrent-3.45, size: 279508) | |
2024-01-20
| ||
15:13 | [310f43eb17] part of check-in [709841f88c] When doing a text-affinity comparison between two values where one or both have both a text and a numeric type, make sure the numeric type does not confuse the answer. This is a deeper fix to the problem observed by forum pose 3776b48e71. The problem bisects to [25f2246be404f38b] on 2014-08-24, prior to version 3.8.7. (check-in: [709841f88c] user: drh branch: trunk, size: 278574) | |
2023-12-28
| ||
14:01 | [1d9e180357] part of check-in [5a17b972ed] Merge the latest trunk changes into the bedrock branch. (check-in: [5a17b972ed] user: drh branch: bedrock, size: 280221) | |
13:40 | [d29c4d7dfa] part of check-in [b3a2adfda7] Merge recent trunk enhancements into the begin-concurrrent branch. (check-in: [b3a2adfda7] user: drh branch: begin-concurrent, size: 278193) | |
2023-12-18
| ||
14:24 | [ac6542cddd] part of check-in [f1c040606b] Add randomjson.c to testfixture. Use it for a new set of invariant tests against JSON functions. (check-in: [f1c040606b] user: drh branch: trunk, size: 277259) | |
2023-10-24
| ||
19:05 | [3a0aff371b] part of check-in [540ce72b50] Fix a test case in fts3corrupt4.test by bypassing the fast-prng. (check-in: [540ce72b50] user: dan branch: bedrock, size: 280070) | |
2023-10-23
| ||
16:08 | [49f112f184] part of check-in [c9c9bc097a] Merge latest changes from wal2 into this branch. (check-in: [c9c9bc097a] user: dan branch: bedrock, size: 279475) | |
15:48 | [5e729c2511] part of check-in [c5ef898a79] Merge latest trunk changes into this branch. (check-in: [c5ef898a79] user: dan branch: begin-concurrent, size: 278042) | |
2023-10-21
| ||
15:04 | [f9620e8f0d] part of check-in [95304ec6c9] Fix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION and the foreign-key-trigger-cache. (check-in: [95304ec6c9] user: dan branch: fknoaction, size: 277108) | |
2023-09-26
| ||
21:22 | [c9f5b6f137] part of check-in [5a39a02d2d] Fix harmless compiler warnings in the testfixture testing utility. (check-in: [5a39a02d2d] user: drh branch: trunk, size: 276595) | |
2023-08-29
| ||
18:28 | [57bd144d02] part of check-in [058722b2d0] New conversion letters added to strftime(): %e, %k, %I, %l, %R, %P, %p, %T, %u. (check-in: [058722b2d0] user: drh branch: trunk, size: 276552) | |
2023-08-11
| ||
11:34 | [e7259249cb] part of check-in [7cb2b4e35f] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [7cb2b4e35f] user: drh branch: begin-concurrent, size: 276591) | |
2023-08-03
| ||
23:26 | [91addc5c30] part of check-in [877ffece05] Merge the latest trunk enhancements into the bedrock branch. (check-in: [877ffece05] user: drh branch: bedrock, size: 278024) | |
2023-08-01
| ||
00:34 | [ebba247387] part of check-in [42916af9fc] Restore part of the UPDATE one-pass optimization that was removed by check-in [2c56b984a0bd3be5]: only disable one-pass if the WHERE clause contains a subquery. Allow subqueries in the SET expressions. Fix for performance problem reported by forum post 8ab195fd44e75ed0. (check-in: [42916af9fc] user: drh branch: trunk, size: 275657) | |
2023-07-28
| ||
18:52 | [60804113ea] part of check-in [1d6ded3234] Merge the latest trunk enhancements into the bedrock branch. (check-in: [1d6ded3234] user: drh branch: bedrock, size: 277970) | |
18:43 | [fd08bf6068] part of check-in [7407dda8b4] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [7407dda8b4] user: drh branch: begin-concurrent, size: 276537) | |
2023-07-15
| ||
16:48 | [dfd0757468] part of check-in [5683743ddf] Add the experimental sqlite3_stmt_explain(S,E) interface. (check-in: [5683743ddf] user: drh branch: sqlite3_stmt_explain, size: 275603) | |
2023-07-08
| ||
19:16 | [cc4d990b88] part of check-in [35bfb5bfee] Merge the latest trunk enhancements into the bedrock branch. (check-in: [35bfb5bfee] user: drh branch: bedrock, size: 277181) | |
19:00 | [df075b3281] part of check-in [3d0823c48e] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [3d0823c48e] user: drh branch: begin-concurrent, size: 275748) | |
2023-07-07
| ||
12:08 | [9111b12427] part of check-in [64e6bd1c25] Add option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move the setting to its defaults. Enhance the CLI and testfixture to make use of this value. Base the default on sizeof(LONGDOUBLE_TYPE) rather than on sizeof(long double). (check-in: [64e6bd1c25] user: drh branch: trunk, size: 274814) | |
2023-07-03
| ||
14:56 | [86099cc02f] part of check-in [02ae6caff1] Whether or not to use the long-double floating point conversion technique is now a test-control setting. (check-in: [02ae6caff1] user: drh branch: fp-to-decimal-refactor, size: 274586) | |
12:58 | [ac81daaee5] part of check-in [9435ed76cd] New test cases for floating-point conversions. (check-in: [9435ed76cd] user: drh branch: fp-to-decimal-refactor, size: 273764) | |
2023-06-30
| ||
16:16 | [64b8462099] part of check-in [f936f10140] Add extra debugging code for sqlite3_stmt_scanstatus_v2() to test1.c. (check-in: [f936f10140] user: dan branch: trunk, size: 271932) | |
2023-06-22
| ||
14:40 | [a7a6efa83d] part of check-in [0551b79b17] Merge the latest trunk enhancements into the bedrock branch. (check-in: [0551b79b17] user: drh branch: bedrock, size: 272638) | |
13:28 | [dd1cf6dbb2] part of check-in [5bd26fea6a] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [5bd26fea6a] user: drh branch: begin-concurrent, size: 271205) | |
2023-06-19
| ||
18:16 | [2b1cee78d4] part of check-in [4b08d4dad6] Add the sqlite3_commit_status() API. For querying a connection for (a) the ranges of wal/wal2 frames written after a successful commit, and (b) the conflicting frame following a failed commit of a BEGIN CONCURRENT transaction. (check-in: [4b08d4dad6] user: dan branch: bedrock, size: 272169) | |
2023-06-17
| ||
15:42 | [e6ab4a0067] part of check-in [bc4d20f362] Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. (check-in: [bc4d20f362] user: drh branch: trunk, size: 270271) | |
2023-06-09
| ||
13:08 | [54c127625d] part of check-in [f587891134] Experimental change to add a per-connection option that raises an error if a bare column appears in an aggregate query. (check-in: [f587891134] user: drh branch: newbie-safe-aggregates, size: 270614) | |
2023-06-07
| ||
17:03 | [8ae514d6a0] part of check-in [8c291d9994] Fix straggler misspellings and tidy the custom dictionary. Also include pickups from forum post c61fb09afd. (check-in: [8c291d9994] user: larrybr branch: spell-check, size: 270307) | |
08:40 | [f6076314e6] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 270307) | |
2023-06-01
| ||
20:38 | [2b72555fdb] part of check-in [d747afda56] Generalize the LEFT JOIN strength reduction optimization so that it works for RIGHT and FULL JOIN as well. Rename it to the "OUTER JOIN strength reduction" optimization. (check-in: [d747afda56] user: drh branch: trunk, size: 270305) | |
2023-05-02
| ||
21:10 | [fce757d6c5] part of check-in [6f22c7679f] Update this branch with latest changes from trunk. (check-in: [6f22c7679f] user: dan branch: begin-concurrent, size: 270736) | |
2023-04-14
| ||
14:36 | [8eab61fb28] part of check-in [430ec1a615] Fix SQLITE_OMIT_VIRTUALTABLE builds of testfixture. (check-in: [430ec1a615] user: dan branch: trunk, size: 269802) | |
2023-02-28
| ||
20:04 | [74d87bbc29] part of check-in [a63e4a150b] Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to SQLITE_DBCONFIG_STMT_SCANSTATUS. (check-in: [a63e4a150b] user: dan branch: trunk, size: 269691) | |
19:39 | [5ca9cb48a5] part of check-in [0f5579bef2] Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enabling and disabling the collection of sqlite3_stmt_scanstats() statistics in SQLITE_ENABLE_STMT_SCANSTATUS builds. Collection of statistics is disabled by default. (check-in: [0f5579bef2] user: dan branch: trunk, size: 269690) | |
11:02 | [ad4a8503c4] part of check-in [c1f2a1d55c] Improve the error message generated by the recovery extension if it is used with a non-SQLITE_ENABLE_DBPAGE_VTAB build. (check-in: [c1f2a1d55c] user: dan branch: trunk, size: 269638) | |
2023-02-24
| ||
13:25 | [e23623dc56] part of check-in [16ee5a7b5d] Add the "number_of_cores" TCL command to the testfixture. (check-in: [16ee5a7b5d] user: drh branch: trunk, size: 269085) | |
2023-02-02
| ||
14:27 | [1c4eab4d03] part of check-in [5a22010c35] Merge latest enhancments into this branch from branch wal2. (check-in: [5a22010c35] user: dan branch: begin-concurrent-pnu-wal2, size: 269001) | |
2023-01-21
| ||
00:59 | [29ab8aca93] part of check-in [5a316f9fd9] Fix a memory leak in the TCL test harness associated with carray. (check-in: [5a316f9fd9] user: drh branch: trunk, size: 268067) | |
2023-01-20
| ||
21:00 | [06645f5453] part of check-in [e117a03ca6] Extend the carray extension to allow the use of BLOB values to be bound as an array of "struct iovec" objects. (check-in: [e117a03ca6] user: drh branch: trunk, size: 267962) | |
2023-01-11
| ||
00:27 | [39c13c25f5] part of check-in [d030f34136] Add a new sqlite3_is_interrupted() interface that can be used by long-running app-defined functions and similar to see if they need to exit early due to an sqlite3_interrupt() call. (check-in: [d030f34136] user: drh branch: trunk, size: 266921) | |
2022-12-21
| ||
20:17 | [1418416c4b] part of check-in [397fb07bb4] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [397fb07bb4] user: drh branch: begin-concurrent-report, size: 268517) | |
20:07 | [741d7a904a] part of check-in [0c198aee53] Update the begin-concurrent branch with the latest enhancements on trunk. (check-in: [0c198aee53] user: drh branch: begin-concurrent, size: 267236) | |
2022-12-02
| ||
20:32 | [98f4a4525e] part of check-in [5580083364] Enhance the sqlite3_stmt_scanstatus() API and add sqlite3_stmt_scanstatus_v2(). For creation of easier to read query performance reports. (check-in: [5580083364] user: dan branch: scanstatus_v2, size: 266302) | |
2022-11-22
| ||
19:04 | [09ad3f2bf5] part of check-in [4e43345477] Add test/basexx1.test to test is_base85(t), base85(x) and base64(x). Sync w/trunk. (check-in: [4e43345477] user: larrybr branch: base_convert, size: 264273) | |
2022-11-18
| ||
17:50 | [e2953a23ad] part of check-in [186db57d26] Add the SQLITE_DBCONFIG_LENIENT_JSON configuration option. Modify the built-in JSON routines such that when this setting is active, arguments that that ought to be JSON but still give a reasonable result (ex: NULL) rather than raising an error. (check-in: [186db57d26] user: drh branch: lenient-json, size: 264186) | |
2022-11-04
| ||
18:47 | [144867d41c] part of check-in [d8568a848a] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [d8568a848a] user: drh branch: begin-concurrent-report, size: 266341) | |
18:33 | [917aafccba] part of check-in [b361ee983c] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [b361ee983c] user: drh branch: begin-concurrent, size: 265060) | |
2022-11-01
| ||
12:01 | [40c9a40975] part of check-in [a3a500127d] Improvements to comments. Change the "optimization_control" TCL command in the test harness so that it returns the new optimization mask, for verification. (check-in: [a3a500127d] user: drh branch: tkt-57c47526, size: 264126) | |
01:07 | [373e57d773] part of check-in [1b8a128832] Do not flatten a UNION ALL subquery where the column affinities do not match on all arms. Force that subquery to be materialized. (check-in: [1b8a128832] user: drh branch: tkt-57c47526, size: 263853) | |
2022-10-20
| ||
10:46 | [790c8cd24d] part of check-in [6e545e2b84] Fix minor problems in test1.c test code. (check-in: [6e545e2b84] user: dan branch: trunk, size: 263875) | |
2022-05-10
| ||
12:24 | [67b044ff00] part of check-in [e6b5224d71] Merge the latest trunk enhancements into the begin-concurrent-report branch. Had to restore the sqlite3VdbeSerialPut() routine that was removed in check-in [6f4d6f212a3558c2] when it was inlined because that routine is used again in a different place by this branch. (check-in: [e6b5224d71] user: drh branch: begin-concurrent-report, size: 265997) | |
12:00 | [95c688261e] part of check-in [f65bd76760] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [f65bd76760] user: drh branch: begin-concurrent, size: 264716) | |
2022-04-06
| ||
11:08 | [1356984e97] part of check-in [393fa32e18] Rename debugging defines and variables from SELECTTRACE to TREETRACE (and similar) since the functionality has how expanded to include data structures beyond SELECT statements. Should not affect deliverable builds. (check-in: [393fa32e18] user: drh branch: trunk, size: 263782) | |
2022-02-15
| ||
20:24 | [1dacc5b0ae] part of check-in [213df7a063] Merge recent trunk enhancements into the begin-concurrent-report branch. (check-in: [213df7a063] user: drh branch: begin-concurrent-report, size: 266003) | |
20:18 | [85b55c1154] part of check-in [94838f16ba] Merge the latest trunk changes into the begin-concurrent branch. (check-in: [94838f16ba] user: drh branch: begin-concurrent, size: 264722) | |
2022-02-11
| ||
14:08 | [87fda59eea] part of check-in [f38071946a] Use the enhanced SQLITE_TESTCTRL_LOCALTIME_FAULT (2) capability to do better testing of the 'localtime' and 'utc' modifiers to date/time functions. (check-in: [f38071946a] user: drh branch: trunk, size: 263788) | |
2022-02-10
| ||
21:26 | [a5d93408df] part of check-in [6e25cb0890] Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install an alternative localtime() interface so that the localtime logic an be better tested. (check-in: [6e25cb0890] user: drh branch: trunk, size: 262146) | |
12:31 | [ce2a866f69] part of check-in [4565f71129] Fix the test harness so that it builds without SQLITE_ENABLE_PREUPDATE_HOOK. Has been broken since [c006515ae6faff65]. (check-in: [4565f71129] user: drh branch: trunk, size: 262143) | |
2022-02-09
| ||
18:42 | [ac0e7eeea1] part of check-in [c006515ae6] Fix a problem with using sqlite3_bind_value() with sqlite3_value objects obtained from sqlite3_preupdate_new() when an integer value is written to a column with real affinity. (check-in: [c006515ae6] user: dan branch: trunk, size: 262100) | |
2022-01-25
| ||
15:48 | [1450f34c22] part of check-in [42e6d842ab] Merge the latest trunk enhancements into the begin-concurrent-report branch. (check-in: [42e6d842ab] user: drh branch: begin-concurrent-report, size: 261586) | |
15:20 | [5d39b01f7c] part of check-in [dae81f45d2] Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: [dae81f45d2] user: drh branch: begin-concurrent, size: 260305) | |
2022-01-20
| ||
17:10 | [9287559cc1] part of check-in [0873c76b9b] Initial implementation of the sqlite3_vtab_rhs_value() interface and the qpvtab extension used for testing the virtual table interface. (check-in: [0873c76b9b] user: drh branch: sqlite3_vtab_rhs_value, size: 259371) | |
2022-01-17
| ||
19:24 | [0592330568] part of check-in [ef6fc89507] Bring the begin-concurrent-report branch up to date with all the latest trunk enhancements. (check-in: [ef6fc89507] user: drh branch: begin-concurrent-report, size: 261439) | |
19:17 | [545b5b782d] part of check-in [02daae7a67] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [02daae7a67] user: drh branch: begin-concurrent, size: 260158) | |
2021-12-30
| ||
00:37 | [f13fe747af] part of check-in [bb8522fe0d] When implementing a multi-way compound SELECT using merge, try to balance the merge tree. (check-in: [bb8522fe0d] user: drh branch: trunk, size: 259224) | |
2021-12-29
| ||
04:08 | [a02b46f382] part of check-in [5f804da182] Fix the build-breaker bug in test1.c introduced by check-in [7fa20ca4c09ab024]. (check-in: [5f804da182] user: drh branch: build-bug, size: 259170) | |
2021-12-24
| ||
20:22 | [c24fe3a13f] part of check-in [b518ce7743] Add the sqlite3_error_offset() interface. Use it in the CLI to provide better context for error messages. (check-in: [b518ce7743] user: drh branch: improved-error-context, size: 259167) | |
2021-12-16
| ||
15:29 | [37b323d74a] part of check-in [a0a8d6c9f0] Fix fts3 and fts4 so that they can still be used even if the other is dropped by a call to sqlite3_drop_modules(). (check-in: [a0a8d6c9f0] user: dan branch: trunk, size: 258423) | |
2021-11-09
| ||
15:36 | [1ab25d4bd0] part of check-in [122f4a762a] Merge all recent trunk changes into the begin-concurrent-report branch. (check-in: [122f4a762a] user: drh branch: begin-concurrent-report, size: 260639) | |
15:06 | [2785b6fd05] part of check-in [2d0c8f3099] Merge all recent trunk enhancements into the begin-concurrent branch. (check-in: [2d0c8f3099] user: drh branch: begin-concurrent, size: 259358) | |
2021-11-05
| ||
19:36 | [d6c945a8bb] part of check-in [ff9373f42d] Add the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2(). (check-in: [ff9373f42d] user: drh branch: trunk, size: 258424) | |
2021-10-30
| ||
17:58 | [bd1c3c2637] part of check-in [60cd9da925] Fix a memory leak in test code on this branch. (check-in: [60cd9da925] user: dan branch: autovacuum-pages-callback, size: 258366) | |
2021-10-15
| ||
23:02 | [f69bb12219] part of check-in [bb6f2b8b48] Demostrate a prototype sqlite3_autovacuum_pages() interface. (check-in: [bb6f2b8b48] user: drh branch: autovacuum-pages-callback, size: 258401) | |
2021-08-09
| ||
19:41 | [dd8684a895] part of check-in [25a768cb8a] Merge recent trunk enhancements into the begin-concurrent-report branch. (check-in: [25a768cb8a] user: drh branch: begin-concurrent-report, size: 257914) | |
18:21 | [5d61bf9d98] part of check-in [b88b632830] Merge recent trunk enhancemenets into the begin-concurrent branch. (check-in: [b88b632830] user: drh branch: begin-concurrent, size: 256633) | |
2021-08-07
| ||
23:16 | [63761c2be2] part of check-in [e5d6512aa1] Refactor sqlite3.magic into sqlite3.eOpenState. (check-in: [e5d6512aa1] user: drh branch: trunk, size: 255699) | |
2021-04-02
| ||
20:53 | [460024efcc] part of check-in [a221625933] Merge latest trunk changes with this branch. (check-in: [a221625933] user: dan branch: begin-concurrent-report, size: 258914) | |
20:29 | [bb6fe83c5a] part of check-in [9842084230] Merge latest trunk changes into this branch. (check-in: [9842084230] user: dan branch: begin-concurrent, size: 257633) | |
19:55 | [2100f4c28b] part of check-in [e16da5af82] Add experimental SQLITE_FCNTL_EXTERNAL_READER file control. (check-in: [e16da5af82] user: dan branch: trunk, size: 256699) | |
2021-03-27
| ||
16:21 | [f5262c95b9] part of check-in [c23d092f37] For the sqlite3_bind_text16 TCL binding used for testing, ensure that there are at least 3 terminating zeros, so that there will always be a \u0000 character even if the original byte sequence is an odd number of bytes. (check-in: [c23d092f37] user: drh branch: trunk, size: 255544) | |
2021-03-26
| ||
23:59 | [d5d0d71565] part of check-in [f472fd6443] In the sqlite3_bind_text and sqlite3_bind_text16 TCL commands of the test suite, ensure that the string is zero-terminated if the size argument is negative. (check-in: [f472fd6443] user: drh branch: trunk, size: 255565) | |
2021-03-24
| ||
19:54 | [a8da2ac9bb] part of check-in [2d5ee3bad1] Add experimental extension "snapshotrevert". (check-in: [2d5ee3bad1] user: dan branch: snapshot-revert, size: 256758) | |
2021-03-11
| ||
19:26 | [8f00a276e2] part of check-in [6994a2d8af] Merge latest changes from begin-concurrent-pnu into this branch. (check-in: [6994a2d8af] user: dan branch: begin-concurrent-report, size: 257074) | |
18:52 | [6de6fac373] part of check-in [79d44ebd53] Update this branch with latest changes from trunk. (check-in: [79d44ebd53] user: dan branch: begin-concurrent, size: 255793) | |
2021-03-06
| ||
23:36 | [cff43d8e21] part of check-in [9f33d45179] Create initial tests for appendvfs, and make it available as a statically loaded extension. (check-in: [9f33d45179] user: larrybr branch: appendvfs_tighten, size: 254859) | |
2021-03-03
| ||
19:36 | [07f60dfe95] part of check-in [4da40620ac] Fix a buffer overrun that could occur in fts5 when running a prefix query against a corrupt db. (check-in: [4da40620ac] user: dan branch: trunk, size: 254673) | |
2021-02-13
| ||
21:01 | [6a0c649bcd] part of check-in [15692ec02b] Add a test-control that allows setting a LIKE pattern for common table expression names such that CTEs with matching names become an optimization barrier - They are not flattened and are implemented by materialization. (check-in: [15692ec02b] user: drh branch: optbarrier-test-ctrl, size: 255805) | |
2020-12-14
| ||
16:26 | [01e2d375fd] part of check-in [a1708e8457] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [a1708e8457] user: drh branch: begin-concurrent, size: 255607) | |
2020-12-04
| ||
16:25 | [2197966d2f] part of check-in [4e6dab30f6] Fix an incorrect datatype no the sqlite3WhereTrace variable in test1.c. (check-in: [4e6dab30f6] user: drh branch: trunk, size: 254673) | |
01:17 | [3543dcebd6] part of check-in [d36d6f2923] Alternative implementation of ".selecttrace" and ".wheretrace" that uses a test-control rather than global variables. (check-in: [d36d6f2923] user: drh branch: traceflags-test-control, size: 254673) | |
2020-11-26
| ||
17:54 | [8da599b6b3] part of check-in [d2de81a24f] Merge latest changes from begin-concurrent-pnu into this branch. (check-in: [d2de81a24f] user: dan branch: begin-concurrent-report, size: 256993) | |
11:37 | [67aa729f37] part of check-in [ddb97eeef7] Update this branch with latest changes from trunk. (check-in: [ddb97eeef7] user: dan branch: begin-concurrent, size: 255712) | |
2020-11-18
| ||
18:36 | [465b7a35b7] part of check-in [43d4801df5] Add test infrastructure for cksumvfs. And update cksumvfs so that it works in concert with version 2 VFSs. No changes to core SQLite. (check-in: [43d4801df5] user: dan branch: trunk, size: 254778) | |
14:12 | [b6da26302b] part of check-in [29c779a07b] Update test code to fix a problem with SQLITE_OMIT_VIRTUAL_TABLE builds. (check-in: [29c779a07b] user: dan branch: trunk, size: 252828) | |
2020-11-17
| ||
14:41 | [385533d17f] part of check-in [7b229cb120] Add a single-argument form to the CARRAY table-valued function, with content bound using the sqlite3_carray_bind() interface that is included with the extension. (check-in: [7b229cb120] user: drh branch: trunk, size: 252717) | |
2020-09-01
| ||
20:56 | [1cfa55932b] part of check-in [ef10e1b386] Add file-controls and a vtab frontend for querying the unix VFS for the currently held shm-locks. Still some issues. (check-in: [ef10e1b386] user: dan branch: shmlock-vtab, size: 249050) | |
2020-08-25
| ||
19:09 | [9e52fb797b] part of check-in [ad195e3dd8] Add support for the sqlite3_txn_state() interface. (check-in: [ad195e3dd8] user: drh branch: trunk, size: 247973) | |
2020-08-11
| ||
18:00 | [24b9cd0863] part of check-in [7dfb74c37e] Modify a test for corruption within the wal checkpoint code to account for the pending-byte page. And for the fact that test configurations might move the pending-byte page. (check-in: [7dfb74c37e] user: dan branch: trunk, size: 247189) | |
14:06 | [efd3d31a4a] part of check-in [3ee73880ed] Update this branch with latest from begin-concurrent-pnu. (check-in: [3ee73880ed] user: dan branch: begin-concurrent-report, size: 248348) | |
2020-08-10
| ||
21:16 | [944a8b090e] part of check-in [ed4c742c4e] Merge recent trunk enhancements into begin-concurrent. (check-in: [ed4c742c4e] user: drh branch: begin-concurrent, size: 247067) | |
2020-08-08
| ||
17:02 | [77d0bf0140] part of check-in [5ecd03a27b] Change the name of sqlite3SelectTrace to sqlite3_unsupported_selecttrace. (check-in: [5ecd03a27b] user: dan branch: trunk, size: 246133) | |
2020-07-30
| ||
19:56 | [ba8ca4bd21] part of check-in [fd01e78827] Merge begin-concurrent-pnu changes into this branch. (check-in: [fd01e78827] user: dan branch: begin-concurrent-report, size: 248309) | |
19:19 | [0eb1528380] part of check-in [e8a6651539] Merge latest trunk changes into this branch. (check-in: [e8a6651539] user: dan branch: begin-concurrent, size: 247028) | |
2020-07-29
| ||
16:18 | [daf896203f] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 245191) | |
2020-07-22
| ||
21:05 | [f5cb6544a3] part of check-in [d7dd4fc464] Disable rootpage bounds checking when the SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS setting is off, to facilitate reaching obscure error states during testing. (check-in: [d7dd4fc464] user: drh branch: rootpage-bounds-check, size: 246094) | |
2020-07-17
| ||
11:07 | [4567de7e9f] part of check-in [12a909fb3d] Bring this branch up to date with begin-concurrent-pnu. (check-in: [12a909fb3d] user: dan branch: begin-concurrent-report, size: 247258) | |
2020-06-22
| ||
19:12 | [fe56c4bcaa] part of check-in [4c3b85607f] An extension for doing decimal arithmetic on strings. (check-in: [4c3b85607f] user: drh branch: decimal, size: 245189) | |
2020-06-19
| ||
11:34 | [8442b50ecb] part of check-in [7bb08b1bfc] Refactoring various names. No changes in the resulting machine code. (check-in: [7bb08b1bfc] user: drh branch: trunk, size: 245041) | |
2020-06-05
| ||
14:10 | [e9f68f157f] part of check-in [fe702aa08c] Move the parse tree rewrite for window functions earlier in the process, before sqlite3ExprAnalyzeAggregates() has run. Add new assert()s to verify that aggregate analysis always remains valid until the end of SELECT processing. (check-in: [fe702aa08c] user: drh branch: early-winfunc-rewrite, size: 245043) | |
2020-04-09
| ||
18:51 | [6bef9e3110] part of check-in [d6fda470fe] Merge recent trunk changes into the apple-osx branch. (check-in: [d6fda470fe] user: drh branch: apple-osx, size: 250994) | |
18:29 | [c84b9ca57d] part of check-in [92f71a88c4] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [92f71a88c4] user: drh branch: begin-concurrent, size: 245977) | |
2020-03-19
| ||
21:17 | [93cc6cb90f] part of check-in [3cf7537b5e] Initial code for a proposed new sqlite3_stmt_mode() API. This is an incomplete snapshot of a work-in-progress. (check-in: [3cf7537b5e] user: drh branch: sqlite3_stmt_mode, size: 245359) | |
2020-03-11
| ||
19:30 | [13c06d7dcd] part of check-in [b288bbd1df] Add documentation notes and fix outstanding issues on this branch. (check-in: [b288bbd1df] user: dan branch: begin-concurrent-report, size: 248002) | |
2020-02-07
| ||
01:12 | [5e8b8cc54e] part of check-in [5a877221ce] Simplify the code by removing the unsupported and undocumented SQLITE_HAS_CODEC compile-time option (check-in: [5a877221ce] user: drh branch: trunk, size: 245043) | |
2020-01-21
| ||
21:01 | [f71efcd616] part of check-in [c39e3c14a9] Begin adding instrumentation to record and report on the set of key-ranges a concurrent transaction reads from the database. (check-in: [c39e3c14a9] user: dan branch: begin-concurrent-report, size: 247334) | |
2020-01-15
| ||
13:34 | [827e8a9204] part of check-in [95ba2f50fd] Merge fixes and enhancements from trunk into begin-concurrent. (check-in: [95ba2f50fd] user: drh branch: begin-concurrent, size: 246721) | |
12:49 | [8157589a22] part of check-in [dadedf41c7] Merge all recent enhancements and fixes from trunk into the apple-osx branch. (check-in: [dadedf41c7] user: drh branch: apple-osx, size: 251738) | |
2020-01-01
| ||
15:43 | [4d0ab2f670] part of check-in [473892a8ec] New test-only SQL functions: implies_nonnull_row(), expr_compare(), and expr_implies_expr(). The SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control is modified to toggle internal function access on and off for a single database connection. (check-in: [473892a8ec] user: drh branch: trunk, size: 245787) | |
2019-11-14
| ||
23:08 | [c727c44a12] part of check-in [ba27012d43] Backport support for the sqlite3_hard_heap_limit64() interface and the hard_heap_limit pragma to the 3.30 branch. (check-in: [ba27012d43] user: drh branch: branch-3.30, size: 245364) | |
15:21 | [c654981c1d] part of check-in [b8a631fd30] Merge recent enhancements from trunk. (check-in: [b8a631fd30] user: drh branch: hard-heap-limit, size: 245491) | |
2019-11-07
| ||
19:59 | [d007f59329] part of check-in [4ab9dbb939] Experimental branch to provide SQLITE_LIMIT_HEAP_K to limit the amount of allocated memory used by each database connection, individually. (check-in: [4ab9dbb939] user: drh branch: limit_heap_k, size: 244763) | |
2019-10-29
| ||
16:18 | [95c7af53c4] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 244684) | |
2019-10-04
| ||
15:52 | [e9f578242b] part of check-in [abd1b4df4f] Bring the begin-concurrent branch up-to-date with the 3.30.0 release. (check-in: [abd1b4df4f] user: drh branch: begin-concurrent, size: 245491) | |
15:41 | [5a199289e5] part of check-in [76b26acaba] Bring the apple-osx branch up-to-date with the 3.30.0 release. (check-in: [76b26acaba] user: drh branch: apple-osx, size: 250508) | |
2019-10-02
| ||
00:25 | [17e1395cbd] part of check-in [9f4035f91a] Disable sqlite3_drop_module() tests when virtual tables are omitted from the build. (check-in: [9f4035f91a] user: drh branch: trunk, size: 244557) | |
2019-09-16
| ||
12:08 | [dba1b71424] part of check-in [93b9ef3f47] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [93b9ef3f47] user: drh branch: begin-concurrent, size: 245451) | |
12:02 | [cb88cc3c4f] part of check-in [a95191deab] Merge the latest changes from trunk into the apple-osx branch. (check-in: [a95191deab] user: drh branch: apple-osx, size: 250468) | |
2019-09-10
| ||
15:33 | [07d774ae3f] part of check-in [36997c4ade] Ensure the columns of views and sub-queries maintain their implicit collation sequences when the "push-down" optimization is applied. Fix for [18458b1a]. (check-in: [36997c4ade] user: dan branch: trunk, size: 244517) | |
2019-08-20
| ||
17:14 | [be546df3c0] part of check-in [9b14eb7754] Bring the hard-heap-limit branch up-to-date with trunk. (check-in: [9b14eb7754] user: drh branch: hard-heap-limit, size: 245270) | |
02:19 | [8ce455da8d] part of check-in [ec4c63e00c] Fix a typo and a harmless compiler warning. (check-in: [ec4c63e00c] user: mistachkin branch: trunk, size: 244463) | |
2019-08-19
| ||
20:35 | [af2f21f9ae] part of check-in [e5ba47c2d8] Omit the "_except" term from the name of the new interface. (check-in: [e5ba47c2d8] user: drh branch: sqlite3_drop_modules_except, size: 244473) | |
2019-08-17
| ||
19:45 | [17f5334199] part of check-in [0851db4d33] The experimental sqlite3_drop_modules_except() interface. (check-in: [0851db4d33] user: drh branch: sqlite3_drop_modules_except, size: 244493) | |
2019-08-08
| ||
16:23 | [87059457fb] part of check-in [845d2f17de] More legacy STAT3 code removed. (check-in: [845d2f17de] user: drh branch: omit-stat3, size: 243643) | |
15:24 | [42a527975c] part of check-in [1e17ea2fd1] Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: [1e17ea2fd1] user: drh branch: omit-stat3, size: 243643) | |
2019-08-03
| ||
01:39 | [18f980ceb2] part of check-in [49aa344806] Give the SQLITE_TESTCTRL_PRNG_SEED two arguments. The second argument if not NULL is a pointer to a database connection which seeds the connection from its schema cookie. In this way, fuzzers can control the PRNG seed. (check-in: [49aa344806] user: drh branch: prng-seed-test-control, size: 243697) | |
2019-08-02
| ||
21:03 | [2139262641] part of check-in [c71098409c] Fixes to the PRNG_SEED pragma idea. (check-in: [c71098409c] user: drh branch: prng-seed-test-control, size: 243159) | |
20:45 | [fd8a05277b] part of check-in [3ac5723164] Add the SQLITE_TESTCTRL_PRNG_SEED test control. (check-in: [3ac5723164] user: drh branch: prng-seed-test-control, size: 243152) | |
2019-07-17
| ||
15:05 | [118945bc3c] part of check-in [9ec92939cb] Improvement to the hexdb interpreter built into the CLI and into the TCL test harness: Round the "size" up to the next multiple of the "pagesize". (check-in: [9ec92939cb] user: drh branch: trunk, size: 242460) | |
2019-07-08
| ||
21:06 | [63c2ebd841] part of check-in [7fff080335] Merge recent trunk enhancements into the begin-concurrent branch. (check-in: [7fff080335] user: drh branch: begin-concurrent, size: 243155) | |
20:59 | [772aa1837a] part of check-in [de88ed862e] Merge recent enhancements from trunk into apple-osx. (check-in: [de88ed862e] user: drh branch: apple-osx, size: 248172) | |
2019-06-17
| ||
13:56 | [f57c229ad7] part of check-in [923cfd53fc] Improved interface to double-quoted string literal enabling/disabling. (check-in: [923cfd53fc] user: drh branch: new-dbconfig-options, size: 242221) | |
2019-06-14
| ||
21:25 | [15752c6299] part of check-in [1fad20925e] Add SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_SCHEMA, and NO_DQS. (check-in: [1fad20925e] user: drh branch: new-dbconfig-options, size: 242226) | |
2019-05-14
| ||
21:51 | [b64037c892] part of check-in [5d3a6e18d4] Merge the latest trunk enhancements into begin-concurrent. (check-in: [5d3a6e18d4] user: drh branch: begin-concurrent, size: 242889) | |
19:39 | [027e773987] part of check-in [40362d5181] Merge recent enhancements from trunk into apple-osx. (check-in: [40362d5181] user: drh branch: apple-osx, size: 247906) | |
2019-05-03
| ||
21:17 | [f4e0be5c34] part of check-in [c983873132] Add the SQLITE_TESTCTRL_RESULT_INTREAL test-control and use it to create the intreal() SQL function in testfixture. Write a few simple tests to prove this all works. TH3 will hold most of the INTREAL tests, probably. (check-in: [c983873132] user: drh branch: int-real, size: 241955) | |
2019-04-25
| ||
18:15 | [983ad8bf1c] part of check-in [b0ccef61a7] Add the sqlite3_hard_heap_limit64() interface and the corresponding "PRAGMA hard_heap_limit=N" command. (check-in: [b0ccef61a7] user: drh branch: hard-heap-limit, size: 242178) | |
2019-04-23
| ||
15:30 | [c02d8bc27b] part of check-in [4258e42d92] Changes to the --hexdb decoder option in the shell (and also in the TCL test code) so that it works on systems where sscanf() does not recognize "%hhx" as wanting to delivery results into a character-size variable. (check-in: [4258e42d92] user: drh branch: trunk, size: 241371) | |
2019-04-17
| ||
23:32 | [3b1820d24f] part of check-in [f6ebe1c2be] Work around lack of a C99 feature in MSVC. (check-in: [f6ebe1c2be] user: mistachkin branch: msvc, size: 241619) | |
2019-04-16
| ||
10:51 | [0dc98af076] part of check-in [4de4480ffd] Avoid a sanitizer error in test1.c. Have releasetest.tcl/wapptest.tcl create a file called "makecommand.sh" that can be used to rerun a test from the command line. (check-in: [4de4480ffd] user: dan branch: trunk, size: 241389) | |
2019-04-04
| ||
22:05 | [71d49c982e] part of check-in [c70524280f] Add the vtab enable/disable options to the sqlite3_db_config TCL command in the testfixture. (check-in: [c70524280f] user: drh branch: disable-vtab, size: 241871) | |
2019-03-19
| ||
20:48 | [262cb0aa84] part of check-in [000f4398db] Merge recent enhancements from trunk. (check-in: [000f4398db] user: drh branch: apple-osx, size: 247317) | |
2019-03-08
| ||
15:30 | [cad83b2785] part of check-in [667cce3dce] Merge all the latest enhancements from trunk. (check-in: [667cce3dce] user: drh branch: begin-concurrent-pnu, size: 242300) | |
2019-03-06
| ||
14:53 | [cfb303eedd] part of check-in [ee642d3e27] Add the sqlite3_stmt_isexplain() interface. (check-in: [ee642d3e27] user: drh branch: trunk, size: 241366) | |
2019-02-07
| ||
18:49 | [6246552d6c] part of check-in [628291641f] Merge the offical 3.27.0 release. (check-in: [628291641f] user: drh branch: apple-osx, size: 246553) | |
2019-02-06
| ||
13:41 | [353b066e7e] part of check-in [d2cca36adc] Fix a problem preventing testfixture from being built with SQLITE_OMIT_VIRTUALTABLE. (check-in: [d2cca36adc] user: dan branch: trunk, size: 240602) | |
2019-01-17
| ||
15:47 | [1b3d2b1ba0] part of check-in [475a179a27] Sync up with the latest enhancements on trunk. (check-in: [475a179a27] user: drh branch: apple-osx, size: 246473) | |
2019-01-14
| ||
20:44 | [64cdc914a7] part of check-in [0bf1550507] Add scalar function "prefix_length()" to ext/misc/prefixes.c. (check-in: [0bf1550507] user: dan branch: trunk, size: 240522) | |
2018-12-18
| ||
17:20 | [457b9b838e] part of check-in [123cbb3312] Merge latest trunk changes into this branch. (check-in: [123cbb3312] user: dan branch: begin-concurrent, size: 241307) | |
2018-12-13
| ||
20:49 | [f78dcd39d5] part of check-in [1f583c53f3] Add the "decode_hexdb" TCL command to testfixture. Add the dbfuzz001.test module to demonstration how to use decode_hexdb to deserialize a dbtotxt database description for use in a corruption test. (check-in: [1f583c53f3] user: drh branch: trunk, size: 240373) | |
2018-12-03
| ||
18:15 | [7928f1eb53] part of check-in [f0ddb358cc] Bring up to date with version 3.26.0. (check-in: [f0ddb358cc] user: drh branch: begin-concurrent, size: 239354) | |
2018-11-26
| ||
23:35 | [3936e378be] part of check-in [e8c20a88c1] Merge recent enhancements from trunk. (check-in: [e8c20a88c1] user: drh branch: apple-osx, size: 244371) | |
18:09 | [5390e5afb3] part of check-in [6e1330545e] Do not allow direct access to internal-use SQL functions such as sqlite_rename_column() and sqlite3_rename_table() except when the new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set. (check-in: [6e1330545e] user: drh branch: trunk, size: 238420) | |
07:21 | [8a1a2c73b5] part of check-in [28a615a2e0] Merge latest trunk changes into this branch. (check-in: [28a615a2e0] user: dan branch: begin-concurrent, size: 239244) | |
2018-11-09
| ||
23:45 | [7c7f0016a0] part of check-in [e3e9b85ead] Merge fixes from trunk. (check-in: [e3e9b85ead] user: drh branch: apple-osx, size: 244261) | |
2018-11-05
| ||
13:53 | [257fdd0e10] part of check-in [62acf7a09e] Merge recent trunk enhancements. (check-in: [62acf7a09e] user: drh branch: apple-osx, size: 244207) | |
2018-11-03
| ||
17:31 | [b95363b0bc] part of check-in [7609434582] Correct the internal logic for SQLITE_DBCONFIG_DEFENSIVE. (check-in: [7609434582] user: drh branch: dbconfig-defensive, size: 238310) | |
2018-10-29
| ||
17:53 | [e89148fdb0] part of check-in [592b66e805] Add the sqlite3_normalized_sql() API. (check-in: [592b66e805] user: mistachkin branch: normalized_sql, size: 238256) | |
2018-10-09
| ||
22:58 | [05b85f3cba] part of check-in [1b60e7a981] Merge enhancements from trunk. (check-in: [1b60e7a981] user: drh branch: apple-osx, size: 241246) | |
22:50 | [6844948b54] part of check-in [ddf6a54ef3] Merge changes for the 3.25.0 release. (check-in: [ddf6a54ef3] user: drh branch: apple-osx, size: 241098) | |
2018-09-28
| ||
20:58 | [b28100a503] part of check-in [86750c927c] Merge latest trunk into this branch. (check-in: [86750c927c] user: dan branch: begin-concurrent, size: 236229) | |
2018-09-16
| ||
16:18 | [9bb042e4af] part of check-in [2404304cc1] Add the new "explain" virtual table in ext/misc. Use this virtual table for additional test cases for the optimization that avoids updating indexes on expressions when none of the columns changed by the UPDATE are in the expression. (check-in: [2404304cc1] user: drh branch: trunk, size: 235295) | |
2018-08-06
| ||
17:12 | [31c491ccb5] part of check-in [051ac01520] Allow sqlite3_snapshot_open() to be called to change the snapshot after a read transaction is already open on database. (check-in: [051ac01520] user: dan branch: exp-snapshot-open, size: 235147) | |
2018-08-04
| ||
17:15 | [55424c026d] part of check-in [2041231d56] Fix comments that were made obsolete by the removal of the column cache. (check-in: [2041231d56] user: drh branch: omit-column-cache, size: 235109) | |
2018-07-18
| ||
19:09 | [335740ddc6] part of check-in [a5087c5c87] Add the SQLITE_FCNTL_DATA_VERSION file control (check-in: [a5087c5c87] user: drh branch: trunk, size: 235163) | |
2018-07-12
| ||
19:28 | [62a59bb973] part of check-in [6a00a34e19] Merge latest trunk changes into this branch. (check-in: [6a00a34e19] user: dan branch: begin-concurrent, size: 234713) | |
19:14 | [ca6bdbbffc] part of check-in [650a3fe03d] Add a test-control to disable the skip-scan optimization. (check-in: [650a3fe03d] user: dan branch: trunk, size: 233779) | |
2018-07-10
| ||
15:45 | [dac8c86fe7] part of check-in [e9a3e8642e] Merge latest trunk changes into this branch. (check-in: [e9a3e8642e] user: dan branch: begin-concurrent, size: 234659) | |
2018-06-19
| ||
19:16 | [05d8d168c1] part of check-in [87a9e9d776] The file_control_ofd_locks TCL command in testfixture distinguishes between OFD locks unavailable on the platform and OFD locks not used. (check-in: [87a9e9d776] user: drh branch: ofd-locks, size: 234688) | |
19:01 | [badad960c2] part of check-in [4f1fb5c94b] OFD locks are now mostly working, but need additional tests. (check-in: [4f1fb5c94b] user: drh branch: ofd-locks, size: 234506) | |
13:45 | [553365d346] part of check-in [148f8dec9a] Initial attempt to get SQLite working with OFD locks on Linux. The code here does not function correctly. This is an incremental check-in for a work in progress. (check-in: [148f8dec9a] user: drh branch: ofd-locks, size: 234767) | |
2018-05-16
| ||
20:58 | [b5e21f2ec8] part of check-in [3781e52085] Start of experimental implementation of SQL window functions. Does not yet work. (check-in: [3781e52085] user: dan branch: exp-window-functions, size: 233725) | |
2018-05-15
| ||
11:45 | [f49d75aeaa] part of check-in [ae86cf60b6] Merge latest trunk changes with this branch. (check-in: [ae86cf60b6] user: dan branch: begin-concurrent, size: 234441) | |
2018-05-04
| ||
19:33 | [d49d47d449] part of check-in [e17bca2cdb] Merge recent enhancements from trunk. (check-in: [e17bca2cdb] user: drh branch: apple-osx, size: 239458) | |
2018-04-28
| ||
12:43 | [51aa5f3030] part of check-in [ff836cb8b0] Add the SQLITE_DBCONFIG_RESET_DATABASE control as a replacement for the reset_database pragma. Resetting the database should be hard enough to do that it cannot be done by accident. (check-in: [ff836cb8b0] user: drh branch: reset-database, size: 233507) | |
2018-04-24
| ||
19:21 | [c0170de661] part of check-in [b27bd799ea] Merge latest trunk changes into this branch. (check-in: [b27bd799ea] user: dan branch: begin-concurrent, size: 234326) | |
2018-04-16
| ||
21:12 | [b2df6d7ed8] part of check-in [b25a7bb769] Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. (check-in: [b25a7bb769] user: dan branch: sorter-reference, size: 233392) | |
2018-03-14
| ||
17:17 | [4721cac546] part of check-in [a658f80c8f] Merge the latest enhancements from trunk. (check-in: [a658f80c8f] user: drh branch: apple-osx, size: 238797) | |
2018-03-02
| ||
17:40 | [c2b5de9119] part of check-in [36801effa9] Merge latest trunk changes into this branch. (check-in: [36801effa9] user: dan branch: begin-concurrent, size: 233780) | |
2018-02-10
| ||
17:41 | [6b0dfd4f0a] part of check-in [c125b4c380] Add the start of the "zonefile" extension. (check-in: [c125b4c380] user: dan branch: zonefile, size: 232995) | |
2018-01-15
| ||
21:59 | [1582be2f8a] part of check-in [c9d2ec51c8] Merge the enhancements associated with the first 3.22.0 beta. (check-in: [c9d2ec51c8] user: drh branch: apple-osx, size: 238150) | |
2018-01-08
| ||
20:04 | [1ab7cbbb66] part of check-in [658f42257d] Test cases for sqlite3_normalize(). (check-in: [658f42257d] user: drh branch: normalize, size: 232846) | |
2018-01-05
| ||
16:03 | [b52f9e7fe6] part of check-in [c63fb1700c] Add some missing #ifdefs for building without zlib. (check-in: [c63fb1700c] user: mistachkin branch: sqlar-shell-support, size: 232199) | |
2017-12-29
| ||
20:19 | [1879ff5095] part of check-in [2dec2dec59] Update ext/misc/zipfile.c to support creating and adding entries to existing zip archives. (check-in: [2dec2dec59] user: dan branch: sqlar-shell-support, size: 232137) | |
2017-11-06
| ||
20:02 | [a1b238ce48] part of check-in [7f217edab4] Merge latest trunk changes into this branch. (check-in: [7f217edab4] user: dan branch: begin-concurrent, size: 232923) | |
2017-10-24
| ||
19:12 | [d0a2365e1f] part of check-in [13be3a441d] Merge all enhancements and fixes from the 3.21.0 release. (check-in: [13be3a441d] user: drh branch: apple-osx, size: 237940) | |
2017-09-29
| ||
22:13 | [8ef15f7a35] part of check-in [6b1651d711] Always render a subquery that is not part of a join as a co-routine. (check-in: [6b1651d711] user: drh branch: prefer-coroutine-sort-subquery, size: 231989) | |
2017-09-22
| ||
10:49 | [00a0a80a8a] part of check-in [307b802e86] Merge latest trunk changes into this branch. (check-in: [307b802e86] user: dan branch: begin-concurrent, size: 232977) | |
2017-09-18
| ||
16:28 | [a947b2554f] part of check-in [d4a30b91f9] Add extension "mmapwarm.c". Provides function sqlite3_mmap_warm(), used to "warm up" the memory mapping used by SQLite in mmap mode to access db file content. (check-in: [d4a30b91f9] user: dan branch: mmap-warm, size: 232043) | |
2017-09-09
| ||
06:10 | [245d89eab0] part of check-in [6a0b9d9d4e] Merge trunk enhancements (check-in: [6a0b9d9d4e] user: drh branch: apple-osx, size: 237201) | |
2017-08-11
| ||
19:16 | [41d8a3bfe6] part of check-in [47e716952d] Merge the latest enhancements from trunk. (check-in: [47e716952d] user: drh branch: begin-concurrent, size: 232181) | |
2017-07-28
| ||
02:02 | [4856c3d776] part of check-in [def55027b1] Backport of all batch-atomic-write changes through check-in [67bad7fb9b] (check-in: [def55027b1] user: drh branch: batch-atomic-write-3.19, size: 230804) | |
2017-07-22
| ||
16:58 | [8513b17ca4] part of check-in [9f1b83fae9] Add the "atomic-batch-write" permutation to permutations.test. This permutation fails if not run on a file-system that supports atomic-batch-writes. (check-in: [9f1b83fae9] user: dan branch: batch-atomic-write, size: 231250) | |
2017-07-20
| ||
17:47 | [fa5a14d0a2] part of check-in [213c61cb82] Merge all the latest trunk enhancements. (check-in: [213c61cb82] user: drh branch: begin-concurrent, size: 230986) | |
16:55 | [84f9472ca2] part of check-in [10556ee454] Experimental API sqlite3_stmt_refresh() to force a prepared statement to recompile if it needs to due to a schema change or other factor. (check-in: [10556ee454] user: drh branch: sqlite3_stmt_refresh, size: 230744) | |
2017-07-15
| ||
20:48 | [cfb78b728b] part of check-in [62a86aa6c0] Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c. (check-in: [62a86aa6c0] user: dan branch: union-vtab, size: 230055) | |
2017-07-07
| ||
22:58 | [a53c717852] part of check-in [7f48f6ab2a] Merge in all the latest trunk enhancements. (check-in: [7f48f6ab2a] user: drh branch: apple-osx, size: 235856) | |
2017-06-29
| ||
12:49 | [1c0726cdf7] part of check-in [b0b0c8f8d5] Add the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTATUS_RUN options to sqlite3_stmt_status(). Use this for two new columns in the stmts virtual table. (check-in: [b0b0c8f8d5] user: drh branch: stmts-vtab, size: 229905) | |
2017-06-26
| ||
13:57 | [735f7711e7] part of check-in [7076e8283e] Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner stability guarantee. This involves refactoring the sqlite3.flags bitvector to carve out a free bit to use. (check-in: [7076e8283e] user: drh branch: enable-QPSG, size: 229665) | |
2017-05-23
| ||
19:23 | [108f95744b] part of check-in [5b9d498f6e] Add experimental new API sqlite3_wal_info(). (check-in: [5b9d498f6e] user: dan branch: begin-concurrent, size: 230540) | |
2017-05-11
| ||
18:49 | [f6b80b80cb] part of check-in [b55c0f14c3] Merge recent enhancements from trunk. (check-in: [b55c0f14c3] user: drh branch: apple-osx, size: 235560) | |
2017-05-03
| ||
19:36 | [c99f044291] part of check-in [e24b73820c] Remove the unused "sqlite3_stack_used" TCL command from the test harness. (check-in: [e24b73820c] user: drh branch: trunk, size: 229609) | |
2017-01-18
| ||
20:14 | [ef72568ab6] part of check-in [2a8f6c890c] Add temporary code to record and report on the set of b-tree pages read and written by the current transaction. This is likely still buggy. (check-in: [2a8f6c890c] user: dan branch: transaction-pages, size: 232130) | |
2016-12-12
| ||
16:15 | [c5700d147d] part of check-in [a24f805b5e] Merge all the latest performance enhancements from trunk. (check-in: [a24f805b5e] user: drh branch: apple-osx, size: 236723) | |
2016-11-30
| ||
16:54 | [8a98191a1d] part of check-in [d2d30914d8] Add the remember(V,PTR) extension function which copies an SQL value into an application variable. (check-in: [d2d30914d8] user: drh branch: trunk, size: 230772) | |
2016-11-26
| ||
20:44 | [bd204dc2ca] part of check-in [41a3af5443] Merge all recent trunk changes, and especially the new sqlite3_snapshot_recover() interface. (check-in: [41a3af5443] user: drh branch: apple-osx, size: 236574) | |
2016-11-18
| ||
20:49 | [d6a047ea53] part of check-in [174a6076a8] Add experimental sqlite3_snapshot_recover() API. (check-in: [174a6076a8] user: dan branch: serializable-snapshot, size: 230623) | |
14:38 | [58de30ed90] part of check-in [16b9bf9274] Enhance existing snapshot tests to serialize/deserialize snapshots. No new tests. (check-in: [16b9bf9274] user: dan branch: serializable-snapshot, size: 229843) | |
2016-11-04
| ||
19:09 | [fce5f13ac4] part of check-in [0e5ffd9123] Merge recent trunk changes, including all the fixes that appeared in version 3.15.1. (check-in: [0e5ffd9123] user: drh branch: apple-osx, size: 232976) | |
2016-10-31
| ||
16:16 | [f52bed152c] part of check-in [093d2fc228] Add the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconfig() option - for disabling SQLite's default checkpoint-on-close behaviour. (check-in: [093d2fc228] user: dan branch: no-ckpt-on-close, size: 227025) | |
2016-10-14
| ||
21:27 | [1f1a399956] part of check-in [16039be373] Add the SQLITE_FCNTL_WIN32_GET_HANDLE file control. (check-in: [16039be373] user: mistachkin branch: trunk, size: 226964) | |
2016-09-16
| ||
17:50 | [0463a50893] part of check-in [e3d9efa277] Merge recent changes from trunk. (check-in: [e3d9efa277] user: drh branch: apple-osx, size: 231842) | |
2016-09-09
| ||
20:00 | [61a08ed586] part of check-in [fb0b95e940] Add new file test_delete.c, containing test code for deleting an sqlite database. (check-in: [fb0b95e940] user: dan branch: test_delete, size: 225891) | |
2016-09-07
| ||
18:20 | [90a6f4aece] part of check-in [00759af053] Merge recent enhancements from trunk. (check-in: [00759af053] user: drh branch: apple-osx, size: 231238) | |
2016-08-18
| ||
22:44 | [8574e41c1b] part of check-in [d6e3d5796c] Add the SQLITE_DBCONFIG_MAINDBNAME interface. (check-in: [d6e3d5796c] user: drh branch: dbconfig_maindbname, size: 225287) | |
2016-08-09
| ||
21:08 | [4276cd840a] part of check-in [f0942c362f] Prototype for the remember(V,PTR) extension function. (check-in: [f0942c362f] user: drh branch: rememberFunc, size: 224734) | |
2016-08-04
| ||
09:13 | [82d5cdb9bc] part of check-in [bf5a9542d0] Merge the ORDER BY LIMIT fix, and other enhancements, from trunk. (check-in: [bf5a9542d0] user: drh branch: apple-osx, size: 230536) | |
2016-08-01
| ||
14:35 | [0a0909cf79] part of check-in [b6ea2f21f6] Avoid making unnecessary changes to the signatures of the sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. (check-in: [b6ea2f21f6] user: drh branch: trunk, size: 224585) | |
2016-07-28
| ||
17:11 | [906a04b649] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 224643) | |
14:37 | [a625e4d285] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 222123) | |
04:14 | [5ec959d088] part of check-in [02b8040e1a] Work in progress on setting a calling convention for all callback functions. (check-in: [02b8040e1a] user: mistachkin branch: callbackConv, size: 222048) | |
2016-07-25
| ||
17:31 | [5445032d4f] part of check-in [e98cefb17d] Merge 3.14 alpha changes from trunk. (check-in: [e98cefb17d] user: drh branch: apple-osx, size: 227986) | |
2016-07-15
| ||
10:01 | [186e3b53c4] part of check-in [53c25ebe34] The sqlite3_expanded_sql() function compiles, but always returns NULL, when the SQLITE_OMIT_TRACE compile-time option is used. (check-in: [53c25ebe34] user: drh branch: sqlite3_trace_v2, size: 222035) | |
01:49 | [4bdfccf93a] part of check-in [e03c81895e] Modify the Tcl test command 'sqlite3_bind_blob' to make use of the Tcl_GetByteArrayFromObj() API. (check-in: [e03c81895e] user: mistachkin branch: sqlite3_trace_v2, size: 222028) | |
2016-07-14
| ||
01:09 | [5124aff86f] part of check-in [99ee7ee58d] Add the sqlite3_expanded_sql() interface. Refinements to the sqlite3_trace_v2() interface to make it more useful. (check-in: [99ee7ee58d] user: drh branch: sqlite3_trace_v2, size: 221788) | |
2016-07-09
| ||
17:15 | [640f862c49] part of check-in [29fb988f1a] Fix a compiler warning in test code - in the int64array_addr TCL command. (check-in: [29fb988f1a] user: drh branch: trunk, size: 221295) | |
2016-07-06
| ||
09:19 | [08faa045c4] part of check-in [724e4cdc25] Fix a memory leak in recently added test code. (check-in: [724e4cdc25] user: dan branch: trunk, size: 221261) | |
2016-07-03
| ||
02:35 | [7cbfda741f] part of check-in [a204ba99db] Change the name of the intarray() extension to carray() and give it an optional third parameter that specifies the datatype as one of 'int32', 'int64', 'double', or 'char*'. 'int32' is the default. (check-in: [a204ba99db] user: drh branch: prototype-int-array, size: 221249) | |
2016-06-29
| ||
05:00 | [081e4ed405] part of check-in [233b33382d] Add a prototype intarray($PTR,$N) table valued function. (check-in: [233b33382d] user: drh branch: prototype-int-array, size: 218716) | |
2016-06-15
| ||
10:21 | [95dc5c2e29] part of check-in [0f707d1532] Merge changes from trunk. (check-in: [0f707d1532] user: drh branch: apple-osx, size: 223457) | |
2016-06-02
| ||
23:13 | [43b37ab2b7] part of check-in [95f483e86e] Add the CSV extension to the test fixture. Fix a memory leak in the CSV extension. Add test cases for the CSV extension, including one that uses a WITHOUT ROWID virtual table participating in the OR optimization. (check-in: [95f483e86e] user: drh branch: without-rowid-vtab, size: 217506) | |
2016-05-16
| ||
13:37 | [59591879be] part of check-in [0d9b82afea] Merge recent fixes from trunk. (check-in: [0d9b82afea] user: drh branch: apple-osx, size: 223313) | |
2016-05-03
| ||
19:36 | [7862c314d7] part of check-in [b6ddabe181] Add the experimental SQLITE_FCNTL_WIN32_GET_HANDLE file control. (check-in: [b6ddabe181] user: mistachkin branch: win32GetHandle, size: 218437) | |
00:04 | [c0e5b69f99] part of check-in [0715ce1643] Avoid left-shifts of signed integers. (check-in: [0715ce1643] user: drh branch: trunk, size: 217362) | |
2016-04-29
| ||
15:52 | [fae64f07c1] part of check-in [81b76901e6] Merge enhancements from trunk, and in particular the TEMP file deferred I/O enhancements. (check-in: [81b76901e6] user: drh branch: apple-osx, size: 223267) | |
2016-04-28
| ||
14:59 | [ee8fd5c32a] part of check-in [45467ee498] Merge latest changes from trunk with this branch. (check-in: [45467ee498] user: dan branch: permutations-fix, size: 217316) | |
00:32 | [922fd57b21] part of check-in [46d4ffff3b] Change the sqlite3Atoi64() routine so that it returns failure if not all of the input characters are consumed, even if it consumed all characters up to the first 0x00. This has no impact on external APIs as far as I can tell. (check-in: [46d4ffff3b] user: drh branch: trunk, size: 217190) | |
2016-04-27
| ||
18:54 | [0b0b948364] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 217299) | |
2016-04-21
| ||
15:35 | [a18cb6138b] part of check-in [a15c49aed0] Merge all recent enhancements from trunk. (check-in: [a15c49aed0] user: drh branch: apple-osx, size: 223124) | |
01:30 | [abc10e3e81] part of check-in [b2ae5bfa32] Revert sqlite3_enable_load_extension() to its original long-standing behavior. Add SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION which will enable only the C-API and leave the SQL function disabled. (check-in: [b2ae5bfa32] user: drh branch: load-ext-security, size: 217173) | |
2016-04-11
| ||
19:59 | [457c601302] part of check-in [c698a21af7] Add the sqlite3_snapshot_cmp() API. (check-in: [c698a21af7] user: dan branch: snapshot-cmp, size: 217107) | |
2016-03-21
| ||
14:52 | [51262b6117] part of check-in [063f1b3705] Merge the sqlite3_system_errno() change from trunk. (check-in: [063f1b3705] user: drh branch: apple-osx, size: 222354) | |
10:49 | [7187b7e924] part of check-in [86ab864396] Merge updates from trunk. (check-in: [86ab864396] user: drh branch: sqlite_system_errno, size: 216403) | |
2016-03-18
| ||
00:58 | [e17bd82e57] part of check-in [ec052b4f14] Merge recent enhancements from trunk. (check-in: [ec052b4f14] user: drh branch: apple-osx, size: 221784) | |
2016-03-17
| ||
23:16 | [941f1cb50a] part of check-in [65ba2f0b46] Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSION (check-in: [65ba2f0b46] user: drh branch: trunk, size: 215833) | |
17:23 | [289e7dab5b] part of check-in [185bc8644c] Simple test cases for sqlite3_system_errno() (check-in: [185bc8644c] user: drh branch: sqlite_system_errno, size: 216373) | |
2016-03-16
| ||
01:09 | [1dbe8af44c] part of check-in [161d91e485] Merge the SQLITE_OMIT_CODEC_FROM_TCL compile-time option from trunk. (check-in: [161d91e485] user: drh branch: apple-osx, size: 221838) | |
01:03 | [52965bd684] part of check-in [45f7f0c80b] Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option. (check-in: [45f7f0c80b] user: drh branch: trunk, size: 215803) | |
2016-03-08
| ||
16:35 | [e0f186189b] part of check-in [2974194123] Merge changes from trunk, especially the SQLITE_DEFAULT_SYNCHRONOUS enhancements. (check-in: [2974194123] user: drh branch: apple-osx, size: 221792) | |
2016-03-07
| ||
21:28 | [c2ee2401b7] part of check-in [9f31516c5d] Fix a typo and remove an unused variable from test logic. (check-in: [9f31516c5d] user: drh branch: apple-osx, size: 221708) | |
2016-02-26
| ||
16:14 | [c506aae8a9] part of check-in [4fb4aee83d] Merge all recent enhancements from trunk, and in particular the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER change. (check-in: [4fb4aee83d] user: drh branch: apple-osx, size: 221724) | |
15:38 | [f14a6f9e2c] part of check-in [374b510808] Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() that can be used to activate the two-argument version of fts3_tokenizer() for a specific database connection at run-time. (check-in: [374b510808] user: drh branch: trunk, size: 215757) | |
2016-02-22
| ||
16:32 | [46a689306f] part of check-in [18c3ab4784] Merge the master-journal optimization and other recent changes from trunk. (check-in: [18c3ab4784] user: drh branch: apple-osx, size: 220254) | |
2016-02-19
| ||
13:29 | [8b17b1ff53] part of check-in [7c26d2b470] Fix (harmless) compiler warnings in some of the TCL-based test code. (check-in: [7c26d2b470] user: drh branch: trunk, size: 214287) | |
2016-02-02
| ||
00:59 | [014d886c66] part of check-in [7453790c3b] Add the SQLITE_DBCONFIG_REQUIRE_WRITE_TXN connection setting, which if enabled requires all write operations to be enclosed within BEGIN ... COMMIT. (check-in: [7453790c3b] user: drh branch: require-write-txn, size: 215450) | |
2015-12-11
| ||
12:53 | [f517302205] part of check-in [7e7b240645] Merge recent trunk enhancements, and in particular the snapshot interface. (check-in: [7e7b240645] user: drh branch: apple-osx, size: 220246) | |
2015-12-09
| ||
16:04 | [4f1b426990] part of check-in [362615b4df] Merge unrelated fixes from trunk. (check-in: [362615b4df] user: drh branch: snapshot-get, size: 214279) | |
2015-12-07
| ||
16:43 | [90c4e80c7f] part of check-in [a9e819082b] Changes to avoid undefined behavior detected by analysis tools - never observed in the wild. Later: This check-in introduces a bug, fixed at [a304e34675404aee]. (check-in: [a9e819082b] user: drh branch: trunk, size: 211926) | |
2015-12-05
| ||
20:51 | [de18fc36e0] part of check-in [0715eb00aa] Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). (check-in: [0715eb00aa] user: dan branch: snapshot-get, size: 214060) | |
2015-11-19
| ||
19:48 | [5abe650554] part of check-in [2c9e5436bd] Merge the latest enhancements from trunk. (check-in: [2c9e5436bd] user: drh branch: apple-osx, size: 217872) | |
2015-11-16
| ||
15:28 | [4004bcc1b3] part of check-in [f79d5b1853] Add testfixture command "vfs_current_time_int64". Returns the value returned by the xCurrentTimeInt64 method of the default VFS. (check-in: [f79d5b1853] user: dan branch: trunk, size: 211905) | |
2015-11-12
| ||
21:55 | [ef7958e808] part of check-in [178da33909] Import the test_sqllog.c enhancements from trunk. (check-in: [178da33909] user: drh branch: apple-osx, size: 217380) | |
20:12 | [05df2a9e4f] part of check-in [cab8126be9] Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened. (check-in: [cab8126be9] user: dan branch: trunk, size: 211413) | |
2015-11-07
| ||
01:57 | [33e6b76796] part of check-in [5429f99b98] Merge recent enhancements and fixes from trunk. (check-in: [5429f99b98] user: drh branch: apple-osx, size: 216834) | |
2015-11-06
| ||
14:59 | [a719afff31] part of check-in [a3f7614b20] A different approach to handling integer/float comparisons. This seems to work better on systems where "long double" and "double" are the same type, but still needs refinement and testing. (check-in: [a3f7614b20] user: drh branch: int-float-precision, size: 210867) | |
2015-10-30
| ||
16:23 | [620531c662] part of check-in [6e4306efaf] Merge latest trunk changes, including sqlite3_db_cacheflush(), with this branch. (check-in: [6e4306efaf] user: dan branch: apple-osx, size: 216672) | |
2015-10-28
| ||
19:46 | [9ac5cbfe3c] part of check-in [65b86dc1fa] Add experimental API sqlite3_db_cacheflush(). (check-in: [65b86dc1fa] user: dan branch: cacheflush, size: 210705) | |
2015-10-09
| ||
17:28 | [daa42e4366] part of check-in [1ccae39b8a] Merge all changes through the first 3.9.0 beta from trunk. (check-in: [1ccae39b8a] user: drh branch: apple-osx, size: 216025) | |
11:09 | [8fff9c5aa6] part of check-in [6ebac32d83] Makefile and fts5 changes so that fts5 works with main.mk. Still does not work with Makefile.in. (check-in: [6ebac32d83] user: dan branch: amalg-json1-fts5, size: 210058) | |
2015-10-08
| ||
23:37 | [5d1bbac006] part of check-in [2928f8e87d] Json1 tests are working. Builds without FTS5 enabled. Still some problems building with FTS5. (check-in: [2928f8e87d] user: drh branch: amalg-json1-fts5, size: 210236) | |
2015-08-28
| ||
02:12 | [3c225fcd7e] part of check-in [da8646582a] Merge trunk enhancements into the apple-osx branch. Most tests works, but there are yet a few issues to be resolved. (check-in: [da8646582a] user: drh branch: apple-osx, size: 216276) | |
2015-08-19
| ||
18:31 | [c96508c835] part of check-in [96a5d44d9f] Merge support for table-valued functions. (check-in: [96a5d44d9f] user: drh branch: json, size: 210309) | |
13:54 | [c12ed85c22] part of check-in [c58426dbd5] Virtual table modules with a null xCreate method act as eponymous-only modules - they cannot be used in a CREATE VIRTUAL TABLE statement. Add the series.c extension that implements a postgres-like generate_series virtual table to demonstrate this capability. (check-in: [c58426dbd5] user: drh branch: table-valued-functions, size: 210164) | |
2015-08-12
| ||
16:49 | [0fcf7ae970] part of check-in [dde8afdd8d] Begin adding an extension that provides JSON SQL functions. (check-in: [dde8afdd8d] user: drh branch: json, size: 210162) | |
2015-08-05
| ||
08:01 | [d339ae9b9b] part of check-in [c9ff4ca4a0] Fix some problems in test code detected by cppcheck. (check-in: [c9ff4ca4a0] user: dan branch: trunk, size: 210017) | |
2015-07-24
| ||
17:36 | [ab312f4160] part of check-in [1997ee548b] Add the sqlite3_bind_zeroblob64() API. (check-in: [1997ee548b] user: dan branch: trunk, size: 210013) | |
2015-07-15
| ||
18:04 | [375d7bd56d] part of check-in [b522c95ddc] Attempt to fix harmless warnings generated by GCC and Clang runtime analyzers. (check-in: [b522c95ddc] user: drh branch: trunk, size: 208956) | |
2015-06-26
| ||
16:42 | [e055ab594a] part of check-in [c91a93b343] Remove fts5 initialization code from core file main.c. (check-in: [c91a93b343] user: dan branch: fts5, size: 208910) | |
2015-05-11
| ||
11:59 | [a8e09b811f] part of check-in [4e6520159e] Revamp the way the DBSTAT virtual table is registered. (check-in: [4e6520159e] user: drh branch: trunk, size: 208732) | |
2015-05-02
| ||
18:25 | [3cf9b20cc8] part of check-in [f8b159794c] Add the SQLITE_LIMIT_PRINTF_WIDTH setting for sqlite3_limit() and associated logic for preventing DOS attacks using printf() with oversized widths or precisions. (check-in: [f8b159794c] user: drh branch: limit-printf-width, size: 207919) | |
2015-04-22
| ||
14:41 | [94efc685eb] part of check-in [658e20f554] Prototype for an sqlite3_db_log() interface. (check-in: [658e20f554] user: drh branch: sqlite3_db_log, size: 208725) | |
2015-02-06
| ||
16:03 | [1fe65ec71c] part of check-in [44711921fe] Merge all recent trunk enhancements into the apple-osx branch. (check-in: [44711921fe] user: drh branch: apple-osx, size: 213807) | |
2015-02-03
| ||
15:56 | [ce8ea16880] part of check-in [1c111447a0] Remove "PRAGMA ota_mode". (check-in: [1c111447a0] user: dan branch: ota-update, size: 207841) | |
2015-01-30
| ||
21:00 | [313567541c] part of check-in [3ed6eb2fab] Merge the SQLITE_TESTCTRL_IMPOSTER changes from trunk. (check-in: [3ed6eb2fab] user: drh branch: ota-update, size: 207841) | |
20:59 | [90fbedce75] part of check-in [42d5601739] Change SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPOSTER. Revise the order of parameters. Give it the ability to reset the schema parse table so that imposter tables can be erased. (check-in: [42d5601739] user: drh branch: trunk, size: 207840) | |
16:36 | [32ab487d57] part of check-in [36436dde74] Merge all recent trunk changes, and especially the SQLITE_TESTCTRL_INITMODE enhancement. (check-in: [36436dde74] user: drh branch: ota-update, size: 207855) | |
15:40 | [5dcdade99e] part of check-in [3a6e2afe40] Add a few simple test cases for SQLITE_TESTCTRL_INITMODE - cases which also test PRAGMA integrity_check. (check-in: [3a6e2afe40] user: drh branch: initmode-testctrl, size: 207854) | |
2015-01-28
| ||
12:00 | [bc1e8e0ea3] part of check-in [17c69be805] Merge in all changes from trunk. (check-in: [17c69be805] user: drh branch: ota-update, size: 207164) | |
2015-01-19
| ||
00:35 | [00a74fbc66] part of check-in [1032191099] Eliminate all use of sprintf(), strcpy() and strcat() from test logic because OpenBSD hates those functions. (check-in: [1032191099] user: drh branch: trunk, size: 207163) | |
2015-01-16
| ||
12:24 | [aefeee7e76] part of check-in [518621f8dc] Merge the 3.8.8 release changes from trunk. (check-in: [518621f8dc] user: drh branch: apple-osx, size: 212767) | |
2015-01-12
| ||
19:49 | [093d8b5b54] part of check-in [923fd66031] Harmless compiler warning fixes for 'testfixture' and the miscellaneous extensions when built with the MSVC makefile. (check-in: [923fd66031] user: mistachkin branch: msvcW4, size: 206800) | |
2015-01-09
| ||
21:54 | [163cff8c4e] part of check-in [90f422ed81] Change the testfixture binary so that it explicitly enabled core files on a crash (on unix). Add a test case to verify that this works. (check-in: [90f422ed81] user: drh branch: trunk, size: 206780) | |
2015-01-08
| ||
19:55 | [da07829e5f] part of check-in [cc7808427f] Merge the testing enhancements and the unlimited VALUES enhancement from trunk. (check-in: [cc7808427f] user: drh branch: apple-osx, size: 212651) | |
16:47 | [460d39e7ab] part of check-in [50b5a8af84] Try to fix up the "valgrindtest" target in Makefile.in so that it avoids misuse testing that can trigger false errors. (check-in: [50b5a8af84] user: drh branch: trunk, size: 206684) | |
02:15 | [71f67f0c9f] part of check-in [1f2fb77781] In releasetest.tcl: (1) Add the Failure-Detection platform. (2) Re-add the --disable-shared argument on Default that was mistakenly removed by the previous commit. (3) Remove the -ftrapv tests, as we read that -ftrapv does not work in GCC. (check-in: [1f2fb77781] user: drh branch: trunk, size: 206561) | |
2015-01-02
| ||
19:17 | [2cec956c56] part of check-in [df3cdf9f06] Merge the latest changes from trunk into the apple-osx branch. (check-in: [df3cdf9f06] user: drh branch: apple-osx, size: 211016) | |
2014-12-23
| ||
20:05 | [041c4edf2f] part of check-in [1bb26695ff] Fix a potential segfault following OOM error in the test harness. The SQLite core itself is not at fault. (check-in: [1bb26695ff] user: drh branch: trunk, size: 205049) | |
2014-12-16
| ||
00:29 | [d1d7f6fb79] part of check-in [2c1d8ddab2] Merge latest fixes and enhancements from trunk into apple-osx. (check-in: [2c1d8ddab2] user: drh branch: apple-osx, size: 210999) | |
2014-12-15
| ||
16:27 | [56e33bf6b1] part of check-in [62ef45140c] Add new test file e_walauto.test. (check-in: [62ef45140c] user: dan branch: trunk, size: 205032) | |
2014-12-09
| ||
22:24 | [7e806af12d] part of check-in [cf9be419a1] Fix the sqlite3_table_column_metadata() routine so that it gives the correct answer for the "rowid" column in a WITHOUT ROWID table. Enhance it so that it can be used to check for the existence of a table by setting the column name parameter to NULL. The routine is now included in the build by default, even without the SQLITE_ENABLE_COLUMN_METADATA compile-time option. (check-in: [cf9be419a1] user: drh branch: trunk, size: 204139) | |
20:13 | [f60b9e973c] part of check-in [84f9581019] Add extra tests to e_walckpt.test. (check-in: [84f9581019] user: dan branch: trunk, size: 204114) | |
19:07 | [fa655a378b] part of check-in [4f7549ff92] Make the sqlite3_table_column_metadata() interface available by default and without requiring the SQLITE_ENABLE_COLUMN_METADATA compile-time option. Other sqlite3_column_* interfaces that have a run-time penalty even if they are unused still require the SQLITE_ENABLE_COLUMN_METADATA option at compile-time. (check-in: [4f7549ff92] user: drh branch: trunk, size: 204085) | |
15:01 | [6ee15f0a99] part of check-in [6e2da589ad] Increase the default PMA size from 10 to 250 pages and provide the SQLITE_SORTER_PMASZ compile-time option to change this default. Add needed mutex call when clearing the KeyInfo cache in shared-cache mode. (check-in: [6e2da589ad] user: drh branch: apple-osx, size: 210140) | |
2014-12-08
| ||
07:50 | [fed17ded54] part of check-in [69a312ad3f] Update this branch with latest trunk changes. (check-in: [69a312ad3f] user: dan branch: ota-update, size: 204174) | |
2014-12-05
| ||
20:46 | [ebb8cd3c94] part of check-in [e4db3db3a6] Add new test file e_walckpt.test. Still some tests to come. (check-in: [e4db3db3a6] user: dan branch: trunk, size: 204173) | |
00:49 | [1116f898f5] part of check-in [5437e0534a] Import compiler warning and autoconf makefile fixes from trunk. (check-in: [5437e0534a] user: drh branch: apple-osx, size: 210018) | |
00:32 | [c24d7f6725] part of check-in [e9955c0e14] Fix compiler warnings. (check-in: [e9955c0e14] user: drh branch: trunk, size: 204051) | |
2014-12-04
| ||
23:42 | [2322857b22] part of check-in [463ad971d2] Import from trunk support for SQLITE_CHECKPOINT_TRUNCATE and fixes for a couple of obscure bugs. (check-in: [463ad971d2] user: drh branch: apple-osx, size: 210013) | |
2014-12-02
| ||
19:04 | [f5d7ecd3dd] part of check-in [8e20a43419] Add the SQLITE_CHECKPOINT_TRUNCATE option. (check-in: [8e20a43419] user: dan branch: checkpoint-truncate, size: 204046) | |
16:38 | [169a6be750] part of check-in [43c4ba26a2] Merge all recent enhancements and bug fixes from trunk into the apple-osx branch. (check-in: [43c4ba26a2] user: drh branch: apple-osx, size: 209958) | |
2014-11-27
| ||
11:36 | [a0bce4f47d] part of check-in [f095cde579] Fix a buffer overread during compilation of CREATE VIRTUAL TABLE statements that featured an explicit database name but no virtual table arguments. For example, "CREATE VIRTUAL TABLE main.ft USING fts4". (check-in: [f095cde579] user: dan branch: trunk, size: 203991) | |
2014-11-21
| ||
14:37 | [76b5cbefaa] part of check-in [7ef44c5b5b] Merge latest trunk changes with this branch. (check-in: [7ef44c5b5b] user: dan branch: ota-update, size: 203529) | |
2014-11-18
| ||
21:27 | [d9d4d9174e] part of check-in [ccb601f6df] Merge recent trunk enhancements. (check-in: [ccb601f6df] user: drh branch: apple-osx, size: 209495) | |
2014-11-10
| ||
16:49 | [6b0469b8e0] part of check-in [27cf665b95] Add the eval() SQL function extension in ext/misc/eval.c. (check-in: [27cf665b95] user: drh branch: trunk, size: 203528) | |
2014-11-07
| ||
14:41 | [cce6ad0eff] part of check-in [ecbccd0e59] Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). (check-in: [ecbccd0e59] user: dan branch: trunk, size: 203383) | |
2014-11-06
| ||
03:55 | [ac7f3bad83] part of check-in [f968400066] Change the SQLITE_SCANSTAT_EST parameter so that it returns a double for the estimated number of output rows per loop, rather than a 64-bit integer. Revise the output format for the ".scanstats on" in the shell to make use of this new capability. (check-in: [f968400066] user: drh branch: scanstatus, size: 207988) | |
2014-11-03
| ||
16:35 | [5890094c09] part of check-in [7955342da4] Refactor the interface to make it more easily extensible. (check-in: [7955342da4] user: drh branch: scanstatus, size: 207996) | |
2014-10-31
| ||
20:11 | [b53f4da2f3] part of check-in [6a9bab34ae] Add the experimental sqlite3_stmt_scanstatus() API. (check-in: [6a9bab34ae] user: dan branch: scanstatus, size: 207692) | |
2014-10-27
| ||
18:42 | [52c2dbb315] part of check-in [10aaf3b148] Merge latest enhancements, including the SQLITE_ENABLE_API_ARMOR patch, from trunk. (check-in: [10aaf3b148] user: drh branch: apple-osx, size: 211388) | |
2014-10-22
| ||
19:57 | [63d4b1707c] part of check-in [ca3b00c44e] Change the 0x800 bit of SQLITE_TESTCTRL_OPTIMIZATIONS so that it disables the loading of STAT3 and STAT4 content, not just the using of that content. Change the internal name of that bit to SQLITE_Stat34. (check-in: [ca3b00c44e] user: drh branch: trunk, size: 205421) | |
2014-10-20
| ||
16:34 | [4b4659bb24] part of check-in [d380a6482a] Merge version-3.8.7 changes with this branch. (check-in: [d380a6482a] user: dan branch: ota-update, size: 205367) | |
2014-10-09
| ||
11:27 | [226349f42c] part of check-in [6fc7207727] Merge the latest trunk enhancements into the apple-osx branch. (check-in: [6fc7207727] user: drh branch: apple-osx, size: 211334) | |
2014-10-08
| ||
15:53 | [518db4305d] part of check-in [6483d426c4] Fix up test cases to account for the new SQLITE_LIMIT_WORKER_THREADS limit. (check-in: [6483d426c4] user: drh branch: trunk, size: 205367) | |
2014-09-21
| ||
23:08 | [ba21c4d107] part of check-in [3967ebe83e] Merge in all recent changes from trunk. (check-in: [3967ebe83e] user: drh branch: apple-osx, size: 211255) | |
2014-09-15
| ||
19:34 | [44562bf344] part of check-in [48d201cd8b] Remove the experimental sqlite3_transaction_save() and restore() APIs. (check-in: [48d201cd8b] user: dan branch: ota-update, size: 205288) | |
15:34 | [75655557eb] part of check-in [55b8011d5b] Merge latest trunk changes with this branch. (check-in: [55b8011d5b] user: dan branch: ota-update, size: 206783) | |
2014-09-11
| ||
00:27 | [523cd70ded] part of check-in [2f6d8f32ee] Reorder parameters on the sqlite3_user_*() interfaces for consistency. Add the first TCL test cases. (check-in: [2f6d8f32ee] user: drh branch: user-auth, size: 205288) | |
2014-09-06
| ||
16:39 | [22bfe1ce9f] part of check-in [e62aab5e92] Fix typos in comments. No code changes. (check-in: [e62aab5e92] user: peter.d.reid branch: trunk, size: 201357) | |
2014-09-02
| ||
19:59 | [e9a0e5804b] part of check-in [2954ab5010] Add an experimental extension for applying bulk updates to databases. (check-in: [2954ab5010] user: dan branch: ota-update, size: 202852) | |
15:57 | [b7d7add79f] part of check-in [696dc935f7] Merge the latest trunk changes into the apple-osx branch. (check-in: [696dc935f7] user: drh branch: apple-osx, size: 207324) | |
2014-08-15
| ||
22:37 | [632a59f241] part of check-in [c8ade949d4] Aborted merge. (check-in: [c8ade949d4] user: numist branch: obsolete, size: 204265) | |
2014-08-06
| ||
02:03 | [363a508923] part of check-in [a353a8515f] Merge all recent changes from trunk. (check-in: [a353a8515f] user: drh branch: threads, size: 201357) | |
01:51 | [c0fb8033b1] part of check-in [b2e01080cc] Merge 3.8.6 beta changes in from trunk. (check-in: [b2e01080cc] user: drh branch: apple-osx, size: 203033) | |
2014-07-31
| ||
18:54 | [14409a611e] part of check-in [1e5489faff] Optimizations to the OS sub-type checking in the Win32 VFS. (check-in: [1e5489faff] user: mistachkin branch: trunk, size: 197066) | |
2014-06-30
| ||
19:57 | [1702277fbc] part of check-in [f426876fe1] Merge the latest trunk changes into the apple-osx branch. (check-in: [f426876fe1] user: drh branch: apple-osx, size: 203022) | |
2014-06-18
| ||
15:18 | [74a6b2cc03] part of check-in [0e1b73496f] Merge in all recent changes from trunk, and especially the automatic index enhancements. (check-in: [0e1b73496f] user: drh branch: threads, size: 201346) | |
2014-06-16
| ||
12:44 | [3c8bc491d2] part of check-in [8634333127] Add test cases for the fileio extension. (check-in: [8634333127] user: drh branch: trunk, size: 197055) | |
2014-06-05
| ||
13:22 | [79a39c0f32] part of check-in [e4b01676d7] Bring the threads branch up-to-date with the 3.8.5 release. (check-in: [e4b01676d7] user: drh branch: threads, size: 201199) | |
12:53 | [f9d10a5bab] part of check-in [2dbdfa5170] Merge in the 3.8.5 release changes and the FTS integrity-check fix. (check-in: [2dbdfa5170] user: drh branch: apple-osx, size: 202875) | |
2014-05-30
| ||
16:42 | [4edf8810c8] part of check-in [ed5a9eb4f3] Add tests for the invalid file handle detection logic in the winLock() function. (check-in: [ed5a9eb4f3] user: mistachkin branch: winLockHandle, size: 196908) | |
2014-05-09
| ||
15:00 | [268f7f2216] part of check-in [9ac8f1e711] Merge the latest trunk changes into the threads branch. (check-in: [9ac8f1e711] user: dan branch: threads, size: 199767) | |
13:27 | [472c069b3e] part of check-in [eafd8aa186] Fix compiler warnings. When forcing the delete of a WAL file, do not fail if the WAL files does not exist. All "veryquick.tcl" tests are now passing on Linux under the standard compile-time options. (check-in: [eafd8aa186] user: drh branch: apple-osx, size: 201443) | |
2014-05-08
| ||
23:01 | [d289efd489] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 201517) | |
2014-05-06
| ||
15:38 | [a0e59104fe] part of check-in [208b2b04d4] Re-implement the core of the multi-threaded sorter tests in sort4.test using C. Run each test in sort4.test ten times, or repeat all tests for 300 seconds as part of the "multithread" permutation test. (check-in: [208b2b04d4] user: dan branch: threads, size: 199719) | |
2014-05-03
| ||
14:28 | [bd88cc00bf] part of check-in [3a66c4e1bf] Fix a problem in the sorter causing it to return spurious SQLITE_NOMEM errors when configured to use memsys3 or memsys5. (check-in: [3a66c4e1bf] user: dan branch: threads, size: 197630) | |
2014-04-03
| ||
16:25 | [0cd73ae82f] part of check-in [9d3351b8d7] Fix an integer overflow problem in the sorter. (check-in: [9d3351b8d7] user: dan branch: threads, size: 196952) | |
2014-04-01
| ||
10:19 | [31596bf8a9] part of check-in [59cd5229e2] Fix a problem with OOM handling in the sorter code. (check-in: [59cd5229e2] user: dan branch: threads, size: 196462) | |
2014-02-21
| ||
10:48 | [899bddeb0c] part of check-in [09cf240a7f] Merge updates from trunk. (check-in: [09cf240a7f] user: mistachkin branch: winHdr, size: 195476) | |
2014-01-23
| ||
14:44 | [2401eee14a] part of check-in [f4a701d55f] Modifications to test files to omit any tests that intentionally access out-of-bounds locations in clang -fsanitize=address builds. (check-in: [f4a701d55f] user: dan branch: trunk, size: 195428) | |
2014-01-02
| ||
19:35 | [db16ba6514] part of check-in [10d851353c] Avoid unnecessary affinity transformations when building indices using data from a table. (check-in: [10d851353c] user: drh branch: trunk, size: 194760) | |
2013-12-14
| ||
13:44 | [633e5e6a11] part of check-in [5716fc2341] Allow the SQLITE_DETERMINISTIC flag to be ORed into the preferred text encoding of application-defined functions, to mark the function as deterministic. (check-in: [5716fc2341] user: drh branch: trunk, size: 194814) | |
2013-11-29
| ||
15:06 | [760e041970] part of check-in [15e4f63d1f] Add a new sqlite3_test_control() that indicates that database files are always well-formed. Use this during testing to enable assert() statements that prove conditions that are always true for well-formed databases. (check-in: [15e4f63d1f] user: drh branch: trunk, size: 193953) | |
2013-11-26
| ||
01:00 | [8d96df19f0] part of check-in [540f552516] Further work on Windows header file reform. (check-in: [540f552516] user: mistachkin branch: winHdr, size: 192776) | |
2013-10-14
| ||
21:14 | [5757066e50] part of check-in [9f66dd7e37] Move the tointeger() and toreal() functions out of core and make them into a run-time loadable extension. (check-in: [9f66dd7e37] user: drh branch: trunk, size: 192728) | |
2013-08-28
| ||
17:59 | [26226cfd2b] part of check-in [945cb89ecb] Fix a couple comments. (check-in: [945cb89ecb] user: mistachkin branch: mmapDisabled, size: 192581) | |
05:49 | [031d00dbf1] part of check-in [37e85e444c] Support database file names longer than 260 characters using the new 'win32-longpath' VFS variant. (check-in: [37e85e444c] user: mistachkin branch: mmapDisabled, size: 192581) | |
2013-06-28
| ||
17:29 | [870fc648a4] part of check-in [60c19b8679] Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS option for sqlite3_file_control() that will disable the use of SQLITE_STAT3 information in the query planner. (check-in: [60c19b8679] user: drh branch: trunk, size: 188707) | |
13:43 | [340156a7e6] part of check-in [5480d124b7] Fix an issue with the OmitNoopJoin optimization and add test cases that are specifically for that optimization. (check-in: [5480d124b7] user: drh branch: trunk, size: 188653) | |
2013-06-26
| ||
13:22 | [06bd01f779] part of check-in [bd4267f17b] Add the SQLITE_STMTSTATUS_VM_STEPS option for sqlite3_stmt_status(). (check-in: [bd4267f17b] user: drh branch: trunk, size: 188400) | |
2013-06-25
| ||
22:01 | [d94d55d85e] part of check-in [f1366bab73] Add a new (experimental) sqlite3_stmt_status() verb that returns the number of VM steps. (check-in: [f1366bab73] user: drh branch: status-vm-step, size: 188408) | |
2013-05-30
| ||
19:29 | [5f9837aee1] part of check-in [ae985db4fa] Futher simplifications to the NGQP. Fix some test cases to use EXPLAIN QUERY PLAN rather than the (now obsolete) sqlite_query_plan global variable. (check-in: [ae985db4fa] user: drh branch: nextgen-query-plan-exp, size: 188320) | |
2013-05-28
| ||
20:25 | [6d2a340eea] part of check-in [a64d760d92] Add the percentile() SQL function as a loadable extension in the ext/misc directory. (check-in: [a64d760d92] user: drh branch: trunk, size: 188328) | |
12:11 | [43c87e52cb] part of check-in [a0d5cc9315] Many small harmless comment changes. Removal of obsolete comments and fixing misspelled words. No changes to code. (check-in: [a0d5cc9315] user: drh branch: trunk, size: 188177) | |
2013-05-16
| ||
11:57 | [045d45a4f7] part of check-in [d11e76072a] In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist active statement objects. Any open transaction will be rolled back when the last of these statement objects is finalized. (check-in: [d11e76072a] user: dan branch: trunk, size: 188176) | |
2013-04-29
| ||
03:09 | [ab9dd4fc48] part of check-in [05ba5e23fc] More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. (check-in: [05ba5e23fc] user: mistachkin branch: winOsTrace, size: 187442) | |
2013-04-25
| ||
19:31 | [2b0ec22498] part of check-in [56b9a417f5] Added the nextchar.c extension. Minor changes to the spellfix.c extension so that it can be appended to an amalgamation and compiled without duplicating symbols. (check-in: [56b9a417f5] user: drh branch: trunk, size: 192773) | |
16:42 | [e956242842] part of check-in [84018099c8] Added the transitive_closure, ieee754, and amatch extensions. (check-in: [84018099c8] user: drh branch: std-ext, size: 192553) | |
14:59 | [1c7fa0a367] part of check-in [de556add10] Move the test_spellfix.c module to ext/misc/spellfix.c. (check-in: [de556add10] user: drh branch: std-ext, size: 192113) | |
14:31 | [aba32f1437] part of check-in [c8c69307f6] Convert the fuzzer virtual table into a loadable extension and move it to the ext/misc/fuzzer.c file. (check-in: [c8c69307f6] user: drh branch: std-ext, size: 191964) | |
11:58 | [fdbf02675c] part of check-in [efcc9dd012] Make test_wholenumber.c into a loadable extension and move it to ext/misc/wholenumber.c. (check-in: [efcc9dd012] user: drh branch: std-ext, size: 191817) | |
2013-04-23
| ||
20:10 | [317741fa81] part of check-in [860fc393bf] Make "test_regexp.c" into a loadable extension and move it over to ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. (check-in: [860fc393bf] user: drh branch: std-ext, size: 191640) | |
2013-04-10
| ||
23:48 | [6784fdacb3] part of check-in [be7d2c5482] Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with sqlite3_log(). Add new extended error codes SQLITE_NOTICE_RECOVER_WAL and SQLITE_NOTICE_RECOVER_ROLLBACK to use with sqlite3_log() messages that occur on each recovery. (check-in: [be7d2c5482] user: drh branch: trunk, size: 190274) | |
2013-03-23
| ||
09:56 | [26e66b839f] part of check-in [75a85a1c6a] Preliminary changes to support the xMremap VFS method on Windows. (check-in: [75a85a1c6a] user: mistachkin branch: experimental-mmap, size: 189960) | |
2013-03-19
| ||
19:28 | [39378e3e14] part of check-in [6183f1bd86] Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_size". (check-in: [6183f1bd86] user: dan branch: experimental-mmap, size: 189908) | |
2013-03-16
| ||
20:19 | [3dac8d76be] part of check-in [f8ca5622d9] When possible, use memcpy() to and from the mapped region instead of xWrite() and xRead(). (check-in: [f8ca5622d9] user: dan branch: experimental-mmap, size: 189878) | |
2013-03-05
| ||
15:09 | [ff3e68eedf] part of check-in [39247b14a5] Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection cannot read the database because doing so would require it to roll back a hot-journal. (check-in: [39247b14a5] user: dan branch: experimental, size: 189310) | |
2013-02-09
| ||
15:37 | [50003e3bec] part of check-in [3f67437536] Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the extended constraint error codes in alphabetical order. Add many test cases for the extended constraint error codes. (check-in: [3f67437536] user: drh branch: constraint-error-codes, size: 189230) | |
13:58 | [ca2a9870a6] part of check-in [5461104668] Add extended error codes for constraint errors. (check-in: [5461104668] user: drh branch: constraint-error-codes, size: 189230) | |
2013-02-07
| ||
09:33 | [834e38420a] part of check-in [4a7b4ee011] Fix harmless compiler warnings. (check-in: [4a7b4ee011] user: drh branch: trunk, size: 188392) | |
2013-01-29
| ||
19:14 | [266c7ff1ca] part of check-in [ae565ff3e0] New debugging pragmas: PRAGMA vdbe_debug=ON is short-hand for the sql_trace, vdbe_listing, and vdbe_trace pragmas. PRAGMA vdbe_debug enables tracing of sqlite3VdbeAddOp() calls. None of this is active unless compiled with SQLITE_DEBUG. (check-in: [ae565ff3e0] user: drh branch: trunk, size: 188428) | |
2012-12-06
| ||
19:01 | [f62769c989] part of check-in [1a63b1d5fa] Add the SQLITE_FCNTL_TEMPFILENAME file control that asks the underlying VFS to return a new temporary filename. Per request from NSS team at Mozilla. (check-in: [1a63b1d5fa] user: drh branch: trunk, size: 188524) | |
2012-09-29
| ||
14:45 | [936afc0276] part of check-in [fd74d3d917] Fix compiler warnings found on Lion. (check-in: [fd74d3d917] user: drh branch: trunk, size: 187496) | |
2012-09-28
| ||
10:57 | [f435cf69dc] part of check-in [6a5c59dd7e] Merge the latest trunk changes (PRAGMA busy_timeout and the ORDER BY query planner enhancements) into the apple-osx branch. (check-in: [6a5c59dd7e] user: drh branch: apple-osx, size: 193531) | |
2012-09-27
| ||
23:27 | [0354b55563] part of check-in [98b633717a] Fix some corner case behavior in the new ORDER BY optimization logic. Remove the SQLITE_OrderByIdx bit from the SQLITE_TESTCTRL_OPTIMIZATIONS mask, since enabling it caused many TH3 tests to fail when the NO_OPT configuration parameter was engaged, and since there really isn't any need to turn that optimization off. The SQLITE_OrderByIdxJoin bit remains. (check-in: [98b633717a] user: drh branch: qp-enhancements, size: 187490) | |
15:05 | [9000293bfd] part of check-in [d2fcba1e14] Add more bits to the bit vector that is used to disable optimizations for built-in test. Add specific bit patterns to disable ORDER BY using an index in general and for joins. Use macros to test for bits in the disabled-optimization bit vector, in order to make the code clearer. (check-in: [d2fcba1e14] user: drh branch: qp-enhancements, size: 187541) | |
2012-09-17
| ||
20:44 | [bec5295347] part of check-in [ccb8ecc30c] Add the ability to disable the covering-index-scan optimization at compile-time, start-time, or at run-time. Add test cases to check this configurability. (check-in: [ccb8ecc30c] user: drh branch: fullscan-covering-index, size: 187439) | |
19:12 | [1ad391d930] part of check-in [4c21ee2d26] Remove obsolete bits from the bitvector that defines disabled optimizations in the SQLITE_TESTCTRL_OPTIMIZATIONS verb of sqlite3_test_control(). (check-in: [4c21ee2d26] user: drh branch: trunk, size: 187388) | |
2012-08-25
| ||
01:38 | [23fdc06ec3] part of check-in [6723add4f4] Merge all the latest trunk changes into the apple-osx branch. (check-in: [6723add4f4] user: drh branch: apple-osx, size: 193531) | |
2012-08-20
| ||
16:08 | [3d70f7c598] part of check-in [7653973a52] Silence harmless compiler warnings in the test code. (check-in: [7653973a52] user: drh branch: trunk, size: 187490) | |
2012-06-08
| ||
01:13 | [03bcc5724f] part of check-in [9d1b851562] Merge trunk changes into the apple-osx branch. (check-in: [9d1b851562] user: drh branch: apple-osx, size: 193527) | |
2012-04-20
| ||
08:23 | [fc2acf0a2d] part of check-in [294a5cca50] Merge the latest trunk changes into the WinRT branch (fixes various MSVC compiler warnings). (check-in: [294a5cca50] user: mistachkin branch: winrt, size: 187486) | |
2012-04-19
| ||
20:43 | [e1163ebedf] part of check-in [b72f07b4a2] Update the apple-osx branch so that it includes all of the latest trunk changes. (check-in: [b72f07b4a2] user: drh branch: apple-osx, size: 193424) | |
18:04 | [a808bfa548] part of check-in [3281972eaa] Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. (check-in: [3281972eaa] user: drh branch: trunk, size: 187383) | |
2012-04-18
| ||
05:57 | [9667a33a4f] part of check-in [ad5cd15f49] Import all the latest trunk changes into the WinRT branch. Refactor and/or remove WinCE-specific macros and functions used for file locking to improve clarity of presentation. (check-in: [ad5cd15f49] user: mistachkin branch: winrt, size: 187456) | |
2012-04-02
| ||
23:35 | [a23a59fb8a] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 193394) | |
2012-03-31
| ||
02:46 | [fa09748bbc] part of check-in [18ec60cacd] Merge all the latest trunk changes into the apple-osx branch. (check-in: [18ec60cacd] user: drh branch: apple-osx, size: 192794) | |
2012-03-30
| ||
14:59 | [8631f728c9] part of check-in [cb7a850439] Fix MSVC compiler warnings in test code. (check-in: [cb7a850439] user: drh branch: trunk, size: 187353) | |
2012-03-19
| ||
23:32 | [1a1df7eed3] part of check-in [4ab1ffd45d] Merge updates from trunk. (check-in: [4ab1ffd45d] user: mistachkin branch: winrt, size: 187418) | |
16:21 | [0a90f9dbcf] part of check-in [f999197b75] Merge latest trunk changes into apple-osx branch. (check-in: [f999197b75] user: dan branch: apple-osx, size: 192756) | |
2012-03-15
| ||
21:28 | [07f30e8714] part of check-in [254f99ea9f] Add the sqlite3_db_readonly() interface. This is still tentative, pending a closer look at other ideas to accomplish the same thing. (check-in: [254f99ea9f] user: drh branch: db-readonly-api, size: 187315) | |
2012-03-14
| ||
00:44 | [8e1e72e09d] part of check-in [7354ae8fd3] Add experimental support for resolving relative database file paths using a fixed user-defined directory. (check-in: [7354ae8fd3] user: mistachkin branch: winrt, size: 186759) | |
2012-02-10
| ||
18:18 | [2f474e052c] part of check-in [e248598649] Pull the latest trunk changes into the apple-osx branch. (check-in: [e248598649] user: drh branch: apple-osx, size: 192097) | |
2012-01-30
| ||
18:00 | [328cbe4a4e] part of check-in [c4cd38a0c7] Fix compiler warnings in the TCL test harness. (check-in: [c4cd38a0c7] user: drh branch: trunk, size: 186656) | |
2012-01-03
| ||
21:54 | [c159dbfa54] part of check-in [8a048423f0] Pull all the latest trunk changes over into the apple-osx branch. (check-in: [8a048423f0] user: drh branch: apple-osx, size: 192136) | |
2011-12-23
| ||
01:04 | [1b1e514e85] part of check-in [6191c5e451] Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE. The query parameter used to control this device characteristic is now "psow". (check-in: [6191c5e451] user: drh branch: statvfs, size: 186695) | |
2011-12-21
| ||
14:42 | [4cbabeb8b2] part of check-in [c83627b732] Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI parameter for both unix and windows. Add a file-control to query or disable the ZERO_DAMAGE setting. Add the -uri option to the "sqlite3" TCL command in tclsqlite3.c. Allow the sqlite3_uri_parameter() interface to accept a NULL pointer for its first parameter. (check-in: [c83627b732] user: drh branch: statvfs, size: 186692) | |
2011-12-14
| ||
18:33 | [33b9c49f72] part of check-in [da118e02c0] Merge the nx-devkit changes into trunk. This includes the new SQLITE_FCNTL_VFSNAME file-control. (check-in: [da118e02c0] user: drh branch: trunk, size: 185586) | |
17:53 | [d019682c44] part of check-in [cdbfb553af] Add a file-control that will discover the name of the bottom-level VFS and all the shims in between. (check-in: [cdbfb553af] user: drh branch: vfsname-filectrl, size: 184883) | |
2011-12-08
| ||
21:08 | [a6fb512db6] part of check-in [59e0d4f3d9] Merge the latest trunk changes into the apple-osx branch. (check-in: [59e0d4f3d9] user: drh branch: apple-osx, size: 190075) | |
2011-11-25
| ||
17:21 | [fe455fc1be] part of check-in [95cc4af686] Add the sqlite3_stmt_busy() interface. (check-in: [95cc4af686] user: drh branch: trunk, size: 184559) | |
2011-11-17
| ||
00:56 | [a445a5d09f] part of check-in [93a947989b] Add the sqlite3_db_filename() interface. (check-in: [93a947989b] user: drh branch: trunk, size: 183856) | |
2011-11-16
| ||
19:29 | [348de9657e] part of check-in [3f58e7c889] Add the sqlite3_db_release_memory() interface and the shrink_memory pragma. (check-in: [3f58e7c889] user: drh branch: trunk, size: 183232) | |
2011-10-11
| ||
00:09 | [411093e4d8] part of check-in [b431a63437] Patches to the apple-osx-377 branch so that it will compile and run on non-Mac unix platforms. (check-in: [b431a63437] user: drh branch: apple-osx-377, size: 183807) | |
2011-10-10
| ||
23:53 | [63a00ab722] part of check-in [6cb43f6c6e] Forward port the Apple-specific changes from [db5b7b778c] in the apple-osx-377 branch. Fix this up so that it will compile and run on Linux. (check-in: [6cb43f6c6e] user: drh branch: apple-osx, size: 188077) | |
22:11 | [1ce078b76f] part of check-in [db5b7b778c] Merging in cherry picked diffs for persist wal, alloc padding, wal-safe vacuum and sqlite3_file_control based lockstate checking (check-in: [db5b7b778c] user: adam branch: apple-osx-377, size: 183837) | |
2011-09-20
| ||
15:53 | [b5a5d3a84d] part of check-in [892723575c] Add SQLITE_STMTSTATUS_CACHE_HIT/MISS and SQLITE_DB_STATUS_CACHE_HIT/MISS. For querying the number of pager cache hits and misses on a statement or connection basis. (check-in: [892723575c] user: dan branch: cache-stats, size: 182721) | |
2011-09-14
| ||
19:05 | [48759e7898] part of check-in [2456b4d0d2] Merge in the latest changes from trunk. (check-in: [2456b4d0d2] user: drh branch: apple-osx, size: 187930) | |
2011-08-30
| ||
00:53 | [0f41b7c677] part of check-in [49cd60e38b] Fix a buffer overrun in test logic. No impact on the core SQLite. (check-in: [49cd60e38b] user: drh branch: trunk, size: 182561) | |
2011-08-23
| ||
18:06 | [d94212eb95] part of check-in [c5f7977b89] Merge latest trunk changes into the apple-osx branch. (check-in: [c5f7977b89] user: dan branch: apple-osx, size: 187912) | |
2011-08-13
| ||
10:47 | [7439efb86c] part of check-in [309198085f] Fix the header comment on the implementation of the file_control_sizehint_test TCL command in test1.c. (check-in: [309198085f] user: drh branch: trunk, size: 182543) | |
2011-08-02
| ||
23:34 | [9952abd6dc] part of check-in [7baf02946e] Correct subtle timing issues in the win32lock test cases and in the lock_win32_file Tcl command. Also, eliminate superfluous MSVC compiler warnings. (check-in: [7baf02946e] user: mistachkin branch: winopen-retry-logic, size: 182616) | |
18:25 | [0b610fa555] part of check-in [77376b332b] Merge all the latest trunk changes into the apple-osx branch. (check-in: [77376b332b] user: drh branch: apple-osx, size: 187293) | |
2011-07-26
| ||
16:23 | [e7ea726d26] part of check-in [a9d8794ae9] Test cases added. Fix the query mode. (check-in: [a9d8794ae9] user: drh branch: persistent-wal-patch, size: 181924) | |
2011-07-13
| ||
16:03 | [693d9a63df] part of check-in [7aaf0a6ae1] Added the SQLITE_FCNTL_WIN32_AV_RETRY file control for configuring the retry counts and delays in the windows VFS. (check-in: [7aaf0a6ae1] user: drh branch: trunk, size: 180817) | |
2011-07-11
| ||
23:45 | [6623e003ce] part of check-in [03af4c175c] Update the TCL commands for setting windows manditory locks. Add test cases for manditory lock delays under windows. (check-in: [03af4c175c] user: drh branch: trunk, size: 179628) | |
2011-06-24
| ||
20:47 | [4671911a93] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 182612) | |
2011-06-23
| ||
17:42 | [07463c4177] part of check-in [2d4458af59] Pull the last-minute fixes for 3.7.7 into the apple-osx branch. (check-in: [2d4458af59] user: drh branch: apple-osx, size: 180188) | |
17:29 | [8eef932f10] part of check-in [b61a76a53a] Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS setting that will disable affinity when writing to any index, regardless of whether or not the index is on a manifestation of a view. This allows better testing of the fix for ticket [91e2e8ba6ff2e2]. (check-in: [b61a76a53a] user: drh branch: trunk, size: 177243) | |
02:30 | [81c73914d9] part of check-in [b5acda0445] Pull the latest changes from trunk into the apple-osx branch. (check-in: [b5acda0445] user: drh branch: apple-osx, size: 180137) | |
2011-06-22
| ||
14:21 | [669b8fde7f] part of check-in [6705f21eff] Add a flush of stdout so some test code reading from a command pipe works correctly on Windows. (check-in: [6705f21eff] user: shaneh branch: trunk, size: 177192) | |
11:24 | [4b3b4e58c3] part of check-in [fb7ad09dec] Update apple-osx branch with the latest trunk changes. (check-in: [fb7ad09dec] user: dan branch: apple-osx, size: 179952) | |
2011-06-21
| ||
15:15 | [48465fd0a1] part of check-in [5d4b0c5bfc] Backport the localtime() failure fix of ticket [bd484a090c8077] to the 3.7.6 branch. (check-in: [5d4b0c5bfc] user: drh branch: branch-3.7.6, size: 173779) | |
12:47 | [ce2fab9e36] part of check-in [76ae8257ef] Return an error if localtime_r() fails within one of the date/time functions. Fix for [bd484a090c]. (check-in: [76ae8257ef] user: dan branch: trunk, size: 177007) | |
2011-06-02
| ||
13:07 | [5c8be86cba] part of check-in [ce5f95dee6] Merge the latest trunk changes, including the read-only shared memory enhancement, into the apple-osx branch. (check-in: [ce5f95dee6] user: drh branch: apple-osx, size: 178902) | |
2011-05-31
| ||
17:08 | [efca486a25] part of check-in [2c6b5a28e3] Merge the latest trunk changes into the wal-readonly branch. (check-in: [2c6b5a28e3] user: drh branch: wal-readonly, size: 175957) | |
16:50 | [9f61b9d239] part of check-in [a0ae314c7f] Fix a problem in the sqlite3TestErrorName() function (used only for testing) that appears to have originated from a bad merge. (check-in: [a0ae314c7f] user: drh branch: trunk, size: 175797) | |
2011-05-19
| ||
02:34 | [acdf339456] part of check-in [5791232778] Bring the apple-wal-readonly branch up to date with the latest changes in apple-osx, and especially the fix for disappearing WAL transactions. (check-in: [5791232778] user: drh branch: apple-wal-readonly, size: 178902) | |
01:51 | [d98ecaada5] part of check-in [8d1a6bb002] Pull all the latest trunk changes, and especially the fix for WAL cache spills causing transactions to disappear, into the apple-osx branch. (check-in: [8d1a6bb002] user: drh branch: apple-osx, size: 178822) | |
2011-05-17
| ||
15:56 | [4a1171af20] part of check-in [8844e8bfb8] Add extended return code SQLITE_CORRUPT_VTAB. Returned when the tcontents of the sqlite tables used internally by a virtual table module are invalid or inconsistent. (check-in: [8844e8bfb8] user: dan branch: trunk, size: 175877) | |
2011-05-12
| ||
15:32 | [77ea7bcaab] part of check-in [97b9801076] Pull in the patches to support read-only WAL databases into a new branch off of the apple-osx branch. This also pulls in all the other pending 3.7.7 changes such as URI support. (check-in: [97b9801076] user: drh branch: apple-wal-readonly, size: 178823) | |
2011-05-10
| ||
17:31 | [6ae026cd9d] part of check-in [bb59f9862d] Add experimental support for read-only connections to WAL databases. (check-in: [bb59f9862d] user: dan branch: wal-readonly, size: 175878) | |
2011-05-06
| ||
18:34 | [f506164085] part of check-in [92751788ea] Update comments and documentation associated with new URI parsing code. Add test file e_uri.test, containing tests mapped to documentation regarding URI filenames. (check-in: [92751788ea] user: dan branch: uri, size: 175717) | |
2011-05-05
| ||
15:52 | [89bc831e1d] part of check-in [f9b149e538] Merge the latest trunk changes into the apple-osx branch. (check-in: [f9b149e538] user: drh branch: apple-osx, size: 176375) | |
2011-04-27
| ||
12:08 | [e0e4af306b] part of check-in [ff69f823f2] Fix problems related to savepoint rollback and fts3. (check-in: [ff69f823f2] user: dan branch: vtab-conflict, size: 173430) | |
2011-04-04
| ||
13:11 | [23a02a6201] part of check-in [6d78a25ddc] Merge in the latest changes from trunk. (check-in: [6d78a25ddc] user: drh branch: apple-osx, size: 175674) | |
2011-03-30
| ||
19:08 | [9ca440e80e] part of check-in [a84f771194] Further tests for os_unix.c. (check-in: [a84f771194] user: dan branch: trunk, size: 172729) | |
2011-02-09
| ||
19:55 | [9020310c76] part of check-in [7cc515edc9] Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: [7cc515edc9] user: shaneh branch: trunk, size: 171377) | |
2011-02-07
| ||
15:12 | [ddbfff546e] part of check-in [5a4b6652cf] Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2(). (check-in: [5a4b6652cf] user: dan branch: trunk, size: 171342) | |
2011-01-27
| ||
18:48 | [ffc41da99a] part of check-in [09d6c91dcf] Pull in all the changes from trunk up through the version 3.7.5 release candidate 1. (check-in: [09d6c91dcf] user: drh branch: apple-osx, size: 171961) | |
2011-01-26
| ||
19:46 | [771407a49a] part of check-in [6f2c72a0f6] Update all built-in VFSes to return SQLITE_OK for the SQLITE_FCNTL_SYNC_OMITTED file-control operation. Also change the xFileControl methods to return SQLITE_NOTFOUND for unrecognized operation codes. (check-in: [6f2c72a0f6] user: drh branch: trunk, size: 169016) | |
2010-12-07
| ||
15:49 | [665cd9008b] part of check-in [d2ccf7fc06] Merge in all changes to the trunk through version 3.7.4rc3. (check-in: [d2ccf7fc06] user: drh branch: apple-osx, size: 171932) | |
2010-12-06
| ||
21:06 | [397809a306] part of check-in [ad8bc68197] Add the ability to disable constant factoring using sqlite3_test_control(). Add a TCL interface to this new capability and add tests cases to the TCL test scripts to actually use the new capability. (check-in: [ad8bc68197] user: drh branch: trunk, size: 168987) | |
2010-11-19
| ||
23:50 | [b0cea79b02] part of check-in [c8bc057c7d] Merge all the latest changes from the trunk into the apple-osx branch. (check-in: [c8bc057c7d] user: drh branch: apple-osx, size: 170111) | |
2010-11-16
| ||
23:10 | [c2aa29d0fd] part of check-in [fd5b2f23dd] Adding the sqlite3_stmt_readonly() interface. (check-in: [fd5b2f23dd] user: drh branch: trunk, size: 167166) | |
2010-11-15
| ||
14:51 | [a1339ecea6] part of check-in [547bc2c232] Test some example code from documentation page eqp.html. (check-in: [547bc2c232] user: dan branch: trunk, size: 166434) | |
2010-11-02
| ||
15:26 | [9e1fe842f7] part of check-in [3771faa88e] Add evidence marks for the sqlite3_blob_reopen() interface. Fix compiler warnings in test1.c. Fix incorrect evidence marks on e_select.tcl. (check-in: [3771faa88e] user: drh branch: trunk, size: 164452) | |
2010-10-27
| ||
19:08 | [ab4c63b347] part of check-in [739b5d9aa4] Avoid trying to allocate a negative number of bytes of memory in the test wrapper for sqlite3_blob_read(). (check-in: [739b5d9aa4] user: dan branch: trunk, size: 164503) | |
2010-10-26
| ||
18:42 | [a0d7c2b4d6] part of check-in [97c6b2616d] Structural coverage tests for vdbeblob.c. Including experimental new API sqlite3_blob_reopen(). (check-in: [97c6b2616d] user: dan branch: experimental, size: 164476) | |
2010-10-20
| ||
18:56 | [f6e39615c8] part of check-in [d0a450ce78] Updates to FTS4 to improve performance and make more accurate cost estimates for prefix terms. (check-in: [d0a450ce78] user: dan branch: experimental, size: 163401) | |
2010-10-06
| ||
09:57 | [cbedc6ea79] part of check-in [f29da7bec6] Fix a bug in test code that was causing a valgrind error. No changes to production code. (check-in: [f29da7bec6] user: dan branch: trunk, size: 162231) | |
2010-09-30
| ||
16:51 | [e8803ee4bf] part of check-in [43fef1cab6] Changes to remove sqlite3FitsIn64Bits(). (check-in: [43fef1cab6] user: shaneh branch: experimental, size: 162250) | |
00:50 | [6fbbb504a7] part of check-in [14eed3a0e0] Rework the text to numeric conversion routines so that they work with either UTF8 or UTF16 and do not require a NULL terminator. This allowed text to numeric conversion without reallocating the string. (check-in: [14eed3a0e0] user: drh branch: experimental, size: 162251) | |
2010-09-15
| ||
17:54 | [a0f1350008] part of check-in [82268a2c3d] Added the sqlite3_soft_heap_limit64() interface. Deprecate the older sqlite3_soft_heap_limit() interface. (check-in: [82268a2c3d] user: drh branch: trunk, size: 162229) | |
2010-08-28
| ||
19:09 | [c1b74b15b5] part of check-in [aec52959d0] Fix problem with func3.test. (check-in: [aec52959d0] user: dan branch: trunk, size: 162270) | |
2010-08-27
| ||
17:48 | [2d3ab2cacc] part of check-in [9a724dfbe8] Add the sqlite3_create_function_v2() API, a version of create_function that allows a destructor to be specified. (check-in: [9a724dfbe8] user: dan branch: trunk, size: 162289) | |
2010-08-18
| ||
00:24 | [6abff87852] part of check-in [866e9286ae] Merge the 3.7.1 pre-release snapshot changes as of 2010-08-18 into the apple-osx branch. (check-in: [866e9286ae] user: drh branch: apple-osx, size: 161375) | |
00:09 | [8d65857cd3] part of check-in [5e2ee7db0f] Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments (check-in: [5e2ee7db0f] user: adam branch: apple-osx, size: 158725) | |
2010-08-17
| ||
14:52 | [55005c9781] part of check-in [e05089aaef] Invoke sqlite3_log() whenever one or more frames are recovered from a WAL file. (check-in: [e05089aaef] user: dan branch: trunk, size: 158430) | |
2010-08-07
| ||
11:46 | [0dc3be6a14] part of check-in [f88c6367d2] Merge in all changes up to the 3.7.0.1 release. (check-in: [f88c6367d2] user: drh branch: apple-osx, size: 155863) | |
2010-07-27
| ||
18:34 | [0bfcda72f9] part of check-in [7cf0e851d4] Add experimental unix-only file-control to grow and truncate the database file by a configurable chunk size. (check-in: [7cf0e851d4] user: dan branch: experimental, size: 157136) | |
2010-07-19
| ||
12:44 | [ff3b4533fc] part of check-in [aec9e13148] Use exit(255) instead of abort() in the tcl [sqlite_abort] test command. This stops testfixture from creating dozens of core files each time tests are run. (check-in: [aec9e13148] user: dan branch: trunk, size: 155780) | |
2010-07-07
| ||
16:51 | [a48320a648] part of check-in [55d3d39f1c] When using MSVC to build test code, suppress the popup dialog when abort is called from the sqlite_abort() test function. (check-in: [55d3d39f1c] user: shaneh branch: trunk, size: 155778) | |
01:52 | [87a90fbb0a] part of check-in [21a2db908b] Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by SQLITE_OMIT_DEPRECATED. Add support to sqlite3_compileoption_used() for SQLITE_OMIT_WAL. (check-in: [21a2db908b] user: drh branch: trunk, size: 155566) | |
2010-07-01
| ||
15:09 | [5f813ce9d9] part of check-in [a8f6341d3b] Add pager test cases. Change a condition in pager.c to NEVER(). (check-in: [a8f6341d3b] user: dan branch: trunk, size: 155607) | |
2010-06-30
| ||
04:29 | [1ddb761b09] part of check-in [5e19bc360e] Add coverage test cases. Have sqlite3_backup_step() transform SQLITE_IOERR_NOMEM to SQLITE_NOMEM before returning. (check-in: [5e19bc360e] user: dan branch: trunk, size: 155596) | |
2010-06-28
| ||
11:23 | [812467c6cb] part of check-in [3b68cb9c65] Fix some errors when compiling with SQLITE_OMIT_WAL. (check-in: [3b68cb9c65] user: dan branch: trunk, size: 155588) | |
2010-06-16
| ||
19:48 | [73a2b1d218] part of check-in [21ca87f691] Merge in changes up to and including the 3.6.23.1 release. (check-in: [21ca87f691] user: drh branch: apple-osx, size: 154729) | |
2010-06-01
| ||
00:28 | [e3e0ad1f07] part of check-in [e46a8f2b75] Attempt to get the filectrl.test script running. (check-in: [e46a8f2b75] user: drh branch: wal-incr-ckpt, size: 155557) | |
2010-05-31
| ||
12:15 | [c6f5faf649] part of check-in [765c33181a] Add WALTRACE() macros to help with debugging and analysis. (check-in: [765c33181a] user: drh branch: wal-incr-ckpt, size: 155305) | |
2010-05-14
| ||
12:43 | [7e82b944b1] part of check-in [e294b696ba] Simplify os_unix.c by removing support for LinuxThreads. Linux systems must either use NPTL or else not share database connections across threads. (check-in: [e294b696ba] user: drh branch: trunk, size: 155187) | |
2010-05-03
| ||
12:14 | [ff95ca772d] part of check-in [ff234cf574] Have sqlite3_wal_checkpoint() populate the database handle error message and error code (as returned by sqlite3_errmsg() and sqlite3_errcode()). (check-in: [ff234cf574] user: dan branch: wal, size: 155499) | |
2010-04-29
| ||
22:34 | [a449144907] part of check-in [62db5fa3b6] Refactor wal.c to use the VFS. This check-in compiles and links and works ok as long as you leave WAL turned off, but WAL does not work. (check-in: [62db5fa3b6] user: drh branch: wal, size: 154919) | |
2010-04-26
| ||
10:40 | [64b5b81350] part of check-in [3d159939cc] Add mutexes to fix a race condition in wal.c. This isn't a very good fix. (check-in: [3d159939cc] user: dan branch: wal, size: 154912) | |
2010-04-06
| ||
22:33 | [8b4c246c41] part of check-in [abbf16e5e7] Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counter added. (check-in: [abbf16e5e7] user: drh branch: experimental, size: 154726) | |
2010-03-05
| ||
13:41 | [aa9b1e10e8] part of check-in [0cc981f1cc] Adjust some #ifdefs so that the build works on Mac both with and without SQLITE_ENABLE_LOCKING_STYLE. (check-in: [0cc981f1cc] user: drh branch: trunk, size: 154646) | |
2010-03-04
| ||
22:36 | [9ea9d01dc7] part of check-in [1a0fa8d19d] Second thoughts: Let Tiger users set SQLITE_ENABLE_LOCKING_STYLE=0. Was: Change SQLITE_ENABLE_LOCKING_STYLE to default off, even on Macs, since older Macs (Tiger) cannot compile the latest proxy locking sources. (check-in: [1a0fa8d19d] user: drh branch: mistake, size: 154646) | |
2009-12-07
| ||
23:53 | [db87de2bf5] part of check-in [ad08794d72] Merge all changes associated with the version 3.6.21 release into the OS-X branch. (check-in: [ad08794d72] user: drh branch: apple-osx, size: 154667) | |
2009-11-10
| ||
01:30 | [db4d8fd284] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 154584) | |
2009-11-03
| ||
22:34 | [9a4ee43843] part of check-in [941a01eb86] Customizations for OSX contributed by Apple. (check-in: [941a01eb86] user: adam branch: apple-osx, size: 154732) | |
2009-10-19
| ||
18:11 | [2232a39540] part of check-in [2c50b3d5aa] Remove the sqlite3_reoptimize() API. The same functionality is now provided automatically to queries prepared using prepare_v2(). (check-in: [2c50b3d5aa] user: dan branch: trunk, size: 154649) | |
2009-10-15
| ||
18:35 | [92ccdb2e68] part of check-in [9bd6f3d886] Add the experimental sqlite3_reoptimize() API. (check-in: [9bd6f3d886] user: dan branch: experimental, size: 155460) | |
2009-10-13
| ||
18:38 | [4da992ff46] part of check-in [1b3cfa01dd] Update the TCL wrapper to provide a non-NULL objProc pointer to the Tcl_NRCreateCommand() interface. The TCL gurus say this is needed to support legacy TCL extensions. (check-in: [1b3cfa01dd] user: drh branch: trunk, size: 154595) | |
2009-09-25
| ||
17:03 | [9bd6483431] part of check-in [519144ac43] Avoid checking if an insert or delete has "fixed" an outstanding FK constraint violation if the constraint counter indicates that the database contains no such violations. (check-in: [519144ac43] user: dan branch: trunk, size: 153717) | |
2009-09-07
| ||
18:14 | [83a685fa2c] part of check-in [d7dc8b4336] Add the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_limit(). (check-in: [d7dc8b4336] user: drh branch: trunk, size: 153588) | |
2009-08-17
| ||
17:06 | [eacb3456a9] part of check-in [dd96bda2a8] First version of sqlite_stat2 (schema forces exactly 10 samples). (check-in: [dd96bda2a8] user: dan branch: trunk, size: 153509) | |
2009-08-10
| ||
04:37 | [0e882812c9] part of check-in [ace499506e] Exclude a static function in test1.c from the build when OMIT_DEPRECATED is defined. This avoids a compiler warning that occurs with some compilers. (CVS 6967) (check-in: [ace499506e] user: danielk1977 branch: trunk, size: 153415) | |
2009-05-03
| ||
20:23 | [c8f9358879] part of check-in [a612299092] Changes to facility full coverage testing of util.c. (CVS 6597) (check-in: [a612299092] user: drh branch: trunk, size: 153407) | |
2009-04-28
| ||
15:35 | [c4d475f899] part of check-in [7975b6f2ec] Have sqlite3_create_collation() return MISUSE if passed an encoding value other than SQLITE_UTF8, SQLITE_UTF16LE, SQLITE_UTF16BE, SQLITE_UTF16 or SQLITE_UTF16_ALIGNED. (CVS 6558) (check-in: [7975b6f2ec] user: danielk1977 branch: trunk, size: 153723) | |
2009-04-08
| ||
15:45 | [c4feac6518] part of check-in [6fe8b5d702] Remove a pair unnecessary conditions from printf.c. The "db" parameter is now required for sqlite3MPrintf(). (CVS 6471) (check-in: [6fe8b5d702] user: drh branch: trunk, size: 153746) | |
2009-04-01
| ||
18:40 | [eaac64fe54] part of check-in [766bb7e59c] Fix a bug in the sqlite3Utf16ByteLen() function so that it computes the correct length even for strings that contain surrogate pairs. Ticket #3766. (CVS 6427) (check-in: [766bb7e59c] user: drh branch: trunk, size: 153748) | |
2009-03-27
| ||
12:32 | [fc09299ecf] part of check-in [a43ecc9cb9] Fix some compiler warnings in test code. (CVS 6392) (check-in: [a43ecc9cb9] user: drh branch: trunk, size: 153661) | |
2009-03-16
| ||
13:19 | [17300af446] part of check-in [b649a6cc5b] Add the sqlite3_unlock_notify() API. (CVS 6348) (check-in: [b649a6cc5b] user: danielk1977 branch: trunk, size: 153593) | |
2009-02-03
| ||
16:51 | [f88b447699] part of check-in [663479b417] Commit first version of the 'backup' feature. (CVS 6241) (check-in: [663479b417] user: danielk1977 branch: trunk, size: 152092) | |
16:25 | [461b793df7] part of check-in [2e45c2a851] Fix the sqlite3_mprintf_long test command (added by check-in (6224) in order to address ticket #3621) so that it works on systems with sizeof(int)==4 and sizeof(long)==8. (CVS 6240) (check-in: [2e45c2a851] user: drh branch: trunk, size: 152081) | |
2009-02-01
| ||
00:21 | [72ed8f7cab] part of check-in [3ba1a17b13] Add a new test command, sqlite3_mprintf_long, for testing the behavior of "long integer" printf formatting. Ticket #3621. (CVS 6224) (check-in: [3ba1a17b13] user: drh branch: trunk, size: 152036) | |
2009-01-30
| ||
05:59 | [4a06b801c6] part of check-in [9ea871f3e8] Implemented the SQLITE_LAST_ERRNO op in the xFileControl() method of os_win.c. Ticket #3615. (CVS 6217) (check-in: [9ea871f3e8] user: shane branch: trunk, size: 151057) | |
2009-01-19
| ||
17:40 | [58c0026d87] part of check-in [6242f113eb] Make sure mutexes are fully enabled for thread001.test. Take steps to ensure that the thread tests run during regression testing. (CVS 6193) (check-in: [6242f113eb] user: drh branch: trunk, size: 151020) | |
2009-01-10
| ||
13:24 | [84221fbafc] part of check-in [2cbea64fb0] Remove some unused code from expr.c in order to increase test coverage. (CVS 6156) (check-in: [2cbea64fb0] user: drh branch: trunk, size: 150990) | |
2009-01-09
| ||
21:41 | [243bbbdb91] part of check-in [64c56226b9] Coverage improvements in pragma.c. Change the __DARWIN__ macro to __APPLE__, which is available by default on Leopard. (CVS 6153) (check-in: [64c56226b9] user: drh branch: trunk, size: 151120) | |
02:49 | [473a6a2309] part of check-in [6e171c0a64] More coverage improvements. (CVS 6148) (check-in: [6e171c0a64] user: drh branch: trunk, size: 151124) | |
2009-01-07
| ||
18:24 | [058a52226e] part of check-in [fe90e9116b] Fix a bug in the LIKE query optimization. (Found by coverage testing.) (CVS 6137) (check-in: [fe90e9116b] user: drh branch: trunk, size: 150912) | |
2008-12-17
| ||
15:18 | [b193b8b806] part of check-in [7389b9ecb8] Modify fts3 to support a more complex expression syntax that allows parenthesis. The new syntax is not entirely backwards compatible, so is disabled by default. Use -DSQLITE_ENABLE_FTS3_PARENTHESIS to enable it. (CVS 6034) (check-in: [7389b9ecb8] user: danielk1977 branch: trunk, size: 149464) | |
2008-12-11
| ||
02:56 | [9c0502c362] part of check-in [561d5de16e] Fix the TCL test harness so that it compiles and runs on OSX with SQLITE_ENABLE_LOCKING_STYLE. (CVS 6017) (check-in: [561d5de16e] user: drh branch: trunk, size: 149226) | |
2008-12-05
| ||
17:17 | [30986773b1] part of check-in [adedd697b4] Fix harmless compiler warnings. Improved comments in the query optimizer. (CVS 5982) (check-in: [adedd697b4] user: drh branch: trunk, size: 149214) | |
2008-12-03
| ||
22:32 | [81063a634c] part of check-in [31f6090e22] Reorganize the proxy-locking method in os_unix.c. Additional cleanup. (CVS 5971) (check-in: [31f6090e22] user: drh branch: trunk, size: 149234) | |
2008-11-29
| ||
02:20 | [27a78e2804] part of check-in [c13df0311e] Continuing to refactor os_unix.c. This is an incremental check-in. (CVS 5967) (check-in: [c13df0311e] user: drh branch: trunk, size: 149226) | |
00:56 | [7376382993] part of check-in [1017d2fb19] Continuing work on the os_unix.c refactoring. Removed all of the LOCKING_STYLE_* constants and instead pass around pointers to the underlying sqlite3_io_method objects. (CVS 5966) (check-in: [1017d2fb19] user: drh branch: trunk, size: 149059) | |
2008-11-28
| ||
15:37 | [f407faafb1] part of check-in [7825cd63e5] First step in refactoring os_unix.c. This is work in progress. The code compiles and runs on Linux and MacOSX (as long as SQLITE_ENABLE_LOCKING_STYLE is turned off), but there are a few test failures. (CVS 5965) (check-in: [7825cd63e5] user: drh branch: trunk, size: 148952) | |
2008-11-21
| ||
23:35 | [e604b8647a] part of check-in [2ca8b82247] Fix testfixture linking problem by marking unix-only symbol as such. (CVS 5944) (check-in: [2ca8b82247] user: pweilbacher branch: trunk, size: 148914) | |
00:10 | [d915e5cf26] part of check-in [b9bc36d3d5] Added support for proxy file locking style Added pragma support for controlling proxy file locking Added file control access to last errno and proxy locking Added support for TMPDIR environment variable Extended unit tests to cover new proxy locking pragmas and file control features (CVS 5934) (check-in: [b9bc36d3d5] user: aswift branch: trunk, size: 148857) | |
2008-10-30
| ||
15:03 | [9b440b38e1] part of check-in [4c6a90a166] Add the sqlite3_extended_errcode() interface. Change to return SQLITE_BUSY instead of SQLITE_ERROR when a COMMIT is attempted and one or more queries are still pending. (CVS 5850) (check-in: [4c6a90a166] user: drh branch: trunk, size: 145924) | |
2008-10-12
| ||
00:27 | [a731034896] part of check-in [ba3711acee] Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) (check-in: [ba3711acee] user: shane branch: trunk, size: 143532) | |
2008-10-07
| ||
23:46 | [96331afde5] part of check-in [de473efb35] Add the experimental sqlite3_stmt_status() interface. (CVS 5781) (check-in: [de473efb35] user: drh branch: trunk, size: 143302) | |
2008-10-02
| ||
14:49 | [fed7656aff] part of check-in [f6074c0b9b] Fix for sqlite3_blob_write(): If either 3rd or 4th argument is less than zero, return SQLITE_ERROR. H17879. (CVS 5762) (check-in: [f6074c0b9b] user: danielk1977 branch: trunk, size: 142041) | |
2008-09-11
| ||
10:29 | [c4de690aad] part of check-in [f4293d1480] Fix a couple of problems with variable initializations picked up by stricter compilers. (CVS 5691) (check-in: [f4293d1480] user: danielk1977 branch: trunk, size: 141947) | |
2008-09-02
| ||
14:07 | [349606445a] part of check-in [88c8275994] Move the sqlite3SharedCacheEnabled global and the inProgress static variable (function sqlite3_initialize()) into the global sqlite3Config structure. This is required for the OMIT_WSD feature to work on some platforms. (CVS 5662) (check-in: [88c8275994] user: danielk1977 branch: trunk, size: 141955) | |
00:52 | [07f56e5495] part of check-in [ef26ea5c46] Continuing work on adding full support for the SQLITE_OMIT_WSD compile-time option. (CVS 5658) (check-in: [ef26ea5c46] user: drh branch: trunk, size: 141987) | |
2008-08-30
| ||
13:25 | [1b641aca17] part of check-in [8565b7c665] Add some code to permutations.test to make sure no test file modifies the shared-cache setting. (CVS 5645) (check-in: [8565b7c665] user: danielk1977 branch: trunk, size: 141982) | |
2008-08-29
| ||
09:10 | [e5781c6643] part of check-in [4b12922dcb] If a page is made eligible for recycling when more than the configured maximum number of pages are allocated, free it immediately instead of adding it to the LRU list. (CVS 5638) (check-in: [4b12922dcb] user: danielk1977 branch: trunk, size: 141934) | |
2008-08-27
| ||
15:21 | [bca7922b1e] part of check-in [d4438251dd] In the test logic: load the md5sum() SQL function as a separate autoloaded extension. (CVS 5623) (check-in: [d4438251dd] user: drh branch: trunk, size: 140785) | |
2008-08-20
| ||
14:49 | [f92039530f] part of check-in [cb494e10d7] Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: [cb494e10d7] user: danielk1977 branch: trunk, size: 140831) | |
2008-08-12
| ||
15:04 | [0ae2203b03] part of check-in [42247b917a] Fix further warnings/compilation errors in test code. (CVS 5558) (check-in: [42247b917a] user: danielk1977 branch: trunk, size: 140981) | |
2008-07-31
| ||
02:05 | [e503344d49] part of check-in [524a4075dd] Omit calls to test_get_table_printf() if SQLITE_OMIT_GET_TABLE defined. (CVS 5509) (check-in: [524a4075dd] user: shane branch: trunk, size: 140811) | |
2008-07-30
| ||
15:27 | [c7d37c6d6c] part of check-in [db4022db64] In the unix OS implementation, replace inode hash tables with linked lists. (CVS 5503) (check-in: [db4022db64] user: drh branch: trunk, size: 140705) | |
2008-07-12
| ||
14:52 | [346e926279] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 144706) | |
2008-07-08
| ||
15:26 | [30bdb22f91] part of check-in [c5e45dd664] Tests for SQLITE_LIMIT_LENGTH enforcement in sqlite3_bind. (CVS 5369) (check-in: [c5e45dd664] user: drh branch: trunk, size: 144694) | |
03:04 | [e6a7515b9c] part of check-in [369118ca2e] change to use sqlite_uint64 for MSVC compile; (CVS 5361) (check-in: [369118ca2e] user: shane branch: trunk, size: 144637) | |
02:12 | [6baa867e39] part of check-in [65875005ac] Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) (check-in: [65875005ac] user: drh branch: trunk, size: 144637) | |
2008-07-07
| ||
17:53 | [92fcc114c6] part of check-in [eae4105d8a] When sqlite3_create_collation is called with an invalid encoding, return SQLITE_MISUSE. (CVS 5354) (check-in: [eae4105d8a] user: drh branch: trunk, size: 143848) | |
14:50 | [0a399f36f3] part of check-in [4e941f3d43] Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) (check-in: [4e941f3d43] user: drh branch: trunk, size: 143526) | |
13:31 | [37de7addd1] part of check-in [024d439299] Add the vfs_unregister_all and vfs_reregister_all test commands. Use them to test the sqlite3_sleep() interface when no VFSes are registered. (CVS 5348) (check-in: [024d439299] user: drh branch: trunk, size: 143533) | |
2008-06-28
| ||
11:23 | [b96ef54652] part of check-in [f70d552bcd] Rearrange some ENABLE_LOCKING_STYLE related code in os_unix.c. (CVS 5324) (check-in: [f70d552bcd] user: danielk1977 branch: trunk, size: 142040) | |
2008-06-26
| ||
10:41 | [618dfc3af2] part of check-in [cdd4cf4ce2] Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) (check-in: [cdd4cf4ce2] user: danielk1977 branch: trunk, size: 141268) | |
2008-06-19
| ||
02:52 | [e78c07d7f1] part of check-in [565a530896] Add the sqlite3_next_stmt() interface, including test cases. (CVS 5243) (check-in: [565a530896] user: drh branch: trunk, size: 141232) | |
2008-05-29
| ||
02:57 | [736be7dea5] part of check-in [5e3ff1bb37] Unused functions in testfixture.exe with certain defines. (CVS 5172) (check-in: [5e3ff1bb37] user: shane branch: trunk, size: 140388) | |
2008-05-23
| ||
14:49 | [da8bf328d7] part of check-in [846a69acb5] Add a test case of preparing a statement with an nBytes parameter of 0 and where the previous byte of the string is zero. Ticket #3134. (CVS 5156) (check-in: [846a69acb5] user: drh branch: trunk, size: 140313) | |
2008-05-11
| ||
17:22 | [168e78680b] part of check-in [88e12caca9] Use memcpy() instead of casting to copy the content of a long long int into a double. Ticket #3101. (CVS 5117) (check-in: [88e12caca9] user: drh branch: trunk, size: 139126) | |
11:07 | [86b31ca064] part of check-in [3ff2f1cdc9] New test cases to verify that SQLite handles bound NaN, +Inf, and -Inf floating point values correctly. Improvements to the text->real conversion routine so that it generates +Inf and -Inf at appropriate times. Tickets #3101 and #3060. (CVS 5116) (check-in: [3ff2f1cdc9] user: drh branch: trunk, size: 139068) | |
2008-05-05
| ||
11:33 | [09062b31b8] part of check-in [8fa2bda4c5] Fix to test code to build when ENABLE_IOTRACE is not defined. (CVS 5079) (check-in: [8fa2bda4c5] user: danielk1977 branch: trunk, size: 138162) | |
2008-04-28
| ||
15:23 | [caf46aac17] part of check-in [7bf8213ce9] Work around a NaN bug in some versions of Tcl. (CVS 5058) (check-in: [7bf8213ce9] user: drh branch: trunk, size: 138084) | |
2008-04-16
| ||
12:58 | [ab25cb2715] part of check-in [bb0f9e92e4] Add tests to verify that strings may use embedded zero characters. Ticket #3056. (CVS 5018) (check-in: [bb0f9e92e4] user: drh branch: trunk, size: 137702) | |
2008-04-15
| ||
02:36 | [8d633bcf3c] part of check-in [b7ffc6f0f3] Add out-of-range tests on the first parameter to sqlite3_limit(). Add the ability to record tests that have been skipped due to configuration limitations. (CVS 5009) (check-in: [b7ffc6f0f3] user: drh branch: trunk, size: 137677) | |
2008-04-08
| ||
03:07 | [aada95d7a7] part of check-in [6797814ec5] Add test case for empty VFS list (CVS 4969) (check-in: [6797814ec5] user: mlcreech branch: trunk, size: 137485) | |
2008-04-03
| ||
14:36 | [318bed2bfc] part of check-in [c287a7b294] Avoid an out-of-bounds read in sqlite3_prepare() and fix a case where the output variable *pzTail was being set incorrectly. Fix for #3027. (CVS 4957) (check-in: [c287a7b294] user: danielk1977 branch: trunk, size: 137153) | |
2008-03-22
| ||
01:07 | [342a262831] part of check-in [8ef26646cf] Add the SQLITE_OMIT_DECLTYPE compile-time option. Remove more code when SQLITE_ENABLE_COLUMN_METADATA is not defined. (CVS 4906) (check-in: [8ef26646cf] user: drh branch: trunk, size: 137079) | |
2008-03-20
| ||
16:30 | [aab521bef2] part of check-in [4c4be4c3c8] Reinstate test cases for the limit tests. The sqlite3_limit() API is now tested and working. (CVS 4899) (check-in: [4c4be4c3c8] user: drh branch: trunk, size: 137007) | |
2008-03-19
| ||
14:15 | [935f327fe9] part of check-in [15110ea027] Add a new api sqlite3_randomness() for providing access to SQLite's internal PRNG. Add sqlite3_test_control() verbs for controlling the PRNG. (CVS 4882) (check-in: [15110ea027] user: drh branch: trunk, size: 134872) | |
2008-03-04
| ||
17:45 | [c3d43a6bd2] part of check-in [9c6694bb61] Various renames & cleanups to limit exported symbols on amalgamation build (CVS 4819) (check-in: [9c6694bb61] user: mlcreech branch: trunk, size: 134932) | |
2008-02-21
| ||
02:09 | [88d409c4cf] part of check-in [e0baceac41] Test coverage and documentation improvements. (CVS 4803) (check-in: [e0baceac41] user: drh branch: trunk, size: 134947) | |
2008-02-19
| ||
18:29 | [c7763d9bf7] part of check-in [7b50140dc0] Remove instances of strcpy() from test code. Use memcpy() or sqlite3_snprintf() instead. (CVS 4801) (check-in: [7b50140dc0] user: drh branch: trunk, size: 134923) | |
2008-02-18
| ||
22:24 | [785e737ff4] part of check-in [63da5d9754] Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795) (check-in: [63da5d9754] user: drh branch: trunk, size: 134899) | |
2008-02-13
| ||
18:25 | [28b135491b] part of check-in [990237e27e] Where possible, avoid freeing buffers allocated for vdbe memory cells in case they can be reused. (CVS 4783) (check-in: [990237e27e] user: danielk1977 branch: trunk, size: 134895) | |
2008-01-23
| ||
14:51 | [5363a11774] part of check-in [45c59802f6] Testing coverage enhancements to sqlite3_get_table() and to the SELECT code generator. (CVS 4746) (check-in: [45c59802f6] user: drh branch: trunk, size: 134832) | |
2008-01-22
| ||
21:30 | [0040e28115] part of check-in [1a335e1801] Add the fault injector module in fault.c. Use it as a basis for memory allocation failure testing. (CVS 4742) (check-in: [1a335e1801] user: drh branch: trunk, size: 134538) | |
14:50 | [7e620caf76] part of check-in [83ca4fc7dc] Remove dead code from the lemon-generated parser. Better testing of the sqlite3_file_control() interface, and in particular make sure the interface works on :memory: databases. (CVS 4738) (check-in: [83ca4fc7dc] user: drh branch: trunk, size: 135179) | |
2008-01-19
| ||
23:50 | [157f46f594] part of check-in [010f7b780c] Additional test coverage improvements. Test coverage now stands at 98.73%. (CVS 4731) (check-in: [010f7b780c] user: drh branch: trunk, size: 134039) | |
20:11 | [cf222abaa6] part of check-in [af129b6d15] Miscellaneous code simplifications and cleanup and test coverage enhancements. (CVS 4730) (check-in: [af129b6d15] user: drh branch: trunk, size: 133859) | |
2008-01-16
| ||
17:46 | [64912c1e65] part of check-in [5807921f5a] Get all tests running without memory leaks. (CVS 4714) (check-in: [5807921f5a] user: drh branch: trunk, size: 131969) | |
2007-12-13
| ||
21:54 | [537fea4599] part of check-in [4e91a267fe] Change all instances of "it's" in comments to either "its" or "it is", as appropriate, in case the comments are ever again read by a pedantic grammarian. Ticket #2840. (CVS 4629) (check-in: [4e91a267fe] user: drh branch: trunk, size: 130559) | |
2007-11-29
| ||
17:05 |
[ba01f4b8bb]
part of check-in [56d0e32677]
Optimisations for expressions of the form "<value> IN (SELECT <column> FROM | |
2007-10-23
| ||
15:39 | [0e6fe5449e] part of check-in [7e30fd6a09] Floating point and 64-bit integer constants store in the virtual machine opcodes in binary, not as text. Performance improvement. Ticket #2733. (CVS 4507) (check-in: [7e30fd6a09] user: drh branch: trunk, size: 130400) | |
14:49 | [e4785f9b33] part of check-in [c36500871e] Make sure the sqlite3_vfs_register() and sqlite3_vfs_unregister() APIs work right even if not VFS is currently registered. Ticket #2738. (CVS 4505) (check-in: [c36500871e] user: drh branch: trunk, size: 130397) | |
2007-09-03
| ||
17:30 | [738f9b4ab8] part of check-in [75af7189c0] Remove an unreachable case from xferOptimization(). Also other minor test coverage improvements. (CVS 4383) (check-in: [75af7189c0] user: danielk1977 branch: trunk, size: 129177) | |
17:02 | [1b0b076c8f] part of check-in [1be70015e2] Get the io.test tests working on windows. (CVS 4381) (check-in: [1be70015e2] user: drh branch: trunk, size: 129104) | |
11:04 | [6103787d83] part of check-in [c0ce631964] Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371) (check-in: [c0ce631964] user: danielk1977 branch: trunk, size: 129146) | |
2007-09-01
| ||
11:04 | [f43580b00e] part of check-in [fde6142b7b] Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE_DEBUG is defined. (CVS 4363) (check-in: [fde6142b7b] user: danielk1977 branch: trunk, size: 128431) | |
09:02 | [e68d0c781b] part of check-in [595bfe72f0] Fix a problem handling a malloc() failure in printf.c. Also some other things to improve test coverage. (CVS 4361) (check-in: [595bfe72f0] user: danielk1977 branch: trunk, size: 128500) | |
2007-08-31
| ||
17:42 | [8fcfb16cbd] part of check-in [d119427314] Allow sqllimits1.test to be run from a regular build of testfixture. Add the 'amalgamation-testfixture' target to main.mk - to build testfixture via sqlite3.c. (CVS 4354) (check-in: [d119427314] user: danielk1977 branch: trunk, size: 128479) | |
2007-08-23
| ||
02:47 | [8b20d1f057] part of check-in [21f6b31097] Improvements to memory leak detection. The --backtrace=NNN option is now recognized by tester.tcl. Memory leak summaries are automatically written to the file ./memleak.txt and each leak is tagged with the test in which it occurred. The quick.test script runs on Linux with no errors and no leaks. (CVS 4273) (check-in: [21f6b31097] user: drh branch: trunk, size: 128471) | |
2007-08-22
| ||
20:18 | [95a5db0217] part of check-in [db818430e9] The malloc.test script now passes all tests with no errors. (CVS 4271) (check-in: [db818430e9] user: drh branch: trunk, size: 128694) | |
02:56 | [d7b8d6d15d] part of check-in [783e07d561] A complete run of quick.test with mutex debugging enabled. (CVS 4266) (check-in: [783e07d561] user: drh branch: trunk, size: 128404) | |
00:39 | [d665d85c7a] part of check-in [1914044b88] Reenable the memory management logic. The quick.test script now runs with SQLITE_MEMDEBUG and SQLITE_ENABLE_MEMORY_MANAGEMENT. 7 minor errors. (CVS 4265) (check-in: [1914044b88] user: drh branch: trunk, size: 127097) | |
2007-08-21
| ||
19:33 | [70b96fc5ef] part of check-in [9287276191] The sqlite3_value object now carries an sqlite3* pointer to use for recording malloc failures. This eliminates the need to pass sqlite3* pointers into many internal interfaces. Also added more mutexing. (CVS 4263) (check-in: [9287276191] user: drh branch: trunk, size: 127622) | |
10:44 | [9e9651b0b9] part of check-in [fbbd5bda54] Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) (check-in: [fbbd5bda54] user: drh branch: trunk, size: 127647) | |
2007-08-20
| ||
22:48 | [6ae17d70da] part of check-in [1315bd8e12] Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) (check-in: [1315bd8e12] user: drh branch: trunk, size: 127663) | |
2007-08-17
| ||
15:53 | [a226ab0304] part of check-in [af3e3c7acd] Begin migration to using sqlite3_vfs interface. (CVS 4240) (check-in: [af3e3c7acd] user: danielk1977 branch: trunk, size: 127703) | |
01:14 | [a1d6eb8514] part of check-in [4c1e9ffebe] Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we get an assertion fault on the shared cache testing. (CVS 4239) (check-in: [4c1e9ffebe] user: drh branch: trunk, size: 127669) | |
2007-08-16
| ||
13:01 | [8afb22ec54] part of check-in [3d60c14a32] Remove the thread specific data subsystem from the unix build. Remove legacy cruft from sqliteInt.h. Use the new mutex subsystem in the PRNG. (CVS 4237) (check-in: [3d60c14a32] user: drh branch: trunk, size: 127646) | |
10:09 | [f2969f2857] part of check-in [77b1671351] More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) (check-in: [77b1671351] user: danielk1977 branch: trunk, size: 127777) | |
04:30 | [b5b36bdf40] part of check-in [deb7ecd65f] Half-way through a major refactoring of the memory allocation. I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) (check-in: [deb7ecd65f] user: drh branch: trunk, size: 127698) | |
2007-08-08
| ||
12:11 | [94bd41c24a] part of check-in [3759a38fe8] More tweaking of linkage. Ticket #2554. (CVS 4200) (check-in: [3759a38fe8] user: drh branch: trunk, size: 132039) | |
2007-06-26
| ||
00:37 | [0024d7069e] part of check-in [96190cf13d] Change the name of sqlite3_atoi64 back to sqlite3Atoi64 so that it is clearly and internal API. Modify the amalgamation to use a macro SQLITE_PRIVATE instead of the keyword "static" so the macro can be overridden to by nothing. (CVS 4124) (check-in: [96190cf13d] user: drh branch: trunk, size: 132039) | |
2007-06-25
| ||
17:28 | [9017dab5bf] part of check-in [5b3a490649] Rework the string to integer conversion logic to address tickets #2344 and #2454. (CVS 4123) (check-in: [5b3a490649] user: drh branch: trunk, size: 132040) | |
2007-06-15
| ||
20:29 | [a83c097ee1] part of check-in [7d3c1f08a3] Make arrangements to optionally print a debug message at the point of a simulated malloc() failure when SQLITE_MEMDEBUG is defined. (CVS 4077) (check-in: [7d3c1f08a3] user: drh branch: trunk, size: 132039) | |
18:53 | [d2535b40ab] part of check-in [c8beb8674e] Remove a C++ism from the test harness. Get the TCL interface working with older versions of TCL. (CVS 4075) (check-in: [c8beb8674e] user: drh branch: trunk, size: 131875) | |
2007-05-17
| ||
16:34 | [0ec120a465] part of check-in [f2ce727c4d] Fix a problem with casting blobs to numeric types. (CVS 4021) (check-in: [f2ce727c4d] user: danielk1977 branch: trunk, size: 131883) | |
2007-05-15
| ||
03:56 | [84c841e108] part of check-in [9ff382f458] Fix problems in ALTER TABLE that occur when column or table names are invalid UTF encodings. (CVS 4000) (check-in: [9ff382f458] user: drh branch: trunk, size: 131735) | |
2007-05-08
| ||
20:37 | [16938b7e76] part of check-in [e9f56ead05] Fix the amalgamation generator so that all non-API functions have file scope. (CVS 3958) (check-in: [e9f56ead05] user: drh branch: trunk, size: 131448) | |
01:08 | [73edd70920] part of check-in [93b623b232] Begin implementing a new system of upper bounds on the capabilities of SQLite. By clearly defining the upper bounds, we make those upper bounds explicitly testable. This check-in is just infrastructure. The upper bounds are not yet enforced. (CVS 3941) (check-in: [93b623b232] user: drh branch: trunk, size: 131448) | |
2007-05-07
| ||
14:58 | [3891b07526] part of check-in [ddc4e4797f] Change the name of create_collation_x() to create_collation_v2(). Also add some tests for it. (CVS 3938) (check-in: [ddc4e4797f] user: danielk1977 branch: trunk, size: 143460) | |
11:24 | [84e78efa05] part of check-in [f3ae4ac5fe] Change sqlite3_snprintf() so that it does not write a zero-terminator if the buffer size argument is less than 1. Ticket #2341. Added documentation about the sqlite3_snprintf() function. (CVS 3935) (check-in: [f3ae4ac5fe] user: drh branch: trunk, size: 143446) | |
09:32 | [a91c84e903] part of check-in [ff49d48f2f] Add the experimental create_collation_x() api. (CVS 3934) (check-in: [ff49d48f2f] user: danielk1977 branch: trunk, size: 142433) | |
2007-05-06
| ||
16:04 | [17e8402b4b] part of check-in [f473e85267] Add the start of the ICU extension. (CVS 3931) (check-in: [f473e85267] user: danielk1977 branch: trunk, size: 139035) | |
2007-05-05
| ||
18:39 | [515a91ed7e] part of check-in [d51274f1cc] Factor out btree test logic into a separate test_btree.c file. (CVS 3928) (check-in: [d51274f1cc] user: drh branch: trunk, size: 138848) | |
11:48 | [9fb5a43008] part of check-in [16041116aa] Refactoring. Split btreeInt.h off from btree.c. Split malloc.c off from util.c. Expect much more to follow. (CVS 3925) (check-in: [16041116aa] user: drh branch: trunk, size: 138916) | |
2007-05-04
| ||
19:03 | [ed62a5f1e3] part of check-in [a0f8adc692] Fix compilation and testing with OMIT_INCRBLOB defined. (CVS 3923) (check-in: [a0f8adc692] user: danielk1977 branch: trunk, size: 138266) | |
18:36 | [38858dc8a7] part of check-in [4516416b4d] Test interaction of incremental io and other database writes. (CVS 3922) (check-in: [4516416b4d] user: danielk1977 branch: trunk, size: 138045) | |
2007-05-02
| ||
16:51 | [29a39fdde5] part of check-in [83ab25014e] More fixes and improvements to the zeroblob() mechanism. (CVS 3900) (check-in: [83ab25014e] user: drh branch: trunk, size: 135500) | |
01:34 | [bf70db366a] part of check-in [7a01836dde] Begin adding the zeroblob API to support incremental blob i/o. (CVS 3894) (check-in: [7a01836dde] user: drh branch: trunk, size: 135367) | |
2007-04-27
| ||
17:16 | [f1271d4171] part of check-in [e92bd97a37] Make sure sqlite3_value_bytes() does not reformat the content after a call to sqlite3_value_blob(). Add documentation to explain this hazard. Add many new tests. Ticket #2321. (CVS 3880) (check-in: [e92bd97a37] user: drh branch: trunk, size: 134308) | |
2007-04-23
| ||
23:56 | [53b7eb5cba] part of check-in [25c1c7aaa8] Get the build working with -DSQLITE_OMIT_UTF16=1. Ticket #2314. (CVS 3865) (check-in: [25c1c7aaa8] user: drh branch: trunk, size: 131988) | |
2007-04-19
| ||
11:09 | [3a7810d1ff] part of check-in [8795d11c3c] Fix a bug whereby sqlite3_prepare_v2() could return both an out-of-memory error and a valid statement handle. (CVS 3858) (check-in: [8795d11c3c] user: danielk1977 branch: trunk, size: 131930) | |
2007-04-13
| ||
02:14 | [b96f80e68c] part of check-in [32bb2d5859] Fix multiple performance regressions (ticket #2298 among them) and add tests to make sure they do not come back. (CVS 3839) (check-in: [32bb2d5859] user: drh branch: trunk, size: 131885) | |
2007-04-09
| ||
12:45 | [9f85126e66] part of check-in [ce6f56ece8] Fix an obscure pager refcnt leak that occurs following a transient I/O error. (CVS 3829) (check-in: [ce6f56ece8] user: drh branch: trunk, size: 129928) | |
2007-04-06
| ||
21:42 | [35ad59fa1e] part of check-in [3471a2269f] Changes to test scripts to support alternative configurations. (CVS 3824) (check-in: [3471a2269f] user: drh branch: trunk, size: 129920) | |
2007-04-05
| ||
17:36 | [6021cbcede] part of check-in [7338e68e0f] New testfixture command: sqlite3_pager_refcounts. Returns a list of integers which is the pager refcount for each pager in the database. (CVS 3815) (check-in: [7338e68e0f] user: drh branch: trunk, size: 129390) | |
2007-04-02
| ||
12:29 | [018c5fa3d9] part of check-in [c036db6251] Fix for #2281. This was a problem with the test-case only. (CVS 3795) (check-in: [c036db6251] user: danielk1977 branch: trunk, size: 128465) | |
2007-03-31
| ||
15:02 | [0f94df69cd] part of check-in [c2badb208f] Improved test coverage for printf.c. (CVS 3780) (check-in: [c2badb208f] user: drh branch: trunk, size: 128257) | |
2007-03-27
| ||
14:44 | [439bba8da1] part of check-in [cbebfb8960] The -DSQLITE_OMIT_ATTACH=1 option now omits both the ATTACH and VACUUM commands. Ticket #2268. The regression test suite depends on both of these commands and will not run if compiled with this option. (CVS 3727) (check-in: [cbebfb8960] user: drh branch: trunk, size: 127176) | |
2007-03-26
| ||
22:05 | [7c8f2786db] part of check-in [0b832e218e] Modify sources to that they can be combined into a single sqlite3.c source file. Eliminate all type-pruned pointer warnings. (CVS 3722) (check-in: [0b832e218e] user: drh branch: trunk, size: 126953) | |
2007-02-24
| ||
13:53 | [b4ff8f82f8] part of check-in [8309858143] Additional tests and some improvements to the INSERT transfer optimization. More testing is needed. (CVS 3661) (check-in: [8309858143] user: drh branch: trunk, size: 126871) | |
2007-02-05
| ||
14:21 | [cb314bfa3e] part of check-in [fc969ad991] Set the MEM_Term flag when an internal string has a nul-terminator appended to it. Fix for #2213. (CVS 3627) (check-in: [fc969ad991] user: danielk1977 branch: trunk, size: 126744) | |
2007-01-09
| ||
14:01 | [053f522469] part of check-in [43fe7fc1c3] When an automatic re-prepare occurs, take care not to reset the internal schema symbol table. Ticket #2156. This change also includes some debugging enhancements. (CVS 3578) (check-in: [43fe7fc1c3] user: drh branch: trunk, size: 125373) | |
2007-01-03
| ||
23:37 | [1194cd78db] part of check-in [70a862702d] Clean up memory leaks and uninitialized variables detected by valgrind. Identify all tests where we deliberately derefence freed memory by adding a "-misuse" tag. (CVS 3550) (check-in: [70a862702d] user: drh branch: trunk, size: 124613) | |
2006-11-23
| ||
09:39 | [19786ff327] part of check-in [270c745dff] Add performance tests to the test suite. (CVS 3516) (check-in: [270c745dff] user: drh branch: trunk, size: 124609) | |
2006-11-09
| ||
00:24 | [3d0cb8837e] part of check-in [f1efae9224] First cut at adding the sqlite3_prepare_v2() API. Test cases added, but more testing would be useful. Still need to update the documentation. (CVS 3506) (check-in: [f1efae9224] user: drh branch: trunk, size: 122578) | |
2006-10-19
| ||
20:27 | [20ca02cba6] part of check-in [004ad1943f] fts2 support for testing. These are a prelude to adding some test scripts. (CVS 3480) (check-in: [004ad1943f] user: shess branch: trunk, size: 119319) | |
2006-09-15
| ||
07:28 | [47f1d62d90] part of check-in [ba579ddc43] Add support for extended result codes - additional result information carried in the higher bits of the integer return codes. This must be enabled using the sqlite3_extended_result_code() API. Only a few extra result codes are currently defined. (CVS 3422) (check-in: [ba579ddc43] user: drh branch: trunk, size: 119135) | |
2006-09-13
| ||
19:21 | [9c77e6ac13] part of check-in [f4ab546b2e] Remove unused malloc failure test. (Ticket #1976) Also include fixes for other problems discovered while investigating ticket #1976. (CVS 3415) (check-in: [f4ab546b2e] user: drh branch: trunk, size: 118229) | |
2006-09-10
| ||
03:34 | [e8213bf802] part of check-in [70bcff024b] Add some simple test cases for the OR and NOT logic of the fts1 module. Fix lots of bugs discovered while developing these test cases. (CVS 3400) (check-in: [70bcff024b] user: drh branch: trunk, size: 118167) | |
2006-09-04
| ||
15:53 | [c8c3b2fd9e] part of check-in [2c63588b45] Make sure strings returned by sqlite3_value_text() and sqlite3_value_text16() are always '\000'-terminated. (CVS 3391) (check-in: [2c63588b45] user: drh branch: trunk, size: 117985) | |
2006-09-02
| ||
14:50 | [cb3688f5d2] part of check-in [ca864ee913] Test for busted TCL builds that do not support 64-bit integers and print a warning message to users that test failures may be a result of the bad TCL build and not some problem with SQLite. Ticket #1953. (CVS 3386) (check-in: [ca864ee913] user: drh branch: trunk, size: 116611) | |
2006-07-06
| ||
10:59 | [535294d7f2] part of check-in [225a9597b2] Change sqlite3_busy_timeout so that it checks for an invalid database pointer. (CVS 3320) (check-in: [225a9597b2] user: drh branch: trunk, size: 115490) | |
2006-06-27
| ||
20:06 | [42c423aad0] part of check-in [eb3442c44e] Move the sqlite3_sleep() and sqlite3_clear_bindings() interfaces into the main library and make this official. (CVS 3316) (check-in: [eb3442c44e] user: drh branch: trunk, size: 114697) | |
15:16 | [4127f457e4] part of check-in [4692319ccf] The ability to load extensions is turned off by default. It must be enabled by calling sqlite3_enable_load_extension() before it will work. This prevents security problems in legacy applications. Ticket #1863. (CVS 3311) (check-in: [4692319ccf] user: drh branch: trunk, size: 114334) | |
12:51 | [d398aa0c22] part of check-in [8a49311d2f] All tests pass even if compiled with -DSQLITE_DEFAULT_FILE_FORMAT=1. (CVS 3308) (check-in: [8a49311d2f] user: drh branch: trunk, size: 113049) | |
07:34 | [bb8dd92a73] part of check-in [6521ee5f32] In test code, always use sqlite3_free() instead of free() to free error messages returned by sqlite3_exec(). (CVS 3303) (check-in: [6521ee5f32] user: danielk1977 branch: trunk, size: 112812) | |
2006-06-20
| ||
11:01 | [233d5c83d1] part of check-in [c6ea353bd9] Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) (check-in: [c6ea353bd9] user: danielk1977 branch: trunk, size: 112796) | |
2006-06-14
| ||
10:38 | [40f2077590] part of check-in [402a77c43d] Add some tests for sqlite3_load_extension(). (CVS 3239) (check-in: [402a77c43d] user: danielk1977 branch: trunk, size: 112763) | |
2006-06-11
| ||
23:41 | [88291fa667] part of check-in [898ec36b41] Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CVS 3211) (check-in: [898ec36b41] user: drh branch: trunk, size: 111298) | |
2006-03-19
| ||
13:00 | [becd9202b7] part of check-in [8ae6ccc715] Increase test coverage to above 98%. (CVS 3144) (check-in: [8ae6ccc715] user: drh branch: trunk, size: 111110) | |
2006-03-16
| ||
16:19 | [d1f210f3a2] part of check-in [6c5175bc0f] Fix some compiler warnings. (CVS 3140) (check-in: [6c5175bc0f] user: drh branch: trunk, size: 110504) | |
2006-02-16
| ||
18:16 | [9d299609a0] part of check-in [7a1701e8c5] Or the SQLITE_UTF16_ALIGNED with the encoding field in sqlite3_create_collation and UTF16 strings will always be aligned on an even byte boundary when passed into the comparison function. (CVS 3103) (check-in: [7a1701e8c5] user: drh branch: trunk, size: 110492) | |
2006-02-10
| ||
03:06 | [ca8cb34747] part of check-in [6ebb8f9bb2] Add a symbol P3_TRANSIENT to pass to VdbeSetColName() to make it copy the string parameter up to the first 0 byte. (CVS 3070) (check-in: [6ebb8f9bb2] user: danielk1977 branch: trunk, size: 108913) | |
02:27 | [58ab748e96] part of check-in [82f502cdc1] Add the column_origin_name() etc. APIs. (CVS 3069) (check-in: [82f502cdc1] user: danielk1977 branch: trunk, size: 108825) | |
2006-02-09
| ||
13:43 | [894df7bced] part of check-in [1ac72f68c0] Add the sqlite3_table_column_meta() API. (CVS 3062) (check-in: [1ac72f68c0] user: danielk1977 branch: trunk, size: 108344) | |
2006-01-24
| ||
10:58 | [ce715e15c8] part of check-in [153940af5a] General test coverage improvements. (CVS 3022) (check-in: [153940af5a] user: danielk1977 branch: trunk, size: 106439) | |
2006-01-23
| ||
07:52 | [846b3731af] part of check-in [f58bbdc0ac] Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993) (check-in: [f58bbdc0ac] user: danielk1977 branch: trunk, size: 105746) | |
2006-01-20
| ||
15:45 | [bcdd1978cb] part of check-in [fd4a6bb1ac] Fix and test the processing of sqlite3_result_error() withing aggregate functions. Allow errors to come from the step function (a new capability). Ticket #1632. (CVS 2981) (check-in: [fd4a6bb1ac] user: drh branch: trunk, size: 105705) | |
10:55 | [44e8f194ee] part of check-in [97491d4eb5] Handle some of the IO error conditions that may occur in a shared-cache context. (CVS 2980) (check-in: [97491d4eb5] user: danielk1977 branch: trunk, size: 104757) | |
2006-01-19
| ||
11:28 | [1f1c9cd74b] part of check-in [218c6184c8] Fix the #ifdef around sqlite3OutstandingMallocs() in test1.c. (CVS 2978) (check-in: [218c6184c8] user: drh branch: trunk, size: 104722) | |
07:18 | [b7051f5080] part of check-in [a628d84d31] Fix a bug with internally saving cursors open on index tables. Also increase coverage of util.c and btree.c. (CVS 2976) (check-in: [a628d84d31] user: danielk1977 branch: trunk, size: 104709) | |
2006-01-18
| ||
18:22 | [1c08d65338] part of check-in [c7b9d50d0a] Include the ThreadData structure in internal malloc() testing. Also fixes for revealed bugs. (CVS 2974) (check-in: [c7b9d50d0a] user: danielk1977 branch: trunk, size: 104620) | |
16:51 | [2ddf346a75] part of check-in [ac090f2ab3] Use a global variable protected by a mutex instead of thread-specific-data to record malloc() failures. (CVS 2972) (check-in: [ac090f2ab3] user: danielk1977 branch: trunk, size: 104606) | |
05:51 | [b076d9c42b] part of check-in [86eab9e53d] Handle malloc() failures that occur in open16() and errmsg16(). (CVS 2967) (check-in: [86eab9e53d] user: danielk1977 branch: trunk, size: 104731) | |
04:26 | [deb48cd5ab] part of check-in [95c5903f36] Handle malloc() failures that occur inside create_collation() calls. (CVS 2966) (check-in: [95c5903f36] user: danielk1977 branch: trunk, size: 104707) | |
2006-01-17
| ||
13:21 | [4dccd51f78] part of check-in [0505405fb9] Various fixes that allow the malloc() failure tests to pass again. (CVS 2963) (check-in: [0505405fb9] user: danielk1977 branch: trunk, size: 104482) | |
2006-01-16
| ||
15:32 | [b138bf5943] part of check-in [36b0325965] Fix problems compiling with memory-management enabled. Ticket #1619. (CVS 2960) (check-in: [36b0325965] user: danielk1977 branch: trunk, size: 104383) | |
2006-01-15
| ||
02:30 | [d21e94ea95] part of check-in [f68e05cb2b] Add tests and fix bugs in the new cross-thread lock resolution code. When an unlock fails, do not leak file descriptors (ticket #1611). But we really ought to report SQLITE_MISUSE or some other error instead of just returning SQLITE_OK. (CVS 2945) (check-in: [f68e05cb2b] user: drh branch: trunk, size: 104389) | |
00:13 | [22709543ac] part of check-in [03c422ecb5] Documentation updates. Fix to date.c. But most importantly: database connections are now allowed to change threads as long as they are not holding a lock. (CVS 2944) (check-in: [03c422ecb5] user: drh branch: trunk, size: 104330) | |
2006-01-11
| ||
23:40 | [30ed0d4d59] part of check-in [fb518b0ce4] Testing of the automatic TSD deallocation logic. The sqlite3_thread_cleanup() API is documented. This should close ticket #1601. (CVS 2920) (check-in: [fb518b0ce4] user: drh branch: trunk, size: 104008) | |
21:41 | [d38c9f4da2] part of check-in [5d9c6aa964] Automatically deallocate thread-specific data when it is no longer being used. Ticket #1601. Also implemented the suggestion of ticket #1603. Memory management is now off by default at compile-time. The sqlite3_enable_memory_management() API has been removed. (CVS 2919) (check-in: [5d9c6aa964] user: drh branch: trunk, size: 102664) | |
14:09 | [b2923fd22e] part of check-in [3970eb875d] Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917) (check-in: [3970eb875d] user: danielk1977 branch: trunk, size: 103174) | |
2006-01-09
| ||
16:12 | [5f634ce9aa] part of check-in [3e75d3d5ef] Fix some errors to do with attached databases and text encodings in shared-cache mode. (CVS 2895) (check-in: [3e75d3d5ef] user: danielk1977 branch: trunk, size: 102989) | |
09:59 | [a526810f7d] part of check-in [44f8e3139a] Add a runtime interface to enable memory-management features. (CVS 2894) (check-in: [44f8e3139a] user: danielk1977 branch: trunk, size: 102989) | |
06:29 | [25e687fcc3] part of check-in [82b81f69c7] Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893) (check-in: [82b81f69c7] user: danielk1977 branch: trunk, size: 102437) | |
2006-01-07
| ||
16:06 | [53c6c0f86e] part of check-in [e170e15766] Enable redefinable I/O if the SQLITE_ENABLE_REDEF_IO macro exists. (CVS 2883) (check-in: [e170e15766] user: drh branch: trunk, size: 102379) | |
2006-01-06
| ||
21:52 | [1171547fad] part of check-in [9d71b7deaf] Changes so that SQLITE_OMIT_PARSER and SQLITE_OMIT_DISKIO work. (CVS 2878) (check-in: [9d71b7deaf] user: drh branch: trunk, size: 102187) | |
14:32 | [8e62d29dbf] part of check-in [2529c2e11f] Change the OS interface layer to use traditional direct function call implementations instead of the more complicated virtual function table. Omit the asynchronous I/O demo. (CVS 2870) (check-in: [2529c2e11f] user: drh branch: trunk, size: 102111) | |
2006-01-05
| ||
15:50 | [89e25646fe] part of check-in [98194a45cc] Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit() out of tclsqlite.c and into test1.c. Update the TCL interface documention to describe the "exists" method. (CVS 2862) (check-in: [98194a45cc] user: drh branch: trunk, size: 101937) | |
2006-01-03
| ||
00:33 | [988dbac66c] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 100152) | |
2005-12-30
| ||
16:28 | [7374e6576e] part of check-in [2afcad9901] Add part of the btree layer of the shared-cache feature. (CVS 2848) (check-in: [2afcad9901] user: danielk1977 branch: trunk, size: 98986) | |
2005-12-20
| ||
09:19 | [4691cc7235] part of check-in [c2c5285442] Add simple tests and fixes for sqlite3_soft_heap_limit() (CVS 2837) (check-in: [c2c5285442] user: danielk1977 branch: trunk, size: 97855) | |
2005-12-14
| ||
20:11 | [d6924b1827] part of check-in [71a49d05bf] Properly zero-terminate UTF-16 collation names on an sqlite3_collation_needed16 callback. (CVS 2815) (check-in: [71a49d05bf] user: drh branch: trunk, size: 96272) | |
2005-12-12
| ||
06:53 | [e995c71321] part of check-in [1637f37960] Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814) (check-in: [1637f37960] user: danielk1977 branch: trunk, size: 95528) | |
2005-12-09
| ||
20:21 | [feae6cb2d7] part of check-in [590578bef8] More annoying and pointless signedness warnings fixed. (CVS 2811) (check-in: [590578bef8] user: drh branch: trunk, size: 95554) | |
14:39 | [96d78c83c0] part of check-in [3d177bde71] Define the sqliteMalloc() macro differently to avoid a compiler warning. (CVS 2809) (check-in: [3d177bde71] user: danielk1977 branch: trunk, size: 95464) | |
14:25 | [350129da26] part of check-in [601c335463] Many small changes to ensure memory is not leaked after malloc() fails. (CVS 2808) (check-in: [601c335463] user: danielk1977 branch: trunk, size: 95434) | |
2005-12-06
| ||
12:52 | [0b4bf8ab9a] part of check-in [e1606658f1] Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800) (check-in: [e1606658f1] user: danielk1977 branch: trunk, size: 94884) | |
2005-12-05
| ||
13:20 | [3d1803af32] part of check-in [9d6057cd14] Make sure sqlite3_result_text can handle text strings with embedded '\000' characters. (CVS 2798) (check-in: [9d6057cd14] user: drh branch: trunk, size: 94861) | |
2005-12-02
| ||
02:44 | [99b7c919ef] part of check-in [31251a9098] Add a test to verify that binding text with embedded '\000' works. Also comment changes in os.h. (CVS 2797) (check-in: [31251a9098] user: drh branch: trunk, size: 94835) | |
2005-11-30
| ||
03:20 | [014f00eda1] part of check-in [bd8740d1ae] Restructure the OS interface yet again. This time make the OsFile object a virtual base class which is subclassed for unix, windows, and the crash test simulator. Add the new file "os.c" for common os layer code. Move all OS-specific routines into the sqlite3Os structure. (CVS 2795) (check-in: [bd8740d1ae] user: drh branch: trunk, size: 94616) | |
2005-11-29
| ||
03:13 | [c2c307a4cb] part of check-in [058f317538] Make the OsFile structure opaque with its internal structure known only to the appropriate os_*.c implementation. Omit the os_unix.h and os_win.h include files. The crash tests are broken by this patch. (CVS 2791) (check-in: [058f317538] user: drh branch: trunk, size: 94628) | |
2005-11-26
| ||
00:25 | [415c9c4571] part of check-in [1f69aec285] Modify the OS layer so that I/O routines are called through a virtual function table. The os_test.c module has been replaced by test6.c. The crash tests are busted now and need to be fixed. (CVS 2785) (check-in: [1f69aec285] user: drh branch: trunk, size: 94712) | |
2005-11-25
| ||
10:38 | [7a4e6f08ed] part of check-in [f1298bb103] Add the compilation option SQLITE_DISABLE_DIRSYNC (CVS 2782) (check-in: [f1298bb103] user: danielk1977 branch: trunk, size: 95270) | |
09:01 | [7969c2b104] part of check-in [f882a516da] If SQLITE_DISABLE_LFS is defined, omit the bigfile tests. (CVS 2781) (check-in: [f882a516da] user: danielk1977 branch: trunk, size: 95078) | |
2005-11-03
| ||
00:41 | [77506b6b88] part of check-in [2313d912ba] First cut at supporting CHECK constraints. Everything appears to work, but much more testing is needed as well as documentation. (CVS 2754) (check-in: [2313d912ba] user: drh branch: trunk, size: 94890) | |
2005-09-19
| ||
13:15 | [0f1a66f65a] part of check-in [41e226d2ff] The sqlite3_query_plan debugging variable now only appears with SQLITE_TEST=1. (CVS 2721) (check-in: [41e226d2ff] user: drh branch: trunk, size: 94707) | |
12:37 | [8ae32b32c8] part of check-in [86eb7d8363] Change some debugging #defines in order to get SSE working again after recent upgrades. (CVS 2719) (check-in: [86eb7d8363] user: drh branch: trunk, size: 94655) | |
2005-09-06
| ||
21:40 | [b569b60e35] part of check-in [b86bd70f30] Changes to reduce the amount of stack space required. (CVS 2661) (check-in: [b86bd70f30] user: drh branch: trunk, size: 94655) | |
2005-09-05
| ||
19:08 | [006fafaa34] part of check-in [3ec58c673a] Use the unicode API to win32 where available. Tickets #1407, #1396, #1331, #1243, #1206 (CVS 2656) (check-in: [3ec58c673a] user: drh branch: trunk, size: 93947) | |
2005-09-01
| ||
12:16 | [ca4b959ce0] part of check-in [81259a01f1] All regression tests now pass with the new bounded-memory sort code. There is still lots of opportunity for optimization, however. (CVS 2654) (check-in: [81259a01f1] user: drh branch: trunk, size: 93795) | |
2005-08-30
| ||
19:30 | [97425910c6] part of check-in [0f7a53f78d] Fix printf.c so that it handles 10.0 correctly. (CVS 2643) (check-in: [0f7a53f78d] user: drh branch: trunk, size: 93722) | |
2005-08-29
| ||
23:00 | [810b7563b0] part of check-in [ed2ca0873f] Increase resolution of time-of-day on unix. Add an experimental sqlite3_profile() API. (CVS 2639) (check-in: [ed2ca0873f] user: drh branch: trunk, size: 92693) | |
2005-08-19
| ||
00:14 | [6a36fa85e9] part of check-in [2fe0ac4fa4] Bring testing coverage of the analyze.c file up to 100%. Bugs found and fixed in the process. (CVS 2599) (check-in: [2fe0ac4fa4] user: drh branch: trunk, size: 92510) | |
2005-08-14
| ||
01:20 | [a2333add4a] part of check-in [72ee21c05e] The case_sensitive_like pragma added. Test cases added for the LIKE optimization. (CVS 2592) (check-in: [72ee21c05e] user: drh branch: trunk, size: 92318) | |
2005-08-11
| ||
02:10 | [8a2b5ccc4b] part of check-in [fa7403c7d9] Improve the error message associated with SQLITE_FULL. Ticket #1353. Also remove error messages for obsolete error codes SQLITE_INTERNAL, SQLITE_NOTFOUND, and SQLITE_TOOBIG. (CVS 2580) (check-in: [fa7403c7d9] user: drh branch: trunk, size: 91586) | |
2005-08-02
| ||
21:42 | [c809e46968] part of check-in [fb7a258fd3] Comment out the use of memory high-water marks when not compiling with SQLITE_MEMDEBUG. (CVS 2577) (check-in: [fb7a258fd3] user: drh branch: trunk, size: 91781) | |
2005-07-23
| ||
22:59 | [4268e81180] part of check-in [86ce56ccea] A new optimizer that breaks a lot of tests. But none of them critically, I think. Nevertheless, there is a lot of work ahead to stabilize the code. (CVS 2564) (check-in: [86ce56ccea] user: drh branch: trunk, size: 91751) | |
2005-07-20
| ||
14:31 | [722c1444b5] part of check-in [ac669f56c0] Extra memory usage instrumentation added. (CVS 2553) (check-in: [ac669f56c0] user: drh branch: trunk, size: 91623) | |
2005-07-15
| ||
23:24 | [1dea8df4ab] part of check-in [578490c913] Fix bugs in the new query plan instrumention logic. (CVS 2549) (check-in: [578490c913] user: drh branch: trunk, size: 91352) | |
13:05 | [889257e281] part of check-in [dfd5fd77b0] Add test instrumentation that will be needed during the development of forthcoming optimizer enhancements. (CVS 2548) (check-in: [dfd5fd77b0] user: drh branch: trunk, size: 91304) | |
2005-07-08
| ||
12:13 | [83ead44dea] part of check-in [05b6ac9a76] Add infrastructure for the ANALYZE command. Does not yet actually do anything. (CVS 2537) (check-in: [05b6ac9a76] user: drh branch: trunk, size: 91162) | |
2005-06-25
| ||
19:31 | [b2885afb71] part of check-in [8c99dca60a] The TCL interface binds variables as BLOB only if they have a bytearray representation but no text representation. Ticket #1287. (CVS 2528) (check-in: [8c99dca60a] user: drh branch: trunk, size: 90763) | |
18:42 | [96314a0567] part of check-in [17631785f9] Remove the blob(), text() and numeric() functions added in (2524) and replace them with the standard CAST operator. Ticket #1287. (CVS 2527) (check-in: [17631785f9] user: drh branch: trunk, size: 90763) | |
2005-06-12
| ||
22:01 | [5956d1c61b] part of check-in [21d44fa5e7] Documentation updates (ticket #1279). Add the sqlite3_db_handle API. (ticket #1275). (CVS 2507) (check-in: [21d44fa5e7] user: drh branch: trunk, size: 90583) | |
2005-06-07
| ||
07:58 | [1ab9e62dd5] part of check-in [f2ce662e81] Add "#ifndef OMIT_DISKIO" condition around sqlite3_opentemp_count variable in test interface code. (CVS 2501) (check-in: [f2ce662e81] user: danielk1977 branch: trunk, size: 90594) | |
02:12 | [2ba6be1ffd] part of check-in [914d6e6549] Add tests to make sure statement journals are only opened when necessary. (CVS 2500) (check-in: [914d6e6549] user: drh branch: trunk, size: 90554) | |
2005-06-06
| ||
17:54 | [e9c26134a1] part of check-in [12c32f139b] Return SQLITE_MISUSE when passing a NULL pointer into sqlite3_bind routines. Ticket #1219. (CVS 2497) (check-in: [12c32f139b] user: drh branch: trunk, size: 90417) | |
2005-05-27
| ||
09:41 | [ad04983979] part of check-in [3ac4a212bd] Minor changes to help build and test SSE. (CVS 2487) (check-in: [3ac4a212bd] user: danielk1977 branch: trunk, size: 90360) | |
2005-05-26
| ||
16:23 | [6a8943111d] part of check-in [4a7f127585] Add an experimental sqlite3_get_autocommit() API used to test whether or not changes are committed automatically. (CVS 2486) (check-in: [4a7f127585] user: drh branch: trunk, size: 90284) | |
2005-04-28
| ||
17:18 | [4ad7ffe5a7] part of check-in [6863703abc] Enhancements to allow for extensions. (CVS 2448) (check-in: [6863703abc] user: drh branch: trunk, size: 89636) | |
2005-04-22
| ||
02:38 | [adbf44d01e] part of check-in [88b39436f0] Remove some vestigal code. Add the experimental sqlite3_transfer_bindings() API. (CVS 2446) (check-in: [88b39436f0] user: drh branch: trunk, size: 89222) | |
2005-03-29
| ||
03:10 | [32a158ca4a] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 88460) | |
2005-03-21
| ||
04:04 | [13d1d2198b] part of check-in [1f9d10d796] Add function to recover from a malloc() failure. (CVS 2414) (check-in: [1f9d10d796] user: danielk1977 branch: trunk, size: 88274) | |
2005-03-11
| ||
04:41 | [dd3e4961f3] part of check-in [ace3e30de1] Fixes so that the FULLSYNC changes will build on windows. They do not have any effect, but neither do they cause errors. (CVS 2377) (check-in: [ace3e30de1] user: drh branch: trunk, size: 87631) | |
2005-03-10
| ||
14:11 | [3ef73fd922] part of check-in [58b8733b96] Disable F_FULLSYNC if the sychronous pragma is not set to FULL. (CVS 2372) (check-in: [58b8733b96] user: drh branch: trunk, size: 87598) | |
2005-02-26
| ||
18:10 | [7b11aafae2] part of check-in [c167e90542] Add the SQLITE_OMIT_FLAG_PRAGMAS compile-time option. (CVS 2362) (check-in: [c167e90542] user: drh branch: trunk, size: 87349) | |
17:31 | [99bfdba919] part of check-in [bb0e7e3857] Fix an assertion fault that can occur while autovacuuming a corrupt database file. Add the SQLITE_OMIT_COMPLETE compile-time parameter. (CVS 2361) (check-in: [bb0e7e3857] user: drh branch: trunk, size: 87306) | |
2005-02-17
| ||
00:03 | [8b3c7c1765] part of check-in [c5366deaf5] Compile-time option to limit the size of AUTOINCREMENT rowids to 32-bits. (CVS 2349) (check-in: [c5366deaf5] user: drh branch: trunk, size: 87050) | |
2005-02-04
| ||
04:07 | [feac8a742a] part of check-in [2eb9087055] Remove code for SQL cursors. (CVS 2312) (check-in: [2eb9087055] user: danielk1977 branch: trunk, size: 86870) | |
2005-01-25
| ||
04:27 | [8c320f043b] part of check-in [cabab62bc1] Prevent collation sequences and user functions from being deleted or changed while SQL statements are executing. (CVS 2275) (check-in: [cabab62bc1] user: danielk1977 branch: trunk, size: 87056) | |
2005-01-22
| ||
03:03 | [0a71a15065] part of check-in [df648d50c0] Add the experimental sqlite3_expired() API. (CVS 2263) (check-in: [df648d50c0] user: drh branch: trunk, size: 85433) | |
2005-01-21
| ||
11:55 | [35c055c934] part of check-in [9c4d0e13e8] Improve test coverage for minimum feature builds. (CVS 2254) (check-in: [9c4d0e13e8] user: danielk1977 branch: trunk, size: 84806) | |
03:12 | [c4f2a1d6ad] part of check-in [bb0254ab14] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) (check-in: [bb0254ab14] user: danielk1977 branch: trunk, size: 84804) | |
2005-01-20
| ||
01:14 | [59fc0f0c35] part of check-in [9480209e86] Add the experimental sqlite3_sleep() and sqlite3_clear_bindings() APIs. (CVS 2237) (check-in: [9480209e86] user: danielk1977 branch: trunk, size: 84612) | |
2005-01-19
| ||
23:24 | [b2fd5e5045] part of check-in [d8b2a7e091] Continued refactoring of the name resolution logic and query optimizer. (CVS 2236) (check-in: [d8b2a7e091] user: drh branch: trunk, size: 83552) | |
2005-01-13
| ||
02:14 | [2e27b110ba] part of check-in [8378455f32] Fixes to 'configure' build system. Also extra coverage for main.c. (CVS 2204) (check-in: [8378455f32] user: danielk1977 branch: trunk, size: 83411) | |
2005-01-12
| ||
12:44 | [540e1f51cf] part of check-in [4e28c82ada] Tests to improve coverage of main.c. (CVS 2202) (check-in: [4e28c82ada] user: danielk1977 branch: trunk, size: 83399) | |
07:15 | [30584dd0b7] part of check-in [319bb4a906] Tests to improve coverage of vdbemem.c. (CVS 2200) (check-in: [319bb4a906] user: danielk1977 branch: trunk, size: 83251) | |
2005-01-11
| ||
16:54 | [d684fb31dc] part of check-in [3f46cd7767] Improved test coverage for vdbeaux.c. (CVS 2195) (check-in: [3f46cd7767] user: drh branch: trunk, size: 83246) | |
15:28 | [ad1b46266b] part of check-in [ad451a2ddc] Improved test coverage for util.c. (CVS 2194) (check-in: [ad451a2ddc] user: drh branch: trunk, size: 82752) | |
2004-11-22
| ||
19:12 | [b7d94c54e5] part of check-in [fc8c1393c8] Add initial infrastructure for cursors. In where.c, optimize out clauses of the form "ORDER BY rowid" if a table scan is being performed. Do a reverse table scan if "ORDER BY rowid DESC" is present. (CVS 2141) (check-in: [fc8c1393c8] user: drh branch: trunk, size: 81771) | |
2004-11-20
| ||
19:18 | [21b1cc9358] part of check-in [519bc9d997] Rig the sqliteMalloc() routine so that we can make it fail multiple times in a row. Modify the malloc.test procedure to make malloc fail in this way and verify that the failures are still handled correctly. (CVS 2121) (check-in: [519bc9d997] user: drh branch: trunk, size: 81585) | |
2004-11-19
| ||
07:07 | [33818d5894] part of check-in [0514107bff] When dropping a table, update the sqlite_sequence table first, as auto-vacuum mode may need to move sqlite_sequence when the btree table is dropped. (CVS 2113) (check-in: [0514107bff] user: danielk1977 branch: trunk, size: 81106) | |
2004-11-14
| ||
21:56 | [8c330b53aa] part of check-in [98c7a55478] The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100) (check-in: [98c7a55478] user: drh branch: trunk, size: 81098) | |
04:04 | [af2cc68644] part of check-in [59a0a8b7ce] Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099) (check-in: [59a0a8b7ce] user: drh branch: trunk, size: 81065) | |
2004-11-13
| ||
15:59 | [4d671e27cc] part of check-in [dcbc0c22cf] More compile-time options for removing components. (CVS 2098) (check-in: [dcbc0c22cf] user: drh branch: trunk, size: 80486) | |
03:48 | [bbd404d6ee] part of check-in [10c712a219] Autoincrement is now working and has regression tests. (CVS 2095) (check-in: [10c712a219] user: drh branch: trunk, size: 79568) | |
2004-11-12
| ||
15:53 | [f4dca9e072] part of check-in [c4115aa3a1] Add authorization callbacks to ALTER TABLE. (CVS 2093) (check-in: [c4115aa3a1] user: danielk1977 branch: trunk, size: 79342) | |
2004-11-10
| ||
15:27 | [e80e070fe7] part of check-in [0747b55882] Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087) (check-in: [0747b55882] user: danielk1977 branch: trunk, size: 79146) | |
2004-11-05
| ||
23:46 | [91345097d9] part of check-in [11dba47e61] First cut at a REINDEX command. Basic testing only. No documentation. (CVS 2072) (check-in: [11dba47e61] user: drh branch: trunk, size: 78703) | |
2004-11-03
| ||
16:27 | [df1d1ca2c4] part of check-in [b11fc9b3f3] Update tests to work even if some features of the library are disabled. (CVS 2050) (check-in: [b11fc9b3f3] user: drh branch: trunk, size: 78515) | |
2004-10-31
| ||
02:22 | [cc5bc94006] part of check-in [be661acfa8] Insert #ifdefs that can optionally remove features at compiletime resulting in a database engine with a smaller footprint. (CVS 2034) (check-in: [be661acfa8] user: drh branch: trunk, size: 78389) | |
2004-10-30
| ||
20:23 | [23fd408327] part of check-in [2aa506ccb0] Begin adding the ability to remove unused features at compile-time and still have all the tests pass. (CVS 2033) (check-in: [2aa506ccb0] user: drh branch: trunk, size: 77237) | |
2004-09-30
| ||
13:43 | [3d78e5d827] part of check-in [d0f1dc5898] Allow functions to be created when there are outstanding VMs. (Ticket #926) Fix problems with sqlite3_errcode(). Add tests for sqlite3_errcode(). (CVS 1989) (check-in: [d0f1dc5898] user: drh branch: trunk, size: 74808) | |
2004-09-08
| ||
20:13 | [1305825c29] part of check-in [39755d2166] More changes directed at getting things to work on 64-bit platforms. (CVS 1949) (check-in: [39755d2166] user: drh branch: trunk, size: 72584) | |
2004-09-07
| ||
16:19 | [e7df555600] part of check-in [435b3f301f] Wildcards with the same name map into the same variable number. New api sqlite3_bind_parameter_index() added to map wildcard names into wildcard index numbers. Support for "?nnn" wildcards. (CVS 1945) (check-in: [435b3f301f] user: drh branch: trunk, size: 73594) | |
2004-09-06
| ||
17:24 | [0a7ae23d82] part of check-in [3ddf5a9d1c] Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3 connection now *must* be called "sqlite3". You cannot call it "sqlite". This might break existing code. (CVS 1941) (check-in: [3ddf5a9d1c] user: drh branch: trunk, size: 72903) | |
2004-08-29
| ||
23:42 | [3670f318c4] part of check-in [431f7436a6] Change the name of the global variable to sqlite3_temp_directory to avoid a naming conflict with version 2.8. (CVS 1918) (check-in: [431f7436a6] user: drh branch: trunk, size: 72888) | |
2004-08-20
| ||
18:34 | [b87fae63b2] part of check-in [e97c331362] Tcl interface transfers values directly between SQLite and Tcl_Objs, without at translation to strings. (CVS 1898) (check-in: [e97c331362] user: drh branch: trunk, size: 72886) | |
16:02 | [896580d200] part of check-in [d3be0b7c5a] Add support for named wildcards in SQL statements. (CVS 1897) (check-in: [d3be0b7c5a] user: drh branch: trunk, size: 72226) | |
2004-08-14
| ||
17:10 | [56e7980918] part of check-in [fce56ba6a3] Add the ability to specify a alternative temporary file directory using the "sqlite_temp_directory" global variable. (CVS 1885) (check-in: [fce56ba6a3] user: drh branch: trunk, size: 71438) | |
2004-07-26
| ||
12:24 | [9389fafc3c] part of check-in [e3cad1ab62] Fix problems for 64-bit machines and when SQLITE_OMIT_AUTHORIZATION is defined. (CVS 1868) (check-in: [e3cad1ab62] user: drh branch: trunk, size: 70859) | |
2004-07-22
| ||
15:02 | [ef00096c28] part of check-in [b0a3becd82] Fix bugs associated with the codec. (CVS 1846) (check-in: [b0a3becd82] user: drh branch: trunk, size: 71657) | |
2004-07-17
| ||
21:56 | [004885b49a] part of check-in [4f56db1149] mprintf() correctly handles "%s","". Fix for ticket #812. (CVS 1800) (check-in: [4f56db1149] user: drh branch: trunk, size: 70192) | |
2004-07-15
| ||
14:15 | [d491aea9d4] part of check-in [c44943e6fe] Implement the experimental sqlite3_bind_parameter_count() API in support of DBD::SQLite. Also fix the sqlite3.def export list. (CVS 1797) (check-in: [c44943e6fe] user: drh branch: trunk, size: 69344) | |
2004-06-30
| ||
08:20 | [470430e194] part of check-in [fa19c77bf0] Fixes for compiler warnings. Also more coverage. (CVS 1775) (check-in: [fa19c77bf0] user: danielk1977 branch: trunk, size: 68752) | |
04:02 | [ad2ae36959] part of check-in [68ac322137] Improve test coverage of util.c (CVS 1773) (check-in: [68ac322137] user: drh branch: trunk, size: 68178) | |
2004-06-29
| ||
13:18 | [151df224f7] part of check-in [15a084e9ea] Test cases intended to improve coverage of main.c. (CVS 1763) (check-in: [15a084e9ea] user: danielk1977 branch: trunk, size: 67883) | |
2004-06-26
| ||
09:50 | [0eca68f6e7] part of check-in [0af3ff3942] Minor fixes related to the tests in misuse.test (CVS 1738) (check-in: [0af3ff3942] user: danielk1977 branch: trunk, size: 65765) | |
2004-06-25
| ||
12:08 | [e4e0ae8af8] part of check-in [dfab1e9ac0] Fix CVS merge problem. (CVS 1693) (check-in: [dfab1e9ac0] user: danielk1977 branch: trunk, size: 66187) | |
01:10 | [fcf1a914c2] part of check-in [200cd3baf6] Fix signed integer problems in vxprintf. Ticket #778. Also remove some dead code from util.c. (CVS 1685) (check-in: [200cd3baf6] user: drh branch: trunk, size: 61586) | |
2004-06-23
| ||
12:35 | [2504259e29] part of check-in [f31c84a64f] Fix a bug in the previous checkin. (CVS 1677) (check-in: [f31c84a64f] user: danielk1977 branch: trunk, size: 65257) | |
12:15 | [821dcde84c] part of check-in [db6bab5748] Add some tests for user functions that prefer various text encodings. (CVS 1676) (check-in: [db6bab5748] user: danielk1977 branch: trunk, size: 65212) | |
10:43 | [a7e559240e] part of check-in [41868d79ac] Test cases to verify recovery after a crash. (CVS 1675) (check-in: [41868d79ac] user: danielk1977 branch: trunk, size: 60711) | |
2004-06-22
| ||
13:12 | [7ecde02fde] part of check-in [64a6d80517] Add crash.test script. (CVS 1660) (check-in: [64a6d80517] user: danielk1977 branch: trunk, size: 60664) | |
12:46 | [cd1284a7e6] part of check-in [be6bd6c99d] Add comments to test1.c. (CVS 1659) (check-in: [be6bd6c99d] user: drh branch: trunk, size: 60656) | |
12:18 | [9a9d9069c1] part of check-in [ecdb93d3c9] Improve the os_test.c module. (CVS 1657) (check-in: [ecdb93d3c9] user: danielk1977 branch: trunk, size: 58725) | |
2004-06-19
| ||
08:18 | [ee426e026a] part of check-in [728d57ff55] Remove the iCollate argument from sqlite3_create_function() (CVS 1632) (check-in: [728d57ff55] user: danielk1977 branch: trunk, size: 58224) | |
03:33 | [19858f61aa] part of check-in [61819740fe] Update sqlite3_close() API to match documentation. (CVS 1630) (check-in: [61819740fe] user: danielk1977 branch: trunk, size: 58231) | |
2004-06-18
| ||
04:24 | [963f4417d1] part of check-in [39a415eaa6] Optimisation for unicode encoding conversion routines. (CVS 1614) (check-in: [39a415eaa6] user: danielk1977 branch: trunk, size: 58164) | |
2004-06-15
| ||
02:44 | [49c69d360c] part of check-in [4f5e253082] (1) Vdbe makes a copy of column types. (2) Don't invalidate other cursors when a statement or transaction is rolled back. (3) Update capi2.test for the new API. (CVS 1597) (check-in: [4f5e253082] user: danielk1977 branch: trunk, size: 58134) | |
2004-06-12
| ||
09:25 | [e7588e3e55] part of check-in [5903f53828] (1) Modifications to the user-function interface and (2) Internal changes to automatically created indices. (CVS 1575) (check-in: [5903f53828] user: danielk1977 branch: trunk, size: 57643) | |
2004-06-10
| ||
14:01 | [5f5c0773df] part of check-in [49ab4794e1] Correctly handle the situation where a collation sequence is available, but not in the preferred encoding. (CVS 1565) (check-in: [49ab4794e1] user: danielk1977 branch: trunk, size: 57437) | |
2004-06-09
| ||
17:37 | [f78d6ac067] part of check-in [dc0763455b] Fixes to the file locking. 109 tests are now failing. (CVS 1548) (check-in: [dc0763455b] user: drh branch: trunk, size: 53997) | |
14:01 | [fa01e3db09] part of check-in [428b685b71] Change the MEMORY_DEBUG macro to SQLITE_DEBUG. (CVS 1546) (check-in: [428b685b71] user: drh branch: trunk, size: 53988) | |
09:55 | [73770f2cd2] part of check-in [c634e71f19] Some progress on user-defined collation sequences. (CVS 1544) (check-in: [c634e71f19] user: danielk1977 branch: trunk, size: 53996) | |
2004-06-08
| ||
00:02 | [416a37411f] part of check-in [62e31f396c] Remove the third argument from the sqlite3_open() API. (CVS 1540) (check-in: [62e31f396c] user: danielk1977 branch: trunk, size: 54952) | |
2004-06-07
| ||
16:27 | [b249820182] part of check-in [0c2d169cf3] More work on windows locking. Fix some problems with unix locking. There is still an assertion failure on windows locking in attach2.test. (CVS 1539) (check-in: [0c2d169cf3] user: drh branch: trunk, size: 54950) | |
2004-06-01
| ||
14:09 | [4a3cc1b628] part of check-in [023d1760c1] Unix version of sqlite3OsLock(). (CVS 1520) (check-in: [023d1760c1] user: danielk1977 branch: trunk, size: 54839) | |
2004-05-31
| ||
23:56 | [42c494918e] part of check-in [af8e2006d8] Remove the sqlite3_error_string() API. (CVS 1514) (check-in: [af8e2006d8] user: danielk1977 branch: trunk, size: 51071) | |
19:34 | [60a589a17a] part of check-in [f3b80bbb97] Change the name of the sqlite3_freemem API function to just sqlite3_free. (CVS 1512) (check-in: [f3b80bbb97] user: drh branch: trunk, size: 51077) | |
18:51 | [187992df6d] part of check-in [adf7e29ff6] Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CVS 1511) (check-in: [adf7e29ff6] user: drh branch: trunk, size: 51089) | |
2004-05-27
| ||
14:23 | [3293447836] part of check-in [c85e5f1528] Enhance the C function used to test sqlite3_create_function() from Tcl. (CVS 1476) (check-in: [c85e5f1528] user: danielk1977 branch: trunk, size: 51104) | |
13:55 | [70bf9b1702] part of check-in [42247b2fb0] Test sqlite3_bind_blob(). (CVS 1475) (check-in: [42247b2fb0] user: danielk1977 branch: trunk, size: 50930) | |
10:30 | [08da53d31d] part of check-in [c9e3015faf] A few more bugfixes. Test cases pass now. (CVS 1472) (check-in: [c9e3015faf] user: danielk1977 branch: trunk, size: 50930) | |
09:28 | [32c2135b95] part of check-in [67a140cf78] Various bugfixes. 68 Test cases still fail. (CVS 1471) (check-in: [67a140cf78] user: danielk1977 branch: trunk, size: 50850) | |
01:49 | [ff7cc8729c] part of check-in [74097ecdb0] More test cases for the new query API. (CVS 1468) (check-in: [74097ecdb0] user: danielk1977 branch: trunk, size: 49500) | |
01:04 | [039659c18c] part of check-in [d72adf0c52] Add TCL test bindings and some more test cases for the new query API. (CVS 1467) (check-in: [d72adf0c52] user: danielk1977 branch: trunk, size: 48809) | |
2004-05-26
| ||
23:25 | [f9d1e36b87] part of check-in [bba6684d50] Refactoring of the vdbe Mem functions and the APIs that deal with them. The code will not compile in its current state. (CVS 1465) (check-in: [bba6684d50] user: drh branch: trunk, size: 48515) | |
13:27 | [f8dacbbdfa] part of check-in [ce8b152034] Ensure the type of an sqlite3_value* is not modified by calls to sqlite3_value_*() calls. (CVS 1463) (check-in: [ce8b152034] user: danielk1977 branch: trunk, size: 48511) | |
10:11 | [e9509ec479] part of check-in [d5659f2ee6] Add some tests for the new API. Many more to come. (CVS 1462) (check-in: [d5659f2ee6] user: danielk1977 branch: trunk, size: 49199) | |
06:58 | [d2e0b5e8a1] part of check-in [93bb958d93] Remove the show_datatypes pragma. (CVS 1461) (check-in: [93bb958d93] user: danielk1977 branch: trunk, size: 45633) | |
06:18 | [d23bf61826] part of check-in [0317bef4b0] Use the new form of the sqlite3_create_function() API. (CVS 1460) (check-in: [0317bef4b0] user: danielk1977 branch: trunk, size: 46625) | |
02:04 | [a9f40903f6] part of check-in [17e7db488d] Use the new API calls more consistently. (CVS 1459) (check-in: [17e7db488d] user: danielk1977 branch: trunk, size: 46563) | |
00:07 | [616c288a49] part of check-in [e83138250c] More changes to do with the new sqlite3_step() API. (CVS 1458) (check-in: [e83138250c] user: danielk1977 branch: trunk, size: 46850) | |
2004-05-25
| ||
23:35 | [81525798a9] part of check-in [9385ad5ca8] Move the sqlite3_exec() function to legacy.c. (CVS 1455) (check-in: [9385ad5ca8] user: danielk1977 branch: trunk, size: 47423) | |
12:05 | [cf86941c23] part of check-in [8f6b20c293] Change a couple of symbol names for the new user function API. (CVS 1454) (check-in: [8f6b20c293] user: danielk1977 branch: trunk, size: 47658) | |
11:47 | [ae2886e9c1] part of check-in [4eccae03b4] Use the new API for returning values and errors from user functions. (CVS 1453) (check-in: [4eccae03b4] user: danielk1977 branch: trunk, size: 47650) | |
2004-05-24
| ||
23:48 | [045cdd926a] part of check-in [5c28ed5e9b] Aggregate functions also use sqlite_value* instead of const char * for arguments. (CVS 1451) (check-in: [5c28ed5e9b] user: danielk1977 branch: trunk, size: 47679) | |
12:39 | [27a5994f6c] part of check-in [1e47d7384d] Non-aggregate SQL functions use sqlite_value* instead of const char * for argument values. (CVS 1449) (check-in: [1e47d7384d] user: danielk1977 branch: trunk, size: 47641) | |
2004-05-22
| ||
10:33 | [b5f2f9f9d8] part of check-in [d7551df8c3] Add a couple of tests for UTF-16 databases. (CVS 1438) (check-in: [d7551df8c3] user: danielk1977 branch: trunk, size: 47452) | |
09:21 | [4ed0aee9bd] part of check-in [b449217318] Use the new form of the sqlite3_open() API everywhere. (CVS 1437) (check-in: [b449217318] user: danielk1977 branch: trunk, size: 45659) | |
2004-05-21
| ||
10:08 | [e5ba63a9a3] part of check-in [fc94575d77] Further work on the new API. All the functions to execute queries are there now. (CVS 1427) (check-in: [fc94575d77] user: danielk1977 branch: trunk, size: 45663) | |
01:47 | [c72aed6060] part of check-in [307b55006c] Add new sqlite3_open() and sqlite3_open16() APIs. (CVS 1423) (check-in: [307b55006c] user: danielk1977 branch: trunk, size: 45244) | |
2004-05-20
| ||
22:16 | [5ba6352c8d] part of check-in [a6cb09d7af] Add internal support for collating sequences. This breaks 244 tests. (CVS 1420) (check-in: [a6cb09d7af] user: drh branch: trunk, size: 45709) | |
11:00 | [cc6061579f] part of check-in [2821767b94] Add some more elements of the new API. (CVS 1416) (check-in: [2821767b94] user: danielk1977 branch: trunk, size: 44782) | |
01:12 | [9b068ec548] part of check-in [e8f980d842] Add support for the new sqlite3_bind_*() APIs. (CVS 1410) (check-in: [e8f980d842] user: danielk1977 branch: trunk, size: 37682) | |
2004-05-13
| ||
11:34 | [12ef76b8aa] part of check-in [dbe8385ecf] Various minor fixes and updates to make more test cases pass. (CVS 1370) (check-in: [dbe8385ecf] user: danielk1977 branch: trunk, size: 31639) | |
2004-05-11
| ||
06:17 | [ba4c259859] part of check-in [16078fe0ea] Minor changes to the vdbe so that more tests pass. (CVS 1352) (check-in: [16078fe0ea] user: danielk1977 branch: trunk, size: 31644) | |
2004-05-10
| ||
10:34 | [79956f70dd] part of check-in [2242423e31] Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) (check-in: [2242423e31] user: danielk1977 branch: trunk, size: 31648) | |
2004-05-08
| ||
08:23 | [67a72fa1f5] part of check-in [8af6474c49] Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) (check-in: [8af6474c49] user: danielk1977 branch: trunk, size: 31529) | |
2004-05-07
| ||
00:57 | [4ae20bc125] part of check-in [c90ed20dc4] Add the sqlite_temp_directory global variable which, if set, defines the directory in which temporary files are created. (CVS 1316) (check-in: [c90ed20dc4] user: drh branch: version_2, size: 31652) | |
2004-02-22
| ||
17:49 | [9aa62b89d4] part of check-in [9b3bcde153] Code cleanup in the date and time functions. (CVS 1263) (check-in: [9b3bcde153] user: drh branch: trunk, size: 31510) | |
2004-02-21
| ||
19:41 | [bf07ff6666] part of check-in [96a6d2d3ff] Test cases for printf of double overflows. (CVS 1260) (check-in: [96a6d2d3ff] user: drh branch: trunk, size: 31507) | |
19:02 | [ec7b13dec8] part of check-in [2756f7af33] Cleanup the printf code to make it smaller and more modular. Fix a memory leak in the new OP_ContextPush opcode. (CVS 1258) (check-in: [2756f7af33] user: drh branch: trunk, size: 30531) | |
2004-02-08
| ||
18:07 | [56e9a156df] part of check-in [93ccd1b1d6] Perpare for the 2.8.12 release. (CVS 1212) (check-in: [93ccd1b1d6] user: drh branch: trunk, size: 30536) | |
2004-01-07
| ||
19:24 | [e8652055d0] part of check-in [03636c94a5] Permit sqlite_exec() to be called from within user-defined functions. (CVS 1166) (check-in: [03636c94a5] user: drh branch: trunk, size: 30397) | |
2004-01-06
| ||
00:44 | [1d297ca6c0] part of check-in [23fa407d50] Add the sqlite_current_time variable for testing purposes. (CVS 1156) (check-in: [23fa407d50] user: drh branch: trunk, size: 29144) | |
2003-12-23
| ||
03:06 | [169f662965] part of check-in [c6c5e07b65] Test functions tolerate an "0x" before a pointer value. Ticket #452. (CVS 1145) (check-in: [c6c5e07b65] user: drh branch: trunk, size: 29014) | |
02:17 | [ba47a3e503] part of check-in [4d9edbc50f] Use a built-in atof() function instead of the one from the library to avoid problems with locale. Ticket #305. (CVS 1144) (check-in: [4d9edbc50f] user: drh branch: trunk, size: 28937) | |
2003-09-06
| ||
22:18 | [f9d5816610] part of check-in [990bb11898] Update Makefile.in for the new vdbeaux.c file. Remove the experimental "sqlite_instantiate()" routine and replace it with "sqlite_bind()" which is more like ODBC and JDBC. (CVS 1095) (check-in: [990bb11898] user: drh branch: trunk, size: 28931) | |
01:10 | [751e11106c] part of check-in [912f47c72d] The beginnings of changes to support pre-compiled SQL. Mostly untested, though all regression tests to pass. (CVS 1093) (check-in: [912f47c72d] user: drh branch: trunk, size: 27929) | |
2003-07-09
| ||
00:28 | [b12b585bfb] part of check-in [dd84f88f6c] Allow the output arguments in sqlite_compile and sqlite_step to be NULL pointers. Tickets #384 and #385. (CVS 1049) (check-in: [dd84f88f6c] user: drh branch: trunk, size: 26177) | |
2003-06-16
| ||
03:08 | [b9cfee0bd9] part of check-in [eca1398eaa] Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028) (check-in: [eca1398eaa] user: drh branch: trunk, size: 25996) | |
2003-04-26
| ||
13:19 | [4596acd9d9] part of check-in [333011ffdd] In the test code, make several attempts to convert a pointer to a string and test each attempt to make sure it works before returnning, in order to work around incompatibilities between various systems. Ticket #284. (CVS 941) (check-in: [333011ffdd] user: drh branch: trunk, size: 25246) | |
2003-04-22
| ||
20:30 | [4484806861] part of check-in [c675a55041] Update the authorizer API so that it reports the database that table and indices belong to and so that it reports when actions are taken in response to a trigger. (CVS 928) (check-in: [c675a55041] user: drh branch: trunk, size: 23841) | |
2003-02-16
| ||
22:21 | [7ad4e6308d] part of check-in [75ba78280f] Added test code to check for file descriptor leaks. All regression tests pass now on both win2k and linux. (CVS 868) (check-in: [75ba78280f] user: drh branch: trunk, size: 28456) | |
19:13 | [99add9d634] part of check-in [d10adc1c57] Fix more bugs. The new rollback journal implementation now passes all regression tests under Linux. (CVS 867) (check-in: [d10adc1c57] user: drh branch: trunk, size: 28220) | |
2003-01-29
| ||
22:58 | [eb05abd3ec] part of check-in [af1e929946] Additional testing and bug fixing with the non-callback API. Updated the C/C++ interface document to describe the non-callback API. (CVS 855) (check-in: [af1e929946] user: drh branch: trunk, size: 27384) | |
18:46 | [a24735c6e6] part of check-in [ccc82f1ab4] Better error messages on constraint violations. Additional tests and bug fixes for the callback-free API. (CVS 854) (check-in: [ccc82f1ab4] user: drh branch: trunk, size: 27423) | |
14:06 | [2ef543e6e4] part of check-in [162b259188] The callback-free API is now working, though much more testing is need. (CVS 853) (check-in: [162b259188] user: drh branch: trunk, size: 27423) | |
2003-01-28
| ||
23:13 | [c00a4e5612] part of check-in [065fa818ff] First code for the new callback-free API. All regression tests pass but the new API is mostly untested and is unlikely to work. (CVS 852) (check-in: [065fa818ff] user: drh branch: trunk, size: 27418) | |
2003-01-13
| ||
23:27 | [921e5dda49] part of check-in [45de93f913] Revise the sqlite_set_authorizer API to provide more detailed information about the SQL statement being authorized. Only partially tested so far. (CVS 830) (check-in: [45de93f913] user: drh branch: trunk, size: 22800) | |
2003-01-12
| ||
18:02 | [2a0e5cf7e6] part of check-in [52d5007f64] Initial check-in of the code for the new sqlite_set_authorizer() API function. The code is mostly untested at this point. (CVS 827) (check-in: [52d5007f64] user: drh branch: trunk, size: 21422) | |
2003-01-11
| ||
14:19 | [5efd7a8b18] part of check-in [e84d3afe7b] Document the SHOW_DATATYPES pragma and add tests for it to the test suite. Make sure datatypes are show even for aliased columns. Tickets #220 and #221. (CVS 822) (check-in: [e84d3afe7b] user: drh branch: trunk, size: 18209) | |
2002-08-31
| ||
18:53 | [a46e9f6191] part of check-in [170711ca65] Parse foreign key constraints and populate internal data structures appropriately. Constraints are still not enforced. (CVS 738) (check-in: [170711ca65] user: drh branch: trunk, size: 16543) | |
2002-07-10
| ||
21:26 | [456cb080db] part of check-in [ff8b6f4ee8] When reporting back the datatype of columns, use the text of the datatype as it appears in the CREATE TABLE statement, if available. Also: removed the ".reindex" command from the shell. (CVS 669) (check-in: [ff8b6f4ee8] user: drh branch: trunk, size: 16375) | |
2002-07-01
| ||
00:31 | [a2f2b6b1df] part of check-in [8924a7f5ba] Added additional tests. No new errors found. (CVS 653) (check-in: [8924a7f5ba] user: drh branch: trunk, size: 16363) | |
2002-06-26
| ||
20:06 | [29ed719d8c] part of check-in [9ca6368525] In the TCL interface, the "sqlite" command now always returns the address of the "sqlite*" pointer that sqlite_open() returns. It used to do this only when compiled with the SQLITE_TEST macro defined. (CVS 648) (check-in: [9ca6368525] user: drh branch: trunk, size: 14514) | |
2002-06-16
| ||
04:54 | [5cc4f0bbf3] part of check-in [8bc711571d] Changed sqlite_mprintf_str to allow a NULL string parameter. Command template now is cmd FORMAT INT INT ?STRING?. When STRING omitted a NULL is passed to sqlite_mprintf. (CVS 620) (check-in: [8bc711571d] user: chw branch: trunk, size: 14465) | |
2002-05-10
| ||
13:14 | [09d95048b6] part of check-in [f42907ce45] Improvements to the SQLITE_MISUSE detection logic. Also added test cases for this logic, including the new test file "misuse.test". (CVS 559) (check-in: [f42907ce45] user: drh branch: trunk, size: 14438) | |
2002-03-11
| ||
02:06 | [d46ab7a82a] part of check-in [9f5b241cb2] Preparing for the 2.4.0 release. (CVS 426) (check-in: [9f5b241cb2] user: drh branch: trunk, size: 10587) | |
2002-01-16
| ||
21:00 | [33efd350dc] part of check-in [f74d61aaf3] Added the last_insert_rowid API function. Improved documentation of the random ROWID algorithm. (CVS 349) (check-in: [f74d61aaf3] user: drh branch: trunk, size: 10021) | |
2001-11-08
| ||
00:45 | [41eabe2559] part of check-in [262bcd17df] The new code for taking advantage of inequalities in WHERE clauses is in place. It appears to work. (CVS 305) (check-in: [262bcd17df] user: drh branch: trunk, size: 9307) | |
2001-09-24
| ||
03:12 | [e4b31f62ea] part of check-in [a462c85083] Tests for inserting lots of data (~64K) into a single row of a table. (CVS 264) (check-in: [a462c85083] user: drh branch: trunk, size: 9177) | |
2001-09-16
| ||
00:13 | [3892caa537] part of check-in [4e926efe2b] Disclaimed copyright. Preparing for release 2.0. (CVS 250) (check-in: [4e926efe2b] user: drh branch: trunk, size: 9176) | |
2001-04-11
| ||
14:28 | [abb3cb427e] part of check-in [86b30cd097] better handling of out-of-memory errors (CVS 207) (check-in: [86b30cd097] user: drh branch: trunk, size: 9725) | |
2001-04-07
| ||
15:24 | Added: [7d88c76725] part of check-in [2507ec4061] Added new tests (CVS 206) (check-in: [2507ec4061] user: drh branch: trunk, size: 8330) | |