Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-21
| ||
01:50 | Document that -nofollow does not work on Windows. Fix Windows symlink test cases for when the test suite is run as administrator. Leaf check-in: 4de8a75ec5 user: drh tags: trunk | |
2024-11-20
| ||
21:45 | Cherrypick a couple of changes requested by Mozilla onto the 3.47 branch. Leaf check-in: b50d20d795 user: drh tags: branch-3.47 | |
20:39 | Fix compiler warnings caused by variable shadowing. Leaf check-in: 211b305791 user: dan tags: fts5-tokendata-prefix | |
20:26 | Logging enhancements. And mark logs v=12. Leaf check-in: 853f9cf453 user: dan tags: cf8f1552-commit-instr | |
20:24 | Merge the latest trunk fixes and makefile enhancements into the commit-and-continue branch. Leaf check-in: 34cb6029cc user: drh tags: commit-and-continue | |
18:49 | Experimental change to omit writing frame checksums to the wal file. check-in: 4d37067270 user: dan tags: cf8f1552-commit-instr | |
17:47 | Update logging version to "v=11". This should have been part of the previous commit. check-in: e6663fab61 user: dan tags: cf8f1552-commit-instr | |
16:21 | New configuration option --dynlink-tools causes some command-line tools like sqldiff and sqlite3_analyzer to link against the libsqlite3.so system library rather than being built-in. Caution: sqlite3_analyzer requires the SQLITE_ENABLE_DBSTAT_VTAB compile-time option on its SQLite library in order to work, so do not use --dynlink-tools to build sqlite3_analyzer without it. check-in: 314c606dd3 user: drh tags: trunk | |
16:17 | Use shared-library flags, not shared-object flags, to create shared libraries. This makes no difference on Linux, but is required for Mac. Closed-Leaf check-in: bfaa3ee758 user: drh tags: link-tools-dynamically | |
15:02 | If a subquery is copied and then changes are made to the copy, be sure to give the copy a unique Select.selId value so that the original will not be substituted in place of the modified copy. check-in: 16d46e1160 user: drh tags: branch-3.47 | |
14:59 | Bug fix in the SubrtnSig logic from [c9a3498113074bbc], if a subquery is copied and then changes are made to the copy, be sure to give the copy a unique Select.selId value so that the original will not be substituted in place of the modified copy. [forum:/forumpost/0b9ded2f8428ac00|Forum post 0b9ded2f8428ac00]. check-in: 19d1bede56 user: drh tags: trunk | |
14:19 | Provide the sqlite3ShowWhereTerm() interface callable interactively from a debugger, when compiling with SQLITE_DEBUG. check-in: c77a4a42f2 user: drh tags: trunk | |
11:37 | Do not report an sqlite3_error_offset() for errors that occur inside of views or triggers, since the text of those elements is not part of the original query. check-in: cb5ddebf79 user: drh tags: branch-3.47 | |
11:34 | Do not report an sqlite3_error_offset() for errors that occur inside of views or triggers, since the text of those elements is not part of the original query. check-in: bf66c6dfc2 user: drh tags: trunk | |
2024-11-19
| ||
21:19 | Add fix from [bfab759611b0] to sqltclsh. Remove some now-unneeded has_tclsh84/5 checks in cases where jimsh can be used. check-in: 9d389b9983 user: stephan tags: link-tools-dynamically | |
21:14 | Add missing $TCL_LIBS to the link for sqlite3_analyzer. check-in: bfab759611 user: drh tags: link-tools-dynamically | |
20:23 | Didn't work out; broke the build. Was: Add the ability to build certain tools dynamically linked to libsqlite3 instead of embedding their own copy of sqlite3.c. Closed-Leaf check-in: 84bd96a6f1 user: stephan tags: mistake | |
20:21 | Rename --link-tools-dynamically to --dynlink-tools, per discussion. check-in: 50b9f6fde4 user: stephan tags: link-tools-dynamically | |
20:14 | Move the in-comment-code commentary about --with-debug, from [7b14309be4], into the --help text for that flag, where it's readily visible. check-in: c938e5d783 user: stephan tags: link-tools-dynamically | |
19:47 | Get sqlite3_analyzer optionally linking against libsqlite3.so instead of embedding sqlite3.c. Patch mkccode.tcl to accept digits in its IFDEF/IFNDEF checks and sqlite3_analyzer.c.in to only include sqlite3.c if -DINCLUDE_SQLITE3_C is passed to mkccode.tcl. check-in: 80f3bf8c2e user: stephan tags: link-tools-dynamically | |
19:16 | Merge trunk into this branch. Fix a small jimtcl/tclsh regex incompatibility in mkccode.tcl. check-in: 7fb3ebfec6 user: stephan tags: link-tools-dynamically | |
18:26 | Enhancements to tool/mkccode.tcl such that it recognizes -D command line arguments and can use them in internal IFDEF and IFNDEF macros. Update the tool/sqlite3_analyzer.c.in script such that it omits the SQLite amalgamation if -DSQLITE_ENABLE_DBSTAT_VTAB is defined. check-in: 7fec209290 user: drh tags: trunk | |
17:41 | Revert linking the shell to the dll for reasons explained in new makefile comments. Move the --with-debug configure flag into the developer options set and add commentary about why it should never be used for production builds. check-in: 7b14309be4 user: stephan tags: link-tools-dynamically | |
17:32 | Extra logging for the freelist and hash table components of COMMITs of BEGIN CONCURRENT transactions. check-in: 2ba41da8c4 user: dan tags: cf8f1552-commit-instr | |
16:40 | Reformulate sqldiff deps and rules so that the target matches the resulting file name, to avoid rebuilding it on every make invocation. Apply the same treatment to the sqlite3 CLI shell. check-in: 9a17b83f85 user: stephan tags: link-tools-dynamically | |
15:20 | Initial configure support for linking certain binaries to libsqlite3.so instead of embedding it dynamically (which they typically do). This currently applies only to sqldiff, but support for adding the same for other tools is planned. This requires disabling the soname because setting it causes the build to link to whatever libsqlite3.so.0 is installed system-wide, so the soname now defaults to off. check-in: 9192c146e2 user: stephan tags: link-tools-dynamically | |
11:58 | Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. check-in: 4c4d1db00b user: dan tags: trunk | |
2024-11-18
| ||
21:15 | Merge recent trunk changes into the reuse-schema branch. Leaf check-in: 63bac8dd71 user: drh tags: reuse-schema | |
20:44 | Merge the divergence reduction into the bedrock branch. Leaf check-in: e03dd0bd31 user: drh tags: bedrock | |
20:30 | Continue to reduce divergence between wal2 and trunk. Leaf check-in: 9591ab7c6b user: drh tags: wal2 | |
18:49 | Realignment of begin-concurrent with trunk. Leaf check-in: 3823295299 user: drh tags: begin-concurrent | |
18:45 | Reduce divergence from trunk. check-in: c5d77671c4 user: drh tags: begin-concurrent | |
18:45 | Reduce divergence from begin-concurrent. check-in: 84d41e9d04 user: drh tags: trunk | |
18:27 | Realign trunk and wal2. check-in: dcf2768720 user: drh tags: wal2 | |
18:03 | Attempt to reduce divergence from trunk. check-in: ffe9f9ccd7 user: drh tags: wal2 | |
17:05 | Attempt to reduce divergence with the wal2 branch. check-in: e0d8f9916c user: drh tags: trunk | |
16:52 | Realign the begin-concurrent branch with trunk. check-in: b92c9a66ba user: drh tags: begin-concurrent | |
16:44 | Attempt to reduce divergence from trunk. check-in: ae863439e8 user: drh tags: begin-concurrent | |
16:44 | Attempt to reduce divergence with begin-concurrent. check-in: f783d90187 user: drh tags: trunk | |
15:51 | Merge the latest trunk enhancements into the reuse-schema branch. check-in: 00d021eda4 user: drh tags: reuse-schema | |
15:34 | Merge the latest trunk changes into the bedrock branch. check-in: 59a7eb297c user: drh tags: bedrock | |
15:30 | Merge the latest trunk changes into the wal2 branch. check-in: d19aeff609 user: drh tags: wal2 | |
15:18 | Merge the latest trunk enhancements into the begin-concurrent branch. check-in: 680a2eaabb user: drh tags: begin-concurrent | |
14:54 | Disable commit-and-continue tests under the inmemory-journal and journaltest permutations. check-in: 2f31c2b0a1 user: drh tags: commit-and-continue | |
14:15 | Remove the .POSIX entries from the makefiles because they cause portability problems rather than solve them. check-in: e1330ecf17 user: stephan tags: trunk | |
14:08 | Fix a "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer. check-in: 9b79b999d4 user: dan tags: trunk | |
13:29 | Fix minor problems in testrunner.tcl that pop up when the command-line arguments are such that no tests are run. check-in: 321ded32f6 user: drh tags: trunk | |
11:49 | 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 tags: commit-and-continue | |
11:14 | Fix a typo in a variable name. check-in: 9c7f569acd user: drh tags: commit-and-continue | |
2024-11-17
| ||
23:53 | Fix an uninitialized variable that appears to be the cause of the problems with check-in [80b98446fc070d9a]. check-in: 22393c3a08 user: drh tags: commit-and-continue | |