FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - sqlite/sqlite · GitHub
sqlite
/
sqlite
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
10.4k
Code
Pull requests
22
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlite
src
on
master
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Add the --deny and --ignore options to the ".auth" command in the CLI.
Show description for 8ded810
drh
committed
8ded810
View commit details
Copy full SHA for 8ded810
View code at this point
Browse repository at this point
The sqlite3ExprListIsConstant() routine probably should not return true
Show description for 8a98827
drh
committed
8a98827
View commit details
Copy full SHA for 8a98827
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Make the optimization of UNION with ORDER BY and LIMIT sound by restricing
Show description for 46c7844
drh
committed
46c7844
View commit details
Copy full SHA for 46c7844
View code at this point
Browse repository at this point
Merge the latest trunk enhancements into the union-to-union-all branch.
Show description for 69785de
drh
committed
69785de
View commit details
Copy full SHA for 69785de
View code at this point
Browse repository at this point
When an expression that may have a subtype from the WHERE clause of a partial index is substituted for a column value, clear the subtype before the value is used. Report [bugs:/info/2026-08-25T05:3…
Show description for 11d653b
dan
authored and
dan
committed
11d653b
View commit details
Copy full SHA for 11d653b
View code at this point
Browse repository at this point
Avoid coding WHERE constraints too early when using the OR-optimization with OUTER join queries. Report [bugs:/info/2026-08-25T02:08:22Z | 2026-08-25T02:08:22Z].
Show description for 6121d99
dan
authored and
dan
committed
6121d99
View commit details
Copy full SHA for 6121d99
View code at this point
Browse repository at this point
Change error message text in the previous check-in to not have initial caps,
Show description for eb13d22
drh
committed
eb13d22
View commit details
Copy full SHA for eb13d22
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
Prohibit using ALTER TABLE to add or drop, or rename to or from a rowid alias, unless the table is a WITHOUT ROWID table. Report [bugs:/info/2026-08-23T15:59:23Z | 2026-08-23T15:59:23Z].
Show description for 9ca4d3f
dan
authored and
dan
committed
9ca4d3f
View commit details
Copy full SHA for 9ca4d3f
View code at this point
Browse repository at this point
Fix harmless compiler warning.
Show description for cc9f93c
drh
committed
cc9f93c
View commit details
Copy full SHA for cc9f93c
View code at this point
Browse repository at this point
Ensure that when a large integer value (too large to be losslessly converted to double) is specified as a default value for a column with REAL affinity, the real version of the value is stored in i…
Show description for d6bae5e
dan
authored and
dan
committed
d6bae5e
View commit details
Copy full SHA for d6bae5e
View code at this point
Browse repository at this point
When generating code to evaluate a vector IN constraint where the RHS
Show description for 221ad55
drh
committed
221ad55
View commit details
Copy full SHA for 221ad55
View code at this point
Browse repository at this point
Ensure that when a large integer value (too large to be losslessly converted to double) is specified as a default value for a column with REAL affinity, the real version of the value is stored in i…
Show description for 1934b30
dan
authored and
dan
committed
1934b30
View commit details
Copy full SHA for 1934b30
View code at this point
Browse repository at this point
The optimization of disabling an ORDER BY term if it is constrained by
Show description for 85e7fd9
drh
committed
85e7fd9
View commit details
Copy full SHA for 85e7fd9
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
Correctly enforce a UNIQUE constraint on a non-PRIMARY KEY column of a table
Show description for 4efa7a4
drh
committed
4efa7a4
View commit details
Copy full SHA for 4efa7a4
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
Enhance sqlite3_bind_int64() so that it never triggers a reprepare if the
Show description for 0eaef28
drh
committed
0eaef28
View commit details
Copy full SHA for 0eaef28
View code at this point
Browse repository at this point
Fix incorrect termination of varargs argument to pickStr() in
Show description for 13b624a
drh
committed
13b624a
View commit details
Copy full SHA for 13b624a
View code at this point
Browse repository at this point
Remove some unnecessary sqlite3_test_control() optimization control flags
Show description for 5ff4a53
drh
committed
5ff4a53
View commit details
Copy full SHA for 5ff4a53
View code at this point
Browse repository at this point
Improved use of LIMIT in UNION operators.
Show description for 2a71db2
drh
committed
2a71db2
View commit details
Copy full SHA for 2a71db2
View code at this point
Browse repository at this point
New optimization bit SQLITE_UnionLimit.
Show description for ea9d7d9
drh
committed
ea9d7d9
View commit details
Copy full SHA for ea9d7d9
View code at this point
Browse repository at this point
Improved testability.
Show description for 32db3f9
drh
committed
32db3f9
View commit details
Copy full SHA for 32db3f9
View code at this point
Browse repository at this point
Add an optimization that converts UNION into UNION ALL if there is
Show description for ccfd5e0
drh
committed
ccfd5e0
View commit details
Copy full SHA for ccfd5e0
View code at this point
Browse repository at this point
Fix check-in [468e730036edac22] so that it works with DESC indexes.
Show description for 3468c5b
drh
committed
3468c5b
View commit details
Copy full SHA for 3468c5b
View code at this point
Browse repository at this point
A couple of fixes, one of them important, for the previous check-in.
Show description for 45f4f1c
drh
committed
45f4f1c
View commit details
Copy full SHA for 45f4f1c
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Faster implementation of sqlite3_bind_int64(). Reduce the need to
Show description for 6f1110c
drh
committed
6f1110c
View commit details
Copy full SHA for 6f1110c
View code at this point
Browse repository at this point
Refactor. 2M cycles faster on x64.
Show description for 8fafd53
drh
committed
8fafd53
View commit details
Copy full SHA for 8fafd53
View code at this point
Browse repository at this point
In the CLI, finer-grain control of what status information is displayed via
Show description for 54508b2
drh
committed
54508b2
View commit details
Copy full SHA for 54508b2
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Merge the latest trunk enhancements into the reduce-reprepares branch.
Show description for 5d92a8f
drh
committed
5d92a8f
View commit details
Copy full SHA for 5d92a8f
View code at this point
Browse repository at this point
Performance enhancements (inlining and partial inlining) in the
Show description for 47774fd
drh
committed
47774fd
View commit details
Copy full SHA for 47774fd
View code at this point
Browse repository at this point
Use testcase() macros to prove coverage in jsonbPayloadSizeWide()
Show description for 6c4e218
drh
committed
6c4e218
View commit details
Copy full SHA for 6c4e218
View code at this point
Browse repository at this point
Fix typo in comment. No code changes.
Show description for eb50028
drh
committed
eb50028
View commit details
Copy full SHA for eb50028
View code at this point
Browse repository at this point
Revise the OP_Int64, OP_Real, and OP_ColumnsUsed opcodes to split their
Show description for d7a233c
drh
committed
d7a233c
View commit details
Copy full SHA for d7a233c
View code at this point
Browse repository at this point
Fix a comment typo and add back a missing assert().
Show description for 16d41ab
drh
committed
16d41ab
View commit details
Copy full SHA for 16d41ab
View code at this point
Browse repository at this point
Add a comment on the OP_ColumnsUsed operator.
Show description for d99abf5
drh
committed
d99abf5
View commit details
Copy full SHA for d99abf5
View code at this point
Browse repository at this point
Fix the order of 32-bit works on an OP_ColumnsUsed operator.
Show description for ed22d61
drh
committed
ed22d61
View commit details
Copy full SHA for ed22d61
View code at this point
Browse repository at this point
Fix a harmless compiler warning.
Show description for 408aeef
drh
committed
408aeef
View commit details
Copy full SHA for 408aeef
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL