๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/popenMsvc
/
test
0045219
Improved comments on the fuzzcheck.c test program. No changes to code.
by drh
ยท 10 years ago
0dd5cda
Ensure that the CREATE TABLE AS statement correctly undoes partial changes
by drh
ยท 11 years ago
07d694c
Adjust ICU tests to account for recent changes in the official
by drh
ยท 11 years ago
e4d3870
Improved detection of database corruption in freeSpace().
by drh
ยท 11 years ago
aca55cf
Remove stray outputs from the test suite.
by drh
ยท 11 years ago
72bc820
When generating code for partial indexes, be sure not to modify the
by drh
ยท 11 years ago
eeb31ff
More test output refinements.
by mistachkin
ยท 11 years ago
testerOutput
7b96f2f
Remove possibly stray output from various tests.
by mistachkin
ยท 11 years ago
905da63
"test" targets on all makefiles use --verbose=file --output=test-out.txt.
by drh
ยท 11 years ago
84dff7a
Avoid passing constraints that are unusable due to LEFT or CROSS joins to virtual table xBestIndex() methods.
by dan
ยท 11 years ago
17c0823
Add the --output=$file and --verbose=(0|1|file) options to tester.tcl.
by dan
ยท 11 years ago
35175bf
If a query contains "FROM t1 LEFT JOIN t2, t3, t4", ensure that tables t3 and t4 are not scanned before t2. The trunk already does this.
by dan
ยท 11 years ago
24dee9d
Always check for cell overflow before returning a slot from the
by drh
ยท 11 years ago
467c1c7
Add test cases for type affinity rules.
by drh
ยท 11 years ago
cd8fb7c
Fix a faulty assert() in btree.c. Update the database fuzz test file with
by drh
ยท 11 years ago
b5a2d55
Omit the rowallock.test script (Read-Only WAL lock) from the
by drh
ยท 11 years ago
d092ed4
Add some extra source-code comments and a test case.
by drh
ยท 11 years ago
coroutine-autoindex
73d340a
Earlier detection of incompatible sibling pages in balance_nonroot.
by drh
ยท 11 years ago
24cf1e5
Add new test cases to the fuzzdata3.db set of database fuzz tests.
by drh
ยท 11 years ago
275fe3a
Do not attempt to take any write lock on a read-only database on Windows.
by drh
ยท 11 years ago
3da29a1
The fuzzoomtest makefile target is no longer supported, so update
by drh
ยท 11 years ago
f74d35b
Fix a minor and harmless memory leak in fuzzcheck. Adjust the makefiles
by drh
ยท 11 years ago
a7298ac
Disallow the use of "rowid" in CTEs - it has never worked correctly and it
by drh
ยท 11 years ago
fccda8a
CTEs have never add working rowids. So disallow the use of the "rowid" column
by drh
ยท 11 years ago
no-rowid-in-cte
1421d98
Add the "PRAGMA cell_size_check=ON" command.
by drh
ยท 11 years ago
cell-size-check-pragma
82faa2c
Merge accidental fork.
by dan
ยท 11 years ago
test-using-fuzzcheck
584390e
Fix a one-byte buffer overread that may follow a syntax error while preparing an SQL statement.
by dan
ยท 11 years ago
4d6fda7
Fix fuzzcheck so that it responds correctly to the TEST_FAILURE environment
by drh
ยท 11 years ago
ea93c70
The "make fuzztest" target now uses fuzzcheck instead of fuzzershell.
by drh
ยท 11 years ago
d9972ef
Enhance fuzzcheck with the ability to store descriptions in each source
by drh
ยท 11 years ago
908aced
Fix another bug in the in-memory VFS for fuzzcheck.
by drh
ยท 11 years ago
6c1944f
Update test cases in corruptI.test so that they work with both SQLITE_ENABLE_OVERSIZE_CELL_CHECK and SQLITE_DEFAULT_AUTOVACUUM builds.
by dan
ยท 11 years ago
fb0246b
Return SQLITE_CORRUPT to the user if an attempt is made to add database page 1 to the free page list.
by dan
ยท 11 years ago
c5b7358
Fix a problem with ignoring UNIQUE constraints on WITHOUT ROWID tables rendered redundant by the PRIMARY KEY.
by dan
ยท 11 years ago
e5c5f2c
Add the --result-trace option to fuzzcheck, and other interface enhancements.
by drh
ยท 11 years ago
aca7ea1
Fix an important bug in the xRead method of the in-memory VFS for fuzzcheck.
by drh
ยท 11 years ago
1573dc3
Add fuzzcheck to all makefiles and fix compiler warnings.
by drh
ยท 11 years ago
fuzzcheck
4ab3147
Improved tracing capabilities in fuzzcheck.
by drh
ยท 11 years ago
15b3128
Add the --native-vfs option on fuzzcheck.
by drh
ยท 11 years ago
b335d12
Merge the btree fixes out of trunk.
by drh
ยท 11 years ago
a9542b1
Add the --dbid and --sqlid parameters to fuzzcheck. Other fuzzcheck fixes.
by drh
ยท 11 years ago
08f901b
Have the b-tree layer return SQLITE_CORRUPT to any attempt to open a cursor with a root page number less than 1.
by dan
ยท 11 years ago
3b74d03
First code for a new utility program to rerun checks on a large number of
by drh
ยท 11 years ago
0f8076d
Fix a couple of btree asserts that would fail when encountering 32-bit rollover in cell payload size fields (cell payloads this large always indicate corruption).
by dan
ยท 11 years ago
2fc3a6c
Fix a case where database corruption may cause SQLite to write past the end of a buffer.
by dan
ยท 11 years ago
cf3d17c
Fix an assert() in btree routine freeSpace() that may be false if the database is corrupt.
by dan
ยท 11 years ago
3fb37f0
Fix an fts4 matchinf() problem triggered by deferred tokens that are part of phrases that are part of AND expressions.
by dan
ยท 11 years ago
f058b9c
Add a test case to verify that CREATE TABLE AS does not store INT values
by drh
ยท 11 years ago
create-table-as-type-fix
00d5ab7
Fix handling of queries with VALUES on the left and UNION ALL SELECT on the
by drh
ยท 11 years ago
dde548c
Ensure that when the VM applies TEXT affinity to a value it discards any existing REAL or INTEGER value.
by dan
ยท 11 years ago
b387e63
Merge latest trunk changes with this branch.
by dan
ยท 11 years ago
a48bae8
Transitive constraints should only work if operands have compatible
by drh
ยท 11 years ago
69c15fe
Refinements to the determination of when an A==B term is an equivalence.
by drh
ยท 11 years ago
df55365
Make a hard copy of the results of a subquery lest the result of the
by drh
ยท 11 years ago
3072b53
Do not assume that "col IS ?" matches at most a single row of a UNIQUE column unless the column is also NOT NULL.
by dan
ยท 11 years ago
22c17b8
Simplifications to error message processing. Fix a possible problem in error
by drh
ยท 11 years ago
5d8806e
A few more test cases for the IS operator.
by drh
ยท 11 years ago
index-is-operator
4a00b33
More test cases. Remove some invalid testcase() macros. Rearrange some code
by drh
ยท 11 years ago
2bbb62c
Merge changes from the index-is-operator branch into this one. Drop the partial support added for IS on this branch by [52e73eec].
by dan
ยท 11 years ago
8255079
Merge latest trunk changes with this branch.
by dan
ยท 11 years ago
e8d0c61
A new implementation of indexing with the IS operator that works correctly
by drh
ยท 11 years ago
9be1870
Simplified implementation of indexing with the IS operator.
by drh
ยท 11 years ago
e0cc3c2
Add testcase() macros and comments and a few test-cases.
by drh
ยท 11 years ago
6582ae5
Try to get recent sqlite3_analyzer and sqldiff tests working for all
by drh
ยท 11 years ago
6ebf1eb
Add new fts3 matchinfo option 'b'. Also optimize existing option 'y'.
by dan
ยท 11 years ago
8906b7d
Add missing "finish_test" commands to the end of the two new test scripts
by drh
ยท 11 years ago
1c1cea8
Merge latest trunk changes into this branch.
by dan
ยท 11 years ago
fts3-matchinfo-y
d13b231
Test cases for sqlite3_analyzer and sqldiff. Fix a problem with
by drh
ยท 11 years ago
6a12854
Remove a couple stray test breakpoint calls.
by mistachkin
ยท 11 years ago
857df26
Enhance the dbstat virtual table with the ability to analyze ATTACHed databases.
by drh
ยท 11 years ago
9b40e47
Remove a faulty assert() statement.
by drh
ยท 11 years ago
99eaf39
Add the fts3 matchinfo 'b' flag.
by dan
ยท 11 years ago
dd14ecb
Fix a faulty assert() in the btree part of the "PRAGMA page_size = ?" code.
by dan
ยท 11 years ago
d1055b1
In the command-line shell, and the ".binary" command and additional
by drh
ยท 11 years ago
9af8646
Fix a faulty assert() in the SELECT code generator and add a test case
by drh
ยท 11 years ago
28f9845
Add the experimental matchinfo 'y' flag to fts3/4.
by dan
ยท 11 years ago
b3df0c6
Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt
by drh
ยท 11 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
ยท 11 years ago
6c98415
Modify the mkfuzzdata1.tcl script so that it retains the culled test vectors
by drh
ยท 11 years ago
0bdef92
Update the test/fuzzdata1.txt file with the latest cases discovered by AFL.
by drh
ยท 11 years ago
d68d1f4
Fix an assert() failure that could occur if the internal sqlite3_rename_parent() SQL scalar function was invoked directly.
by dan
ยท 11 years ago
4d35c41
Add a TCL script that can be run to generate the fuzzdata1.txt file.
by drh
ยท 11 years ago
995f8b9
Add fault-injection tests for the code in test_stat.c.
by dan
ยท 11 years ago
a30c158
Update the fuzzer test data after having run it through afl-cmin to remove
by drh
ยท 11 years ago
375d9b1
Update the AFL fuzzer data with newly discovered paths.
by drh
ยท 11 years ago
f332071
Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from
by drh
ยท 11 years ago
f89aa47
Fix an obscure memory leak that could follow an OOM in where.c.
by dan
ยท 11 years ago
0ef84d0
Add the --with-tcl=DIR option to the test/releasetest.tcl script.
by drh
ยท 11 years ago
8ea5eca
Run fuzzershell as part of the valgrindtest makefile target.
by drh
ยท 11 years ago
e1a71a5
Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically
by drh
ยท 11 years ago
e11afed
Merge latest trunk changes into this branch.
by dan
ยท 11 years ago
41148f8
Fix a faulty assert() in the "AS" alias resolution logic of the parser.
by drh
ยท 11 years ago
38f2024
Fix a problem causing the fts3 integrity-check to fail if run inside a transaction.
by dan
ยท 11 years ago
dfb5e1c
Make sure the datatype and collating sequence of transients tables are
by drh
ยท 11 years ago
4640835
Ensure that tables names are dequoted exactly once by the trigger logic.
by dan
ยท 11 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
ยท 11 years ago
7c052da
Change an assert() in the aggregate query code generator into a testcase().
by drh
ยท 11 years ago
3c9a073
Fix an fts4 problem to do with the handling of phrases that contain zero tokens.
by dan
ยท 11 years ago
b6b676e
Fix some identifier name de-quoting issues in the foreign key and trigger logic.
by drh
ยท 11 years ago
60f4e09
Test case for the previous check-in.
by drh
ยท 11 years ago
Next »