Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/tags/version-3.8.10
8f109e3
Version 3.8.10
by drh
· 10 years ago
version-3.8.10
9b40e47
Remove a faulty assert() statement.
by drh
· 10 years ago
b0cba4b
Have the autoconf package build the shell tool with SQLite linked in statically.
by dan
· 10 years ago
0c6ab89
Remove four lines of superfluous code identified by clang scan-build.
by drh
· 10 years ago
0a96931
Fix a minor coding inefficiency found during pre-release inspection.
by drh
· 10 years ago
bfa582a
Add #ifdef statements to test_blob.c so that it will build
by drh
· 10 years ago
59ba6e8
Spell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in dbstat.c.
by drh
· 10 years ago
dd14ecb
Fix a faulty assert() in the btree part of the "PRAGMA page_size = ?" code.
by dan
· 10 years ago
b6750b1
Fix a problem in Makefile.in that only comes up on Windows with MinGW.
by drh
· 10 years ago
8f70ee0
Fix #ifdef problem in tclsqlite.c.
by drh
· 10 years ago
a3ab9d0
Automatically enable the dbstat virtual table on all new database
by drh
· 10 years ago
d1055b1
In the command-line shell, and the ".binary" command and additional
by drh
· 10 years ago
abbf5dd
Add the "dbstat" virtual table as a standard component in the SQLite
by drh
· 10 years ago
1a4a680
Rename the test_stat.c source file to dbstat.c and rework the makefiles to
by drh
· 10 years ago
dbstat-in-amalgamation
84ab953
Include the "dbstat" virtual table in the amalgamation.
by drh
· 10 years ago
9af8646
Fix a faulty assert() in the SELECT code generator and add a test case
by drh
· 10 years ago
33aa4db
Fix a bug in --changeset output for sqldiff.exe for floating-point values.
by drh
· 10 years ago
9a9219f
Add the --lib option to the sqldiff.exe command-line utility.
by drh
· 10 years ago
c722cf7
Add the 'y' flag to the fts3/4 matchinfo() function.
by dan
· 10 years ago
1a57c17
Improvements to fuzzershell: Avoid excess memory allocations when loading
by drh
· 10 years ago
1a51337
Add the ".limit" command to the command-line shell.
by drh
· 10 years ago
36b948f
Reorganize some multi-threaded code in vdbesort.c so that full MC/DC test coverage does not depend on the outcome of a race condition.
by dan
· 10 years ago
c049057
Cleanup of the sqlite3StrAccumInit() function. No functionality changes.
by drh
· 10 years ago
28f9845
Add the experimental matchinfo 'y' flag to fts3/4.
by dan
· 10 years ago
c843016
Enhance the fuzzershell --uniquecases option to output results in order of
by drh
· 10 years ago
b3df0c6
Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt
by drh
· 10 years ago
e9c5f97
Fix an assert in RTREE that would fire if the rtree table is misdeclared.
by drh
· 10 years ago
929b923
Fix an assert() failure caused by setting "PRAGMA journal_mode=off" on an database in exclusive-mode that has already opened the journal file.
by dan
· 10 years ago
5789d1a
Remove obselete comment text from the description of the Table object.
by drh
· 10 years ago
abf5825
Use the sqlite3Fts3ErrMsg() function to set error message text in FTS3,
by drh
· 10 years ago
6296a2a
Enhance the CLI to initialize the dbstat virtual table if compiled using
by drh
· 10 years ago
f2db338
Fix a harmless comment typo.
by drh
· 10 years ago
d154a43
Avoid dropping an error code in test function sqlite3_dbstat_register().
by dan
· 10 years ago
6c98415
Modify the mkfuzzdata1.tcl script so that it retains the culled test vectors
by drh
· 10 years ago
6a412b8
Fix signed/unsigned comparison compiler warnings. Add the
by drh
· 10 years ago
f3cdcdc
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
by drh
· 10 years ago
b4a91a9
Improved support for OSTRACE on Windows.
by drh
· 10 years ago
5824d44
Revise when the sqlite3ErrName() function is defined.
by mistachkin
· 10 years ago
winTest
0bdef92
Update the test/fuzzdata1.txt file with the latest cases discovered by AFL.
by drh
· 10 years ago
d68d1f4
Fix an assert() failure that could occur if the internal sqlite3_rename_parent() SQL scalar function was invoked directly.
by dan
· 10 years ago
bd6789e
Fix sqlite3VdbeMakeWritable() to always clear the MEM_Ephem flag.
by drh
· 10 years ago
5fb7125
Shift the Mem.pScopyFrom pointer in the correct direction in OP_Move.
by drh
· 10 years ago
06d8337
Add code to the shell to optionally initialize the dbstat virtual table.
by drh
· 10 years ago
stat-vtab-in-shell
42c0a2b
Fix comment typos. No code changes.
by drh
· 10 years ago
4d35c41
Add a TCL script that can be run to generate the fuzzdata1.txt file.
by drh
· 10 years ago
995f8b9
Add fault-injection tests for the code in test_stat.c.
by dan
· 10 years ago
a30c158
Update the fuzzer test data after having run it through afl-cmin to remove
by drh
· 10 years ago
b3f3d64
Fix compiler warnings in sqldiff.
by drh
· 10 years ago
375d9b1
Update the AFL fuzzer data with newly discovered paths.
by drh
· 10 years ago
7c84c02
Fuzzershell: change the error summary output to work with releasetest.tcl.
by drh
· 10 years ago
f332071
Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from
by drh
· 10 years ago
f89aa47
Fix an obscure memory leak that could follow an OOM in where.c.
by dan
· 10 years ago
be5248f
In fuzzershell: (1) comment fixes. (2) Set and clear g.zTestName[] correctly.
by drh
· 10 years ago
0ee751f
In the fuzzershell, always invoke the trace and log callbacks even if output
by drh
· 10 years ago
9a9705d
Do not send the extra ";" and "\000" tokens to the parser if a prior error
by drh
· 10 years ago
9f18f74
Add fflush() calls to fuzzershell to keep stderr and stdout synchronized.
by drh
· 10 years ago
048810b
Add the --oom option to fuzzershell.
by drh
· 10 years ago
61a0d6b
Fix fuzzershell so that it works with SQLITE_OMIT_TRACE.
by drh
· 10 years ago
0ef84d0
Add the --with-tcl=DIR option to the test/releasetest.tcl script.
by drh
· 10 years ago
8ea5eca
Run fuzzershell as part of the valgrindtest makefile target.
by drh
· 10 years ago
f1e1736
Add the fuzztest target to the MSVC makefile.
by drh
· 10 years ago
e1a71a5
Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically
by drh
· 10 years ago
875bafa
Add the --unique-cases option to fuzzershell.
by drh
· 10 years ago
1cbb7fa
Fuzzershell enhancements: (1) Add the --verbose and --quiet flags
by drh
· 10 years ago
41148f8
Fix a faulty assert() in the "AS" alias resolution logic of the parser.
by drh
· 10 years ago
00808de
Improvement to "ID" formatting on the ".selecttrace 0x1ff" debugging function.
by drh
· 10 years ago
38f2024
Fix a problem causing the fts3 integrity-check to fail if run inside a transaction.
by dan
· 10 years ago
0ba5108
Improved filtering of input for fuzzershell for modes other than generic.
by drh
· 10 years ago
3fb2cc1
Change the printf, strftime, and glob modes of fuzzershell so that they
by drh
· 10 years ago
318d38c
When compiling for UAP, link against the new minimal MSVC runtime.
by mistachkin
· 10 years ago
1cb50c8
Alternative fix for the double-initialization of type and collating sequence
by drh
· 10 years ago
dfb5e1c
Make sure the datatype and collating sequence of transients tables are
by drh
· 10 years ago
4640835
Ensure that tables names are dequoted exactly once by the trigger logic.
by dan
· 10 years ago
be360e1
Fix a memory leak in the SELECT code generator tracing logic (code that is
by drh
· 10 years ago
4b79bde
Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns.
by dan
· 10 years ago
7c052da
Change an assert() in the aggregate query code generator into a testcase().
by drh
· 10 years ago
3c9a073
Fix an fts4 problem to do with the handling of phrases that contain zero tokens.
by dan
· 10 years ago
b6b676e
Fix some identifier name de-quoting issues in the foreign key and trigger logic.
by drh
· 10 years ago
60f4e09
Test case for the previous check-in.
by drh
· 10 years ago
0f517ea
Make sure the whereSplit() routine in the query planner is not confused
by drh
· 10 years ago
76f6a13
Enable compilation and VSIX package creation with the Visual Studio 2015 CTP.
by mistachkin
· 10 years ago
9985dab
Add the --mode option to fuzzershell.
by drh
· 10 years ago
4a74d07
Many new configuration options for fuzzershell.
by drh
· 10 years ago
4eed053
Fix a memory leak caused by duplicate entries in the sqlite_stat1 table.
by dan
· 10 years ago
cef2584
Fix an obscure memory leak in sqlite3Stat4ProbeFree()
by drh
· 10 years ago
f34e9aa
Enhance fuzzershell to support multiple blocks of SQL, each run in its own
by drh
· 10 years ago
b496a8f
Add an ALWAYS() around a new branch that was made unreachable by an even
by drh
· 10 years ago
19b887e
Fix another harmless compiler warning.
by mistachkin
· 10 years ago
0311b62
Merge updates from trunk.
by mistachkin
· 10 years ago
f659cf4
Modify the 'mkvsix' tool itself to support the Visual Studio 2015 CTP.
by mistachkin
· 10 years ago
542a176
Fix an off-by-one assert() in the virtual table argument tokenizer.
by drh
· 10 years ago
992590b
Fix a broken assert() and comparison for INSERT INTO ... SELECT when the
by drh
· 10 years ago
7520996
Silently ignore parser stack overflow when parsing a malformed schema in
by drh
· 10 years ago
5f1d2fa
Fix another assert() that is not true if the database schema is corrupt.
by drh
· 10 years ago
8e18922
Fix harmless compiler warnings seen with MSVC 2015.
by mistachkin
· 10 years ago
33c59ec
Fix a faulty assert in the schema parsing logic.
by drh
· 10 years ago
1c89a77
Document the NMAKE_ARGS environment variable as well.
by mistachkin
· 10 years ago
d0c7305
Fix a potential NULL pointer deference on a corrupt database schema.
by drh
· 10 years ago
88eb7fa
Improve documentation and comments in the MSVC batch build tool.
by mistachkin
· 10 years ago
a21f78b
Bring comments on the INSERT code generator up-to-date. Fix the INSERT code
by drh
· 10 years ago
Next »