]>
git.ipfire.org Git - thirdparty/sqlite.git/log
drh [Mon, 6 Feb 2023 15:49:54 +0000 (15:49 +0000)]
drh [Mon, 6 Feb 2023 15:46:34 +0000 (15:46 +0000)]
Remove the long obsolete "client/server" mode tests.
FossilOrigin-Name:
08e3114caec0633fc54f8febb7f4732b46a1f47508bbca0a6a2bff02591254d5
dan [Mon, 6 Feb 2023 15:46:01 +0000 (15:46 +0000)]
Update test scripts speed1.test and speed1p.test so they may be run by testrunner.tcl.
FossilOrigin-Name:
e761d4b9c8dcacccc927d23f20fdf779a0ae5304281b5bd6aa998bade56f0a37
drh [Mon, 6 Feb 2023 14:48:02 +0000 (14:48 +0000)]
Shorten the status line for testrunner.tcl so that it fits on an 80-character
terminal.
FossilOrigin-Name:
b760a7307c453d95cf3b302c9867c84a9c899956c16c2ce1ea6cce8f025db425
drh [Mon, 6 Feb 2023 14:16:15 +0000 (14:16 +0000)]
Fix error in the releasetest makefile target from the previous check-in.
FossilOrigin-Name:
e7fe287d7904166c05d31b96ec8fd6f09318869c57437d1c661db7b79e6d8bf2
drh [Mon, 6 Feb 2023 14:11:18 +0000 (14:11 +0000)]
Update "releasetest" makefile targets to use testrunner.tcl.
FossilOrigin-Name:
1b95676b05701952cab7087f528028c48302f611fe63799551dc45098354d27f
stephan [Mon, 6 Feb 2023 14:01:19 +0000 (14:01 +0000)]
Add capability to override the JS's use of console.log/debug/warn/error() with client-provided versions via the bootstrap-time config object.
FossilOrigin-Name:
c54f29d8e55419eaa9168e799dab5030e89063b13d8390a50616606422d164dc
dan [Mon, 6 Feb 2023 13:36:34 +0000 (13:36 +0000)]
Fix a formatting problem in scanstatus2.test introduced by [
81c118d9 ].
FossilOrigin-Name:
928ab40edbf11c02b3f03e660051d9587243002b9220adc77f972c3758c12b19
dan [Mon, 6 Feb 2023 11:43:22 +0000 (11:43 +0000)]
Add the --fuzztest option to testrunner.tcl. Also, have it print whitespace over the top of the old report line before writing the new.
FossilOrigin-Name:
d83ce01fe1f21edcc93ad4c6308026156f235bab75e16e15389e27ad388fb274
dan [Mon, 6 Feb 2023 11:02:31 +0000 (11:02 +0000)]
Fix problems with test scripts preventing them from running with SQLITE_DEFAULT_MEMSTATUS=0 builds. Or builds without SQLITE_ENABLE_STAT4.
FossilOrigin-Name:
c0fbc89ed26b6eb361c1a05e2fb0d78d101fe2daf2947bbe5e0e58e0c2a779a2
dan [Mon, 6 Feb 2023 10:47:57 +0000 (10:47 +0000)]
Fix some test scripts that were failing with SQLITE_OMIT_VIRTUALTABLE builds.
FossilOrigin-Name:
81c118d90b281b30f40b3eeefaeb2c8350aa40080b4fe7de8f21d263986c6acb
drh [Sun, 5 Feb 2023 20:29:10 +0000 (20:29 +0000)]
Do not use a Bloom filter if any outer loop lacks STAT1 data, since without
STAT1 data, the query planner cannot make an accurate determination of
whether or not a Bloom filter will be useful. This fixes the problem
reported by [forum:/forumpost/
56de336385 |forum post
56de336385 ].
FossilOrigin-Name:
e6ab96bd0b9efc51fd703bf7e92b079943ad9a3b92183d434adc11fb7d238afb
drh [Sun, 5 Feb 2023 17:40:03 +0000 (17:40 +0000)]
Add the "devtest" makefile target that runs both fuzztest and testrunner.
FossilOrigin-Name:
c81398c6215d6d1bc7a15b6be9bb1f81effd430ff0a7c86158372accfa77814c
drh [Sun, 5 Feb 2023 17:09:18 +0000 (17:09 +0000)]
In fuzzcheck, only show the description of each database if the -v option
is specified.
FossilOrigin-Name:
6a58179aaffa77a5542ab620ffce6f68135e399de957b1a97113fd2f1dc0c098
drh [Sun, 5 Feb 2023 00:47:27 +0000 (00:47 +0000)]
Restore a test for pBt NULL that was removed by [
12a14711afa6cddb ] but turned
out to be necessary, as dbsqlfuzz quickly showed us. Test case added to TH3.
FossilOrigin-Name:
647c89dd2f90da1605e6fc01ecc8c1367c12c06b3a972ed682a69e85bf1d77e9
drh [Sun, 5 Feb 2023 00:32:32 +0000 (00:32 +0000)]
Modify the status line output from testrunner so that each line overwrites
the previous rather than scrolling.
FossilOrigin-Name:
ad4d28cd68589a9259069c77c8d375ae49cfd0bcdf3b03d3e84418569e12ebfc
drh [Sun, 5 Feb 2023 00:24:42 +0000 (00:24 +0000)]
Changes to the sqlite_dbpage virtual table to tag or remove unreachable
branches.
FossilOrigin-Name:
12a14711afa6cddbf64d5307fd239fc597027d4356a431ad75836025f4bad83c
dan [Sat, 4 Feb 2023 21:25:17 +0000 (21:25 +0000)]
Avoid running rbu tests under permutation "journaltest", which does not support wal. Fix some other test script problems.
FossilOrigin-Name:
92f018698a87ed32acc31d83f7246dbb7295867bd6a801b7984a16f97a5c7786
drh [Sat, 4 Feb 2023 20:53:31 +0000 (20:53 +0000)]
Add ALWAYS() and NEVER() macros to unreachable branchs in sqlite_dbpage.
FossilOrigin-Name:
db875cd6be3b6e0032325cf42e6846eb41a7f099eb4561baf402d914446b052d
drh [Sat, 4 Feb 2023 20:07:52 +0000 (20:07 +0000)]
dan [Sat, 4 Feb 2023 19:01:17 +0000 (19:01 +0000)]
Updates to the testrunner.tcl script so that uses a separate sub-process for each test. And so that it runs the release test procedure currently handled by wapptest.tcl.
FossilOrigin-Name:
4c3c587500ac5a3758008f0acb9432bd3bc6f0f31bacd5615f46280e55842982
dan [Sat, 4 Feb 2023 18:58:51 +0000 (18:58 +0000)]
dan [Sat, 4 Feb 2023 18:50:16 +0000 (18:50 +0000)]
dan [Sat, 4 Feb 2023 18:47:59 +0000 (18:47 +0000)]
Add testrunner.tcl "njob" and "status" commands.
FossilOrigin-Name:
3869cd3d306ed68ec6e118aa10b4e835f2bab1294039888d88a30b3cfcf1d7be
drh [Sat, 4 Feb 2023 14:23:26 +0000 (14:23 +0000)]
Better error message when trying to do an INSERT on an sqlite_dbpage virtual
table.
FossilOrigin-Name:
a98e4908dabc8f45f7859a26bd1d0c04de34ec68c1367c2cdd9b0242e08b938f
dan [Fri, 3 Feb 2023 21:18:58 +0000 (21:18 +0000)]
dan [Fri, 3 Feb 2023 19:28:50 +0000 (19:28 +0000)]
Fix a problem where optimizing an fts5 table too often might cause it to become unreadable.
FossilOrigin-Name:
35bed981416269018a0d52171d9997c43d3b097f5db1910d10d882eabe2e137f
dan [Fri, 3 Feb 2023 18:47:00 +0000 (18:47 +0000)]
Have testrunner.tcl run various builds as part of the 'release' command.
FossilOrigin-Name:
ba2fae30a81e2574f13a7351c9f843b8c2c7d2c93fcd71fb2de98f5b34f3e109
drh [Fri, 3 Feb 2023 14:57:40 +0000 (14:57 +0000)]
Attempt to fix harmless compiler warnings that reportedly appear in clang 15.
FossilOrigin-Name:
c045d76b908a8c90d22511df7884e78d452b250db9ba70d4cb0935048a3c3ac4
drh [Fri, 3 Feb 2023 12:03:56 +0000 (12:03 +0000)]
Improved detection of invalid command-line arguments to the showdb and
showwal debugging utility programs.
FossilOrigin-Name:
75cdaafc77b8a1efc84e71e90470994227f376e7d7de34c813e75dcadbb9f268
dan [Fri, 3 Feb 2023 11:32:51 +0000 (11:32 +0000)]
Avoid using Tcl command [clock] in testrunner.tcl.
FossilOrigin-Name:
b2faf9289f6fbbcd4491e1b063da731b35aeed9ff1fc97f64798e99cac847b4a
dan [Thu, 2 Feb 2023 20:15:42 +0000 (20:15 +0000)]
Do not run test script pendingrace.test as part of the inmemory_journal permutation.
FossilOrigin-Name:
69d934a1bfad86f3f60dab146db539645f5735f1bdb07dfe3a3d88828a03390b
dan [Thu, 2 Feb 2023 19:41:43 +0000 (19:41 +0000)]
Add configuration data for osx and windows to testrunner_data.tcl
FossilOrigin-Name:
e45d34656a110f85671d8b5d33f0d6d807fd64dfef5777fefba22ac6836f0e86
drh [Thu, 2 Feb 2023 16:30:32 +0000 (16:30 +0000)]
Improved and simplified logic for resolving the various aliases of the schema
table.
FossilOrigin-Name:
5c19491c36b9e2128430e4f153bdef48c3f7b6541d44f36044e8fc2921ecc830
drh [Thu, 2 Feb 2023 15:28:40 +0000 (15:28 +0000)]
Resolve all possible aliases and variations of the schema table names.
FossilOrigin-Name:
e7a0112b235d97cb68c92b967bf2218b90258c243ec2b638aaac142392873126
stephan [Thu, 2 Feb 2023 06:17:22 +0000 (06:17 +0000)]
Remove automatic installation of JS-global S object for the sake of client libraries which embed this library, per [forum:
9d4f722c6912799d |request in the forum].
FossilOrigin-Name:
9504f68af8360ea6d61574fd4b9811af34b721c12d9653eb50adcf0f12b129fc
drh [Wed, 1 Feb 2023 23:24:34 +0000 (23:24 +0000)]
Adjustments of assert() statement in STAT4 in order to give 100% MC/DC.
FossilOrigin-Name:
55a26c67ed4a3a937e009f60da2cd951d6f090b0bea748037db5c1680e5ff3b4
drh [Wed, 1 Feb 2023 20:45:12 +0000 (20:45 +0000)]
New assert() statements to verify that sqlite3DeleteIndexSamples() is always
called with non-NULL parameters.
FossilOrigin-Name:
92c71fdd7167a7db055ef0aec522bbba8c7b4b37658efda10dac44699921b57f
dan [Wed, 1 Feb 2023 20:14:59 +0000 (20:14 +0000)]
Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too.
FossilOrigin-Name:
d090948a69a9c4b86693bd3caedba3d7e5883e4b2ad1f2d4bf7ae14c105ddea7
drh [Wed, 1 Feb 2023 15:41:07 +0000 (15:41 +0000)]
Just because a CTE is used more than once, does not mean it should be
tagged with M10d_Yes and thereby prohibited from participating in the
query flattening optimization. See
[forum:/forumpost/
1d571c02963355ed |forum thread
1d571c02963 ].
FossilOrigin-Name:
66f29c403d28630bfaea9124bd63ee4a047b1fe4a7e27dc5d10d67d1601b15e0
dan [Wed, 1 Feb 2023 14:17:25 +0000 (14:17 +0000)]
Fix a comment related to PENDING locks in os_unix.c. No code changes.
FossilOrigin-Name:
6b3546c871fe78a4e550e0144b48ac98325787cc8b192a9e7f5f2a2ffa57f76d
dan [Tue, 31 Jan 2023 20:43:21 +0000 (20:43 +0000)]
Fix a race condition during hot-journal rollback on unix that could theoretically cause spurious corruption errors.
FossilOrigin-Name:
e365dca4e5775b4897118c8937a1063282d7a1ecc2604529256b0a6b8a3510ba
dan [Tue, 31 Jan 2023 20:21:06 +0000 (20:21 +0000)]
Fix a race condition during hot-journal rollback that could theoretically cause spurious corruption errors.
FossilOrigin-Name:
20ea53ddf590a9dd19501fabd2bfdb9c10b5eb265cd2995bdb335769c936c763
drh [Mon, 30 Jan 2023 20:44:54 +0000 (20:44 +0000)]
Additional tweaks to the enhancement at [
609fbb94b8f01d67 ] to further reduce
the cost estimate for constructing an automatic index on an ephemeral table,
in order to resolve the performance problem described by
[forum:/forumpost/
1d571c0296 |forum post
1d571c0296 ].
FossilOrigin-Name:
bf1aae7a8c7f2c74681aa29baa35259d10ce6a1737d2607def6bf27fed592131
stephan [Sun, 29 Jan 2023 06:01:32 +0000 (06:01 +0000)]
Two JS file renames which got inadvertently undone while setting up [
9062b31174618c0e ]. Cosmetic cleanups in ext/wasm/dist.make.
FossilOrigin-Name:
0c2fde767f77d6204e95737edd573f42d72e956a3c20ea7e4daeff906657bbe5
stephan [Sun, 29 Jan 2023 05:09:39 +0000 (05:09 +0000)]
Correct the handling of the worker1 and promiser JS files in the face of the bundler-friendly changes. Those files require separate, bundler-friendly copies.
FossilOrigin-Name:
9062b31174618c0e67e86441e14eac420c734a0cc321f7eebc7d89ff8a449c10
dan [Sat, 28 Jan 2023 21:06:15 +0000 (21:06 +0000)]
Do not assume that sub-queries that contain window functions are uncorrelated.
FossilOrigin-Name:
f27804484df57de76be9dbd1a9e5869916617684ee407101c978df7da30b34ac
drh [Sat, 28 Jan 2023 21:01:33 +0000 (21:01 +0000)]
Show more details about the SrcItem.fg field in tree-trace output.
FossilOrigin-Name:
3d05dddd0bc826a73a8cecd6b116168082fb46b6e4868d03438c0a5a546d2f97
dan [Sat, 28 Jan 2023 17:37:37 +0000 (17:37 +0000)]
Fix a problem causing "PRAGMA quick_check" to return spurious corruption errors for a WITHOUT ROWID for which all columns are either virtual or part of the primary key, and for which the order of the columns in the primary key definition is different from the order in the table.
FossilOrigin-Name:
a7530f897127f35a212db6557edbcbbb286cc0e094754c1c1b74ce8dbf724470
dan [Sat, 28 Jan 2023 16:37:30 +0000 (16:37 +0000)]
Update sqllimits1.test to account for the fact that if an odd value is specified as the length in bytes of a utf-16 string, it is truncated to the largest smaller even number.
FossilOrigin-Name:
74508470c4caff04638e750cd84073f3137b8a9f72c6fe390a279da7b1c13398
stephan [Sat, 28 Jan 2023 09:51:41 +0000 (09:51 +0000)]
Makefile doc touchups - no code/build changes.
FossilOrigin-Name:
3458a481b9ee391122dba531358d664d5219ce4a58cbce93d07df57cc64dc2c7
stephan [Sat, 28 Jan 2023 09:11:08 +0000 (09:11 +0000)]
Overhaul ext/wasm/GNUmakefile to consolidate what amounts to much copy/paste/slightly-edit duplication into a single function, called once per distinctive build mode (vanilla, ESM, bundler-friendly).
FossilOrigin-Name:
168e5a93013d8650c180e19788e5f301b5d5ae8501d0ce728004fd750ca9e682
stephan [Sat, 28 Jan 2023 05:09:26 +0000 (05:09 +0000)]
Enhance oo1.DB.exec() to simplify returning whole result sets.
FossilOrigin-Name:
7b168ee2af09f04b41a6ef4c14ccaddc0c9b0bfe9dc1e6a86d8f5317606bd78d
stephan [Sat, 28 Jan 2023 04:20:46 +0000 (04:20 +0000)]
Add JS bundler-friendly JS build. Minor test code cleanups.
FossilOrigin-Name:
24d3a53dea5e596230558e233cbbd9d0288b4c394cd5ea7b650fd99bff4cde2e
drh [Fri, 27 Jan 2023 23:10:10 +0000 (23:10 +0000)]
stephan [Fri, 27 Jan 2023 20:25:39 +0000 (20:25 +0000)]
Update ext/wasm/README-dist.txt for the bundler-friendly build.
FossilOrigin-Name:
6a5c4f6b19aa0704efe7f789102f757a1ed05d6542f37c7aa37a4439783944a3
drh [Fri, 27 Jan 2023 20:15:48 +0000 (20:15 +0000)]
dan [Fri, 27 Jan 2023 19:59:46 +0000 (19:59 +0000)]
Do not try to run rbu tests with builds that do not support rbu.
FossilOrigin-Name:
c74ad902e3bbfc28d6b30a37f3791176d64cdd8fd5950f1d1749541e244a0494
stephan [Fri, 27 Jan 2023 19:56:40 +0000 (19:56 +0000)]
Add a feature idea note to DB.exec(), derived from a forum discussion.
FossilOrigin-Name:
792f43209c4b6e85386b6b3906814b7f2ad310d50ba563b3fd1cb37e55adf8db
stephan [Fri, 27 Jan 2023 17:19:30 +0000 (17:19 +0000)]
stephan [Fri, 27 Jan 2023 17:14:55 +0000 (17:14 +0000)]
Extract emcc version in JS build and use it to conditionally set build flags. Initially a workaround for [https://github.com/emscripten-core/emscripten/issues/18610|Emscripten ticket #18610] but may have other uses.
FossilOrigin-Name:
3773934e91c20ca2433cc414aaba75de9a4a4318fd1126fb781dba510ddefd94
stephan [Fri, 27 Jan 2023 07:53:49 +0000 (07:53 +0000)]
Work around a JS null pointer deref which could be triggered from the dev console, but not (it seems) from client-side code.
FossilOrigin-Name:
eabb551b8b3d33fc3a327ecf7225436a3a3f616901e22c868fd76a5e3adc7b3f
stephan [Fri, 27 Jan 2023 05:17:10 +0000 (05:17 +0000)]
Cherrypick [
fa784101775b7 |emscripten ticket #18609 workaround] into trunk.
FossilOrigin-Name:
9a26fae545b9c97129893b83ff97e62b1c477eccd1379af1dce4a3cc4fa9f932
stephan [Fri, 27 Jan 2023 05:14:34 +0000 (05:14 +0000)]
Work around upstream emscripten 3.1.31 bug [https://github.com/emscripten-core/emscripten/issues/18609].
FossilOrigin-Name:
fa784101775b795077a23c211b5b16f51ad5a13967c284511f310dfcbfa9f77a
stephan [Fri, 27 Jan 2023 03:18:16 +0000 (03:18 +0000)]
More work on creating a separate sqlite3.js build which is hopefully friendly to JS bundlers.
FossilOrigin-Name:
b7b896fb448a7f46eb88eadadb1359255aec637a384cabcdd526276a02f4f0b4
stephan [Fri, 27 Jan 2023 02:21:16 +0000 (02:21 +0000)]
Resolve a nested if-block bug in ext/wasm/c-pp.c which caused output after a nested block to be unduly elided. Remove a kludge, added in the previous check-in, which worked around that bug.
FossilOrigin-Name:
7a026a4b24d57c1b0970923b972dd42c3f1bb5b282f908079075468b2e1bf601
stephan [Fri, 27 Jan 2023 01:33:12 +0000 (01:33 +0000)]
Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for downstream testing.
FossilOrigin-Name:
4271bf5f41df091696f1dcfc4ffe7a60d24066fc75c896941e0b56de95fe5f89
stephan [Thu, 26 Jan 2023 20:08:59 +0000 (20:08 +0000)]
End-of-line whitespace cleanups and doc typo fixes. No code changes.
FossilOrigin-Name:
bdfd72a083fadd724030c4c89adae71426e1ddd402c6bc5abf40801ecf3253cf
dan [Thu, 26 Jan 2023 18:16:51 +0000 (18:16 +0000)]
Have some RBU tests run as part of veryquick.test/testrunner.tcl.
FossilOrigin-Name:
f51406e3bf92f2b46f13d08fb7c7fe7683feba68b5a8fa18f6f6b8845662deac
drh [Thu, 26 Jan 2023 02:18:53 +0000 (02:18 +0000)]
Improved fix to allow sqlite3_vtab_in_first() to reliably return SQLITE_ERROR.
FossilOrigin-Name:
b25eec1c13f6a8c7ba993e5a55e26798f3b67a8b9571998459671cb570cbdfb4
drh [Wed, 25 Jan 2023 21:28:30 +0000 (21:28 +0000)]
drh [Wed, 25 Jan 2023 19:05:04 +0000 (19:05 +0000)]
Defer calling the destructor for the user data on a module until after the
module has disconnected.
[forum:/forumpost/
b68391eb71fdff73 |Forum post
b68391eb71fdff73 ].
FossilOrigin-Name:
1ab122289fe6ac4cb3b0c47d17ac22627fcdfed80c941a57e6e6cc4d9dbd9273
drh [Wed, 25 Jan 2023 16:56:24 +0000 (16:56 +0000)]
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so
that they reliably return SQLITE_ERROR (and not SQLITE_MISUSE) if they are
invoked on a parameter that did not have multi-value IN processing enabled
via a prior call to sqlite3_vtab_in(). See
[forum:/forumpost/
a823d4a3d5f73def |forum thread
a823d4a3d5f73def ].
FossilOrigin-Name:
144326dc171025dc8b5a77bebd8de3c19d5244ab807f5aa41f95313a25b880bc
dan [Wed, 25 Jan 2023 15:45:45 +0000 (15:45 +0000)]
Fix a problem with fts3 auxiliary functions and one or more NEAR expressions ORed together.
FossilOrigin-Name:
de4690a10ad4631e7452ccbb05b177a821d9dda387a854d216a6c54c7a189ead
dan [Wed, 25 Jan 2023 13:42:55 +0000 (13:42 +0000)]
Fix another problem with fts3/4 auxiliary functions and NEAR expressions that consist entirely of deferred tokens.
FossilOrigin-Name:
a8c91c132f6157b7e3649f57a799984b1d7f8a18fd434515c875617d4195db29
dan [Tue, 24 Jan 2023 20:17:43 +0000 (20:17 +0000)]
dan [Tue, 24 Jan 2023 17:19:47 +0000 (17:19 +0000)]
Update unhex() to allow a second argument, specifying a set of characters that are permitted to appear between pairs of hexadecimal digits.
FossilOrigin-Name:
66c8562690b19f17972589611810e1dccad3a48777acb05208289c1f77076f71
dan [Tue, 24 Jan 2023 11:24:28 +0000 (11:24 +0000)]
Fix a problem with using fts3 auxiliary functions with expressions like "E AND ...", where E is a NEAR expression that consists entirely of deferred tokens.
FossilOrigin-Name:
39bfae4c4698a13e07c4a0725f2790955e03b601fe64e17a000c691def1bdcb8
drh [Mon, 23 Jan 2023 21:41:41 +0000 (21:41 +0000)]
Suppress a harmless compiler warning.
[forum:forumpost/
e3f72e9291189925 |Forum post
e3f72e9291189925 ]. The code
was legal and correct. The revised code is actually less clear in its intent.
But at least now there will (hopefully) be no warning.
FossilOrigin-Name:
48bb7c88787bf5de1d70cf3cc81ada38c6c02e476dbdff12c8676c6d5ee19aed
drh [Mon, 23 Jan 2023 20:45:47 +0000 (20:45 +0000)]
Due to a coding error, check-in [
8efd61e8518594e3 ] did not actually use
just read transactions if the operation is read-only and the
SQLITE_MAX_ATTACHED macro is set to 31 or more. This was due to a misuse
of the writeMask field of Parse, pointed out by
[forum:/forumpost/
aa173c18d5 |forum post
aa173c18d5 ].
FossilOrigin-Name:
8760566893b64325874c7ec0aff8014026ce525e7fff1489027d2ce698495e76
drh [Mon, 23 Jan 2023 16:16:00 +0000 (16:16 +0000)]
Add the missing CARRAY_BLOB macro to the carray.h extension header.
FossilOrigin-Name:
10bf639cd169147d4608918543f9a9b15417c10a231590b961c91500a1856f6e
dan [Mon, 23 Jan 2023 14:11:34 +0000 (14:11 +0000)]
larrybr [Sun, 22 Jan 2023 21:54:17 +0000 (21:54 +0000)]
stephan [Sat, 21 Jan 2023 16:53:01 +0000 (16:53 +0000)]
Minor API doc cleanups and JS code simplification.
FossilOrigin-Name:
f608a3a45609693c1c0237f12c394275ec9a6225fa986e62345f21af763293a0
drh [Sat, 21 Jan 2023 00:59:20 +0000 (00:59 +0000)]
Fix a memory leak in the TCL test harness associated with carray.
FossilOrigin-Name:
5a316f9fd94b73fc54ef94a1dab2f13bdd16c4fb13d2620b7c907d104d5b4d7a
drh [Sat, 21 Jan 2023 00:19:29 +0000 (00:19 +0000)]
drh [Fri, 20 Jan 2023 21:00:03 +0000 (21:00 +0000)]
Extend the carray extension to allow the use of BLOB values to be bound
as an array of "struct iovec" objects.
FossilOrigin-Name:
e117a03ca6560e958884f277db827c51ae337a970c17143a0a5f9b150f52f87a
drh [Fri, 20 Jan 2023 19:19:24 +0000 (19:19 +0000)]
Two branches associated with memdb are now always taken (I believe). Tag
them with ALWAYS() to verify this.
FossilOrigin-Name:
20b9b5aa4fa6136059cf1123f00d86cb7bd8fb0f0f86f971e9714f22725e60b5
dan [Fri, 20 Jan 2023 17:50:24 +0000 (17:50 +0000)]
Ensure that the database encoding cannot be changed while there are statements running. And that the connection is left in a valid state after an obscure OOM within sqlite3_deserialize().
FossilOrigin-Name:
a02da71f3a80dd8e817e89cdaa775c95e38c90d2471f8fec516bed086539e2c0
dan [Fri, 20 Jan 2023 15:13:30 +0000 (15:13 +0000)]
Add tests for changing the database encoding via RESET_DATABASE/VACUUM. And test that it is not possible to trick another connection with this.
FossilOrigin-Name:
b869054acb8f171cbc16808eb87be85e6e38d5c5670522ff4e49aef92250d5b2
drh [Fri, 20 Jan 2023 13:34:14 +0000 (13:34 +0000)]
The json_group_array(), json_group_object(), and fts5_source_id() functions
should all be deterministic and innocuous.
FossilOrigin-Name:
edcb83fa0d3c832d044b267d608fed31a2ac841b81c7c9406b2136ac43d61a1a
dan [Thu, 19 Jan 2023 18:16:09 +0000 (18:16 +0000)]
Fix numbering issue in and remove duplicate test from windowB.test.
FossilOrigin-Name:
fa10e561f5dcdb23af862c2e486e877d379f12eae077ae5fd3da6028f1c20b49
stephan [Wed, 18 Jan 2023 17:39:04 +0000 (17:39 +0000)]
Emit sqlite3-api.(m)js during the JS build process, which are the JS APIs without the Emscripten/wasm-loading parts. They are hypothetically useful for arbitrary build environments/toolchains but have notable caveats related to the wasm imports, as elaborated on in the makefile.
FossilOrigin-Name:
966b55c513a14c6ab3ec128cfe6d157ecd9bec32e3fce2f559f130249cec50ab
dan [Tue, 17 Jan 2023 19:34:01 +0000 (19:34 +0000)]
Fix another issue with very large compressed LSM databases.
FossilOrigin-Name:
d71154265a294a1ece89d257f55f6855db7c30aec55ea0dc4eeb61bce1e8fad3
drh [Tue, 17 Jan 2023 19:00:22 +0000 (19:00 +0000)]
Change an now unreachable testcase() into an assert().
FossilOrigin-Name:
517b2c4c4ee9afc50e5457a6877e5af34358a6267d8dad669d25410c124866ac
drh [Tue, 17 Jan 2023 18:40:54 +0000 (18:40 +0000)]
dan [Tue, 17 Jan 2023 15:46:27 +0000 (15:46 +0000)]
Update virtual tables json_each and json_tree so that adding "ORDER BY rowid" to a query does not require an external sort.
FossilOrigin-Name:
ce18f0ed684824e67ed6c09acab8e735fef2c52b2ed32270dee1a2a67802c59b
drh [Tue, 17 Jan 2023 13:33:51 +0000 (13:33 +0000)]
Add test cases to confirm that the schema parsing quirk in which an
ON CONFLICT clause is accepted and ignored on table CHECK constraints but
raises an error on column CHECK constraints. We want to continue supporting
this harmless quirk to avoid breaking legacy applications and databases that
accidentally use it.
FossilOrigin-Name:
92b6a9cd0fb027fe675b3913aa07c75445bba0cfac9530d08d7e48f7869c04cc
larrybr [Mon, 16 Jan 2023 21:49:37 +0000 (21:49 +0000)]
Cause .clone to not trip over sequence table as reported at [forum:/forumpost/
71ff9e6c4c |forum post
71ff9e6c4c ].
FossilOrigin-Name:
b44d04f7b051d807a81152a6e4f15a765f7b9ed1f01b48b40dc5420c11e0c251
drh [Mon, 16 Jan 2023 18:13:00 +0000 (18:13 +0000)]
In the CLI, create our own private version of strncpy() to work around
false-positive compiler warnings from Alpine Linux.
FossilOrigin-Name:
83f21285fe86430a66ce6841606e3ad7c27da52ac75a034c6a00c7a9fdb9791d