Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/tags/version-3.39.4
48fa01e
Version 3.39.4
by drh
· 3 years ago
version-3.39.4
e182461
Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension.
by drh
· 3 years ago
76167f9
Remove a NEVER macro in defragmentPage() that dbsqlfuzz discovered can be
by drh
· 3 years ago
3ec786a
Enhance defensive mode so that it disallows CREATE TRIGGER statements if
by drh
· 3 years ago
8cf7bed
Enhance the b-tree page sorting code to ensure that sqlite3PagerRekey() never
by dan
· 3 years, 1 month ago
77aa809
Enhance an assert() to impose for tighter constraints on the operation of pcache.
by drh
· 3 years, 1 month ago
1b7e5d2
Fix the windows build so that it works with -DSQLITE_OMIT_AUTOINIT.
by drh
· 3 years, 1 month ago
3943571
Ensure that the Rekey() operation does not overwrite an existing page number.
by drh
· 3 years, 1 month ago
3ec39b0
Increase the version number to 3.39.4
by drh
· 3 years, 1 month ago
230ad45
Version 3.39.3
by drh
· 3 years, 1 month ago
version-3.39.3
98e5775
Ensure the Pager.journalOff variable is zeroed if an error occurs while writing the initial header to the journal file.
by dan
· 3 years, 1 month ago
e8b45c3
Remove a NEVER() that is sometimes true.
by drh
· 3 years, 1 month ago
4740564
Fix an assert() associated with the dbsqlfuzz error at [8372468bb5d8922c].
by drh
· 3 years, 1 month ago
16938fc
When an OOM occurs and sets the Parse.nErr value, also set the Parse.nErr
by drh
· 3 years, 1 month ago
cdce08b
Mutex protect access to the sqlite3_test_directory and sqlite3_data_directory
by drh
· 3 years, 1 month ago
254c5ad
Defer deleting a transient SELECT statement associated with a flattening
by drh
· 3 years, 1 month ago
87cef5e
Do not attempt the OP_Count optimization on queries with HAVING clauses.
by drh
· 3 years, 1 month ago
9eb67ef
Any function call can abort. Take this into account when deciding if a DML
by drh
· 3 years, 1 month ago
7ef2cf8
Avoid having fts3 read uninitialized values when processing deferred tokens.
by drh
· 3 years, 2 months ago
0b316cb
Fix a problem with the query optimizer for LIMIT/OFFSET queries when
by drh
· 3 years, 2 months ago
71dc5f8
Improvement on the previous check-in.
by drh
· 3 years, 2 months ago
7dde866
For an IN operator used with a RIGHT JOIN, use the number of terms in the
by drh
· 3 years, 2 months ago
65f517d
Bump the version number up to 3.39.3.
by drh
· 3 years, 2 months ago
96e3015
In the xUpdate method of the GeoPoly virtual table, make sure that the
by drh
· 3 years, 2 months ago
202b2a7
Version 3.39.2
by drh
· 3 years, 2 months ago
version-3.39.2
b0ddbf7
In the query planner, restore the former aggressiveness in reordering of
by drh
· 3 years, 2 months ago
fd34e75
Simplify the logic that converts the "1" expression in "ORDER BY 1" into a
by drh
· 3 years, 2 months ago
6eb7354
Increase the size of loop variables in the printf() implementation to avoid
by drh
· 3 years, 2 months ago
afb21dc
Fix harmless compiler warnings seen with MSVC.
by mistachkin
· 3 years, 3 months ago
b1c4457
Fix a memory leak in fts3 that could occur when processing a corrupt database.
by dan
· 3 years, 3 months ago
effc07e
Fix the whereKeyStats() routine (part of STAT4 processing only) so that it
by drh
· 3 years, 3 months ago
8d65601
Update some faulty assert() statements in fts3.
by dan
· 3 years, 3 months ago
c892515
Bump the version number up to 3.39.2.
by drh
· 3 years, 3 months ago
9dde91f
When applying the omit-ORDER-BY optimization, defer deleting the AST of
by drh
· 3 years, 3 months ago
11dbd0b
Version 3.39.1
by drh
· 3 years, 3 months ago
version-3.39.1
b3f7a5d
The query flattener should not run if the subquery is a compound that contains
by drh
· 3 years, 3 months ago
14030cc
Fix test case error messages so that they work with after the removal of
by drh
· 3 years, 3 months ago
9d905ce
Update makefiles to fix building the non-amalgamation testfixture with SQLITE_DEBUG.
by dan
· 3 years, 3 months ago
9dfd155
Use 64-bit memory allocation APIs in the sqlite_stmt virtual table, to avoid
by drh
· 3 years, 3 months ago
31114a3
Fix harmless compiler warnings.
by drh
· 3 years, 3 months ago
4292973
Increase the version number to 3.39.1.
by drh
· 3 years, 3 months ago
8d7ffd2
Ensure that the Parse.nErr flag is set following an SQLITE_TOOBIG error on
by drh
· 3 years, 3 months ago
6447722
Fix a problem in fts3 to do with deferred tokens and OR expressions.
by drh
· 3 years, 3 months ago
d120a50
Fix for builds with both SQLITE_DEBUG and SQLITE_OMIT_WINDOWFUNC defined.
by dan
· 3 years, 3 months ago
f14c4c9
Fix the initial-prefix optimization for the REGEXP extension such that it
by drh
· 3 years, 3 months ago
98c336c
Fix documentation and test-script typos and a dependency problem on a Makefile. Fix the sqlite_stmt extension virtual table so that it shows the state of all
by drh
· 3 years, 3 months ago
47d8c40
Version 3.39.0
by drh
· 3 years, 3 months ago
version-3.39.0
a36fedb
Change a harmless assert() into a testcase(). The actually test case code
by drh
· 3 years, 3 months ago
86bc5e4
Fix a harmless UBSAN warning associated with PRAGMA schema_version
by drh
· 3 years, 3 months ago
a5ec23a
In sqlite3WhereBegin, do not proceed with coding the loop if an error is detected as part of WHERE expression analysis.
by dan
· 3 years, 3 months ago
2a40a88
A minor fix to test/fuzzinvariants.c so that it works even with column names
by drh
· 3 years, 3 months ago
9efc618
Minor correction to a comment. No code changes.
by drh
· 3 years, 3 months ago
2b0ea02
Enhance the TCL scrip that generates sqlite3-all.c so that it outputs all
by drh
· 3 years, 3 months ago
f221e4b
Fix requirements marks that changed due to typo fixes in the documentation.
by drh
· 3 years, 3 months ago
cf5cab0
More comment fixes. No changes to code.
by drh
· 3 years, 3 months ago
0751fc3
Allow more line with on the debugging output for SrcItem elements in the
by drh
· 3 years, 3 months ago
2591cfb
Additional enhancements to comments. No changes to code.
by drh
· 3 years, 3 months ago
b885744
Give dbtotxt an option to prepend .open --hexdb
by larrybr
· 3 years, 3 months ago
861ac67
Fix a typo in a comment. No changes to code.
by drh
· 3 years, 3 months ago
8c44962
Disable the short-cut query planner if the NOT INDEXED modifier is used.
by drh
· 3 years, 3 months ago
b9294de
Allow a HAVING clause on any aggregate query, even if there is no GROUP BY
by drh
· 3 years, 3 months ago
4af6462
Add an ALWAYS() macro to an always-true branch.
by drh
· 3 years, 3 months ago
436c28a
Do not allow FROM-clause terms on the left side of a RIGHT or FULL JOIN to
by drh
· 3 years, 3 months ago
d748040
Do not allow an ON clause to references tables to its right if there is a
by drh
· 3 years, 3 months ago
ae8776e
The fix at [cab9b4cccd13bf0a] was incomplete, as demonstrated by
by drh
· 3 years, 3 months ago
1d49768
Follow-up to check-in [0057bbb508e7662b] - ensure that the database page
by drh
· 3 years, 3 months ago
1373699
Enable query invariant checking in fuzzcheck by default. There is no way
by drh
· 3 years, 3 months ago
d0d21f5
Abandon a query-invariant check in fuzzcheck if the call to
by drh
· 3 years, 3 months ago
8fa6206
In the --query-invariants option of fuzzcheck, correctly deal with OOMs
by drh
· 3 years, 3 months ago
01156ec
Fix the OP_Concat operator such that when concatenating a BLOB with an
by drh
· 3 years, 3 months ago
c2beb0d
Omit the --query-invariants processing in fuzzcheck for queries that contain
by drh
· 3 years, 3 months ago
f26e451
Do not run --query-invariants on statements that make use of sqlite_offset().
by drh
· 3 years, 3 months ago
b103c57
Various fixes and improvements to the --query-invariants option of fuzzcheck.
by drh
· 3 years, 3 months ago
ea64cb3
Allow integers and floating point numbers to compare equal.
by drh
· 3 years, 3 months ago
query-invariants
6388036
Improve query-invariants to the point that it would have discovered the
by drh
· 3 years, 3 months ago
c68fb84
Only run query-invariant checks after the original query has run to completion,
by drh
· 3 years, 3 months ago
36f904f
Fix the virtual table detection mechanism to avoid false-positives that were
by drh
· 3 years, 3 months ago
6efabd6
Fix the new --query-invariants option on fuzzcheck so that it does not
by drh
· 3 years, 3 months ago
2a7aff9
Avoid omitting the rhs of FULL JOINs in cases where it is only correct to omit the rhs of a LEFT JOIN.
by dan
· 3 years, 3 months ago
3e245bc
Minor fix to the query invariant testing logic of fuzzcheck.
by drh
· 3 years, 4 months ago
8f9261a
Improvements to query invariants in fuzzcheck.
by drh
· 3 years, 4 months ago
e3bf2c8
Improvements to query invariant checking in fuzzcheck.
by drh
· 3 years, 4 months ago
dba3a5a
When running an incremental vacuum, detect growth in the size of the database
by drh
· 3 years, 4 months ago
516c850
Add the --query-invariants option to fuzzcheck. No changes to the SQLite core.
by drh
· 3 years, 4 months ago
10c5341
Dbsqlfuzz discovered a case where a bytecode branch is in fact taken, so change
by drh
· 3 years, 4 months ago
0c278c3
Add the --query-invariants flag to fuzzcheck. The query invariant checks are
by drh
· 3 years, 4 months ago
query-invariant-tests
a913f9b
Improvements to query invariant testing. Almost working now.
by drh
· 3 years, 4 months ago
27a242c
Fix the OP_NullRow opcode so that it works even if it applied to an
by drh
· 3 years, 4 months ago
bbf7113
Add missing SQLITE_FCNTL_SIZE_HINT call to a path taken during transaction rollback.
by dan
· 3 years, 4 months ago
a1f79da
Attempt to enhance fuzzcheck to do some simple invariant testing on queries.
by drh
· 3 years, 4 months ago
92d1afb
Do not remove the EP_CanBeNull flag from expressions during a LEFT JOIN
by drh
· 3 years, 4 months ago
1cc5c4a
The same restrictions on the use of WHERE clause terms to drive indexes
by drh
· 3 years, 4 months ago
e45b87a
fiddle: minor style tweaks, including using swapped colors for the input/output fields to help (hopefully) reduce the "which field is which?" dissonance.
by stephan
· 3 years, 4 months ago
958fcd4
Do not allow constant propagation between WHERE-clause terms and ON-clause terms
by drh
· 3 years, 4 months ago
a27e350
Fix a faulty assert() statement identified by
by drh
· 3 years, 4 months ago
0c2b00b
fiddle: modernized the UI based on related code in fossil's /pikchrshow. Changed the color scheme to match sqlite.org.
by stephan
· 3 years, 4 months ago
65458dc
Do not allow the subtype of a value to cross a subquery boundary. This
by drh
· 3 years, 4 months ago
e5dea28
Prevent subtype values from slipping across a subquery boundry when the
by drh
· 3 years, 4 months ago
subtype-subquery
8878f8a
The subtype of a value should not propagate across a subquery boundary.
by drh
· 3 years, 4 months ago
0483668
Move an #ifdef in shell.c to avoid a harmless "unused function"
by drh
· 3 years, 4 months ago
Next »