Skip to content
GitLab
Explore
Sign in
public-libraries
sqlite
Repository
Branches
Overview
Active
Stale
All
autoindex-fix
0e464b5f
·
Do not allow the push-down optimization on the right table of a RIGHT JOIN.
·
Apr 25, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
right-join-subrtn-check
6c7e89b4
·
Fix false-positives in sqlite3VdbeNoJumpsOutsideSubrtn(). All tests pass now.
·
Apr 23, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
right-join-colnames
ab843a51
·
Fix minor problems with the new join table name resolution logic.
·
Apr 23, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
right-join-paren
b094d720
·
Further attempts to get name resolution to work correctly with
·
Apr 21, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
right-join-using
e62d9149
·
Avoid deleting substructure of the Expr node in lookupName() until after
·
Apr 15, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
right-join-fix
c504f677
·
Previous check-in accidentally inverted a test on an assert(). Fix that.
·
Apr 14, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
foreachrow-statement
e1742d53
·
Grammar rules for a hypothetical FOR EACH ROW statement. No new keywords
·
Apr 08, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
merge-statement
868091c2
·
Tokenizer and grammar rules sufficient for the MERGE command.
·
Apr 08, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
vdbe-state-refactor
99a21828
·
Split out the RUN state into separate READY and RUN states.
·
Mar 31, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
extapi-serializing
b5bb769c
·
expose sqlite3_{deserialize,serialize}() in sqlite3ext.h
·
Mar 22, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
vtab-distinct-ordered
d6df8550
·
Updates a comment and an assert().
·
Mar 17, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
shell-tweaks
29bc92be
·
Improve formatting of changes doc for this branch
·
Mar 10, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
optimize-init-mem
4296357c
·
The performance increase in the previous check-in of this branch was due to
·
Feb 28, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
simplify-cursor-state
1b18a90d
·
Attempt to transform OP_Column to make use of eCurState instead of the other
·
Feb 25, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
auto-column
33633861
·
CLI's .import column rename made more minimal, and reports renames.
·
Feb 14, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
alter-table-if-exists
737412ef
·
Prototype implementation of IF EXISTS and IF NOT EXISTS clauses on the
·
Feb 09, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
relaxed-alter-table
569c1056
·
Fix a NULL pointer dereference that can occur after OOM. Problem
·
Feb 05, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
batch-in-operator
cc0db613
·
Additional test cases.
·
Feb 02, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
vtab-limit-offset
f6f78886
·
Add a NEVER() on an unreachable branch.
·
Jan 28, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
sqlite3_vtab_distinct
68dc8151
·
Bring sqlite3_vtab_distinct() up to spec so that it works as described in the
·
Jan 22, 2022
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Prev
1
…
15
16
17
18
19
20
21
22
23
…
74
Next