Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/tags/release
a4643b4
Version 3.50.3
by drh
· 2 days ago
release
version-3.50.3
75b03b9
Optimize allocation of large tombstone arrays in fts5.
by drh
· 4 days ago
65ffbcd
Rework the fix to the problem described by
by drh
· 11 days ago
1587604
Work around the Emscripten 4.10 regression described in [https://github.com/emscripten-core/emscripten/issues/24656 | Emscripten ticket #24656].
by stephan
· 11 days ago
8bf6452
Fix a parsing error introduced by the addition of the ability to disable
by drh
· 12 days ago
7a6ff62
Propagate the -ldl and -lpthread flags, if needed, into sqlite3.pc, per request in [forum:44a58c807353162f | forum post 44a58c807353162f]. This resolves usage of that pkgconf file on some OSes.
by stephan
· 2 weeks ago
52c7082
Increment the patch level to 3.
by drh
· 3 weeks ago
993c1b4
When attempting to optimize "expr AND false" to "false" and
by drh
· 3 weeks ago
1142266
Minor API doc typo fixes from brickviking.
by stephan
· 3 weeks ago
972838f
Minor API doc typo fixes from brickviking.
by stephan
· 3 weeks ago
9d7c5df
Version 3.50.2
by drh
· 3 weeks ago
version-3.50.2
ffedaa7
Raise an error right away if the number of aggregate terms in a query
by drh
· 3 weeks ago
d1b5b50
API doc typo fixes and closing DD element tags from brickviking.
by drh
· 3 weeks ago
fb76a02
Minor API doc fixes sent off-list from brickviking.
by drh
· 3 weeks ago
a231b5d
Cherry-pick of documentation updates from trunk - no code changes.
by drh
· 4 weeks ago
af3f922
Avoid writing frames with no checksums into the wal file if a
by drh
· 4 weeks ago
6460f4d
Fix an issue going back to version 3.39.0 with transitive IS constraints
by drh
· 5 weeks ago
591d201
Have sqlite3_setlk_timeout() take the database handle mutex. This fixes an assert() failure that could occur if sqlite3_setlk_timeout() were called on a threadsafe handle.
by drh
· 5 weeks ago
0e7d0e2
Help ext/wasm 'make snapshot' find the wasm docs dir when it's run from outside of my usual checkout structure.
by stephan
· 5 weeks ago
a773b16
Fix a problem with UPDATEs on fts5 tables that contain blob values.
by drh
· 5 weeks ago
0810690
Increase the version number for this branch to 3.50.2.
by drh
· 5 weeks ago
b586004
Fix the concat_ws() SQL function so that it includes empty strings in the
by drh
· 5 weeks ago
714426f
Improved selection of the divisor when subdividing nested Bitvec objects.
by drh
· 5 weeks ago
cc279d5
Adjustments to ext/misc/fileio.c in an attempt to get it to build using mingw.
by drh
· 5 weeks ago
979a07a
Version 3.50.1
by drh
· 6 weeks ago
version-3.50.1
36350af
Fix harmless compiler warning introduced by the setlk-snapshot-fix merge.
by drh
· 6 weeks ago
d7cb1ea
Fixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds use a blocking lock
by drh
· 6 weeks ago
74db1f3
Merge TEA README updates from [bf7be67e3f]. No code changes.
by stephan
· 6 weeks ago
af388ef
tea build: add an info-exists check after a 'scan' call, as scan does not create its target vars on error. Problem reported at [forum:fde857fb8101a4be | forum post fde857fb8101a4be] and triggers when the 'vsatisfies' test for the host's Tcl version fails (so the build would fail anyway, but will fail more informatively with this fix).
by stephan
· 6 weeks ago
d282fbc
Apply the duplicate 'export default' workaround to the (untested and unsupported) node-specific build rules in mkwasmbuilds.c to resolve a problem reported off-list by Thomas Steiner.
by stephan
· 6 weeks ago
d95ba2f
Relax query flattener constraint (3b) and thereby allow flattening the RHS of
by drh
· 6 weeks ago
9412d984
Fix an off-by-one error in sqlite3_rsync.
by drh
· 7 weeks ago
1daead7
Fix JSONB edit so that when it is trying to reduce the size of an element
by drh
· 7 weeks ago
13efb2f
Improve the accuracy of affinity and collating sequence analysis for
by drh
· 7 weeks ago
6510beb
Update the version number to 3.50.1
by drh
· 7 weeks ago
7c1d13b
Fix an off-by-one error in the size computation of a vdbe-sorter.
by drh
· 7 weeks ago
ce3887b
Cherrypick obscure (fuzzer-generated) RIGHT JOIN bug fixes from trunk.
by drh
· 7 weeks ago
175c358
Add "include <stddef.h>" to fts5 and rtree to ensure that they use the
by drh
· 7 weeks ago
4cb03d1
Extend the fix for ticket 623eff57e76d45f6]so that it covers RIGHT JOIN
by drh
· 7 weeks ago
8dcef6c
Squelch an interesting but harmless struct initialization warning emitted after an emsdk update. Fix JS breakage introduced by changes in Emscripten 4.0.7: manually export the HEAPxyz symbols which used to be exposed by default.
by stephan
· 7 weeks ago
726b2db
Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a].
by stephan
· 7 weeks ago
3f52361
Version 3.50.0
by drh
· 7 weeks ago
major-release
version-3.50.0
b3c1884
Do not use a partial index unless the WHERE clause uses one or more columns
by drh
· 7 weeks ago
b3bcf48
Do not use a partial index if the truth of the WHERE clause does not depend
by drh
· 7 weeks ago
silly-partial-indexes
f08f71a
Slight change to tool/split-sqlite3c.tcl to make it compatible with jimsh
by drh
· 8 weeks ago
f96d44e
Fix a bug in the speedtest.tcl testing script that was introduced by
by drh
· 8 weeks ago
209894c
In the TEA build, enable USE_TCL_STUBS on Mac platforms.
by stephan
· 8 weeks ago
93394eb
On OpenBSD, do not test fuzzcheck with ubsan as part of "make devtest".
by dan
· 8 weeks ago
8f06aed
Avoid calls to sprintf() in Lemon, since OpenBSD hates sprintf().
by drh
· 8 weeks ago
3f01048
When detecting TCLLIBDIR, skip over //zipfs paths, as the (file isdirectory) command will actually return true for those, but they're useless for installation purposes. This resolves the tea build's inability to install on stock openbsd.
by stephan
· 8 weeks ago
45fa234
tclsqlite.c doc typo fix.
by stephan
· 8 weeks ago
a01b7ad
Change json_group_object() so that it ignores entries where the label
by drh
· 8 weeks ago
c5031b5
vtablog.c doc fixes reported in [forum:416d1e37b2|forum post 416d1e37b2].
by stephan
· 8 weeks ago
81a2f7b
Amend the previous: Set SQLITE_JSON_MAX_DEPTH to 500 on *all* builds
by drh
· 8 weeks ago
85f37eb
Limit JSON recursion depth to 500 when running ASAN in fuzzcheck, to prevent
by drh
· 8 weeks ago
c1ea1a6
Add the --osmalloc option to the test/speedtest.tcl testing script.
by drh
· 8 weeks ago
96e1619
Fix a problem with using streaming iterators with sqlite3changegroup_add_change().
by dan
· 8 weeks ago
4a0b7a3
Clarify some malloc size computations to simplify the proof that they
by drh
· 9 weeks ago
79c792d
Make the new sqlite3_setlk_timeout() interface accessible to loadable
by drh
· 9 weeks ago
890de76
Remove stray tab characters from source files.
by drh
· 9 weeks ago
a58208a
Fix a harmless comment typo
by drh
· 9 weeks ago
acf95a3
Adjust the tool/warnings.sh script so that it works on the latest versions
by drh
· 9 weeks ago
953e450
Latest teaish pieces, most significantly for tcl portability fixes. Move autoconf/teaish/autosetup/... to autosetup/teaish/. to simplify maintenance and deployment via the autoconf bundle.
by stephan
· 9 weeks ago
c953cb6
Minor tcl doc update.
by stephan
· 9 weeks ago
tea-cleanups
9bb2548
Rename feature-tests.tcl to feature.tcl. Haiku tcl portability fixes.
by stephan
· 9 weeks ago
1e24694
Latest upstream teaish pieces for minor fixes. Restructure this copy of teaish to simplify maintenance and the autoconf bundle build.
by stephan
· 9 weeks ago
972a0f5
Improved version of the previous check-in.
by drh
· 9 weeks ago
cd64392
Fix the optimization of check-in [663f5dd32d9db832] that strives to avoid
by drh
· 9 weeks ago
cecf833
Add the --enablefk option to the "changeset apply" command of the
by drh
· 9 weeks ago
c638017
Enhance the "changeset" utility program with new command-line options for
by drh
· 9 weeks ago
4165fd8
Rework the showHelp() function in the CLI implementation so that its
by drh
· 9 weeks ago
691b44a
Back out the "low-quality index" query planner hack of check-in
by drh
· 9 weeks ago
c02ac7b
Fix trunk fork.
by drh
· 9 weeks ago
186fd30
Adjust the strftime() test in test/date4.test to remove flags not supported in musl libc if that environment is detected.
by stephan
· 9 weeks ago
494830c
First cut at enhancing the fsdir virtual table so that it works with
by drh
· 9 weeks ago
0df6c5b
Omit the unused readdir_r() routine from test_windirent.c
by drh
· 9 weeks ago
0a0777d
Session extension doc typo fix reported in [forum:75e9408acb|forum post 75e9408acb].
by stephan
· 10 weeks ago
a0b34dc
Fix a coding mistake in vfstrace.
by drh
· 10 weeks ago
eb55814
Remove a redundant typedef from the sqlite3_rsync.c source file.
by drh
· 10 weeks ago
94e22bc
Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restores
by drh
· 10 weeks ago
844b457
Add enforcement of the obscure JSON5 syntax rule that the \0 escape
by drh
· 10 weeks ago
733aff3
Fix PRAGMA trusted_schema=OFF and similar so that it restricts the kinds
by drh
· 2 months ago
cc28137
Internal doc typo fix. No code changes.
by stephan
· 2 months ago
f087b6a
Fix a harmless warning about and oversize shift operation on malformed JSONB
by drh
· 2 months ago
f670583
Add test cases for the NOT NULL/IS NULL optimization in CHECK constraints fix.
by dan
· 2 months ago
288f356
Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3]
by drh
· 2 months ago
ad39fa8
Fix the sqlite3VdbeTypeofColumn() function so that it works correctly
by drh
· 2 months ago
3b51a1a
Fix console-I/O on Windows for DEBUG=3 builds. Broken by [925e97e6f4238f02].
by drh
· 2 months ago
d732410
Enhance sqlite3_rsync so that if the first attempt to invoke a copy
by drh
· 3 months ago
37b76ba
Fix a harmless redundant variable declaration in sqlite3_rsync.
by drh
· 3 months ago
e618674
Addition summary results output when using -vvv on sqlite3_rsync.
by drh
· 3 months ago
d7b8322
Promote the --protocol option to sqlite3_rsync from being an undocumented
by drh
· 3 months ago
f4d435d
Enhance sqlite3_rsync (in a backwards-compatible way) so that it has the
by drh
· 3 months ago
e2826db
Improvements to protocol negotiation.
by drh
· 3 months ago
faster-rsync
5f4d013
Clean up command-line parsing. Add the undocumented
by drh
· 3 months ago
bef9565
Now appears to be working. More testing needed. Refinement of the
by drh
· 3 months ago
f124ddf
Bug fixes. Added new debugging features to better visualize the protocol.
by drh
· 3 months ago
fbafaa5
This is the start of an experiment in getting sqlite3_rsync to use less
by drh
· 3 months ago
5db6951
Do not allow sqlite3_rsync to convert the replica from WAL-mode into
by drh
· 3 months ago
2bd983a
Enhance sqlite3_rsync so that, by default, it will sync non-WAL-mode
by drh
· 3 months ago
Next »