1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Default Branch

7bcb650f57 · Add new extended error codes to SQLITE_ERROR and SQLITE_IOERR, for use · Updated 2025-07-26 15:51:18 +03:00

Branches

e9689e7dae · Do not use any index field with a collating sequence of DATACOPY to speed · Updated 2025-07-26 00:45:58 +03:00

4592
39

9c620c0e4e · Add the datacopy extension, used for testing only. · Updated 2025-07-25 23:37:56 +03:00

4592
38

e0837d59da · Version 3.44.5 · Updated 2025-07-24 17:26:41 +03:00

3038
66

cac93a5be0 · Add a call to Tcl_Init() in tclsqlite3's setup. This activates many of the otherwise-missing Tcl standard commands and is believed to be benign on systems where those cannot be loaded, but whether it truly is requires some experimentation on affected systems. · Updated 2025-07-22 23:17:06 +03:00

2
1

d972a08755 · Fix a potentially uninitialized field in the WhereLoop object that is used · Updated 2025-07-22 19:02:52 +03:00

218
43

4402f35000 · Merge the latest trunk enhancments into the reuse-schema branch. · Updated 2025-07-17 18:38:46 +03:00

15
215

b46738f169 · Merge all of the trunk enchancements into the bedrock branch. · Updated 2025-07-17 18:31:16 +03:00

15
519

825751eb69 · Merge the latest trunk enhancements into the wal2 branch. · Updated 2025-07-17 18:24:19 +03:00

15
177

90ca27d507 · Merge the latest trunk enhancements into the begin-concurrent branch. · Updated 2025-07-17 18:18:14 +03:00

15
341

5b0592a36f · Merge the 3.50.3 changes into the reuse-schema-3.50 branch · Updated 2025-07-17 17:02:44 +03:00

218
257

5b4bbf6dbb · Code style conformance tweaks and remove a ref to a now-dead makefile var. · Updated 2025-07-16 21:51:07 +03:00

17
2

3a97a1ba8c · Squelch a legitimate but harmless 'discards const' warning. · Updated 2025-07-16 12:20:02 +03:00

114
0
Included

7d20c2e8a3 · Add test case to between.test. · Updated 2025-07-15 21:51:46 +03:00

36
0
Included

f121227f87 · Have SQLite request a plan with no setup-cost from xBestIndex if the plan in question may only be used as the outermost loop of the query. · Updated 2025-07-15 20:03:51 +03:00

33
5

194f0bada7 · In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxValid flag is cleared. Possible fix for [forum:/forumpost/3e45ed31d8 | forum post 3e45ed31d8]. · Updated 2025-07-14 18:34:11 +03:00

35
0
Included

1f68085849 · Clearer docs for the unowned db/stmt handle mechanism. · Updated 2025-07-11 22:44:42 +03:00

85
0
Included

868f32abbd · Merge trunk into column-text-blob-v2 branch. · Updated 2025-07-11 17:18:19 +03:00

48
21

449b34571e · Enable the EXISTS-to-JOIN optimization if the outer query has no · Updated 2025-07-08 20:28:09 +03:00

62
0
Included

4fe1ac8fe1 · Simplifications to the row-value IN operator logic. Do not let the query · Updated 2025-07-07 18:40:53 +03:00

90
0
Included

a24a397b8b · Improvements to sqlite3_vtab_rhs_value() logging in the · Updated 2025-07-03 18:50:18 +03:00

98
0
Included