๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/bug-b351d95f9c
d81a142
Replace some unreachable branch instructions with assert() statements.
by drh
ยท 15 years ago
bug-b351d95f9c
746fd9c
Tweaks to help facilitate structural test coverage.
by drh
ยท 15 years ago
8b1db07
Test case and fix for the specific failure of ticket [b351d95f9cd5ef17e9d9dbae].
by drh
ยท 15 years ago
7153d1f
Use OP_Copy rather than OP_SCopy at one point in aggregate processing where
by drh
ยท 15 years ago
ebc1671
Continuing work toward detecting and fixing shallow-copy misuse.
by drh
ยท 15 years ago
2b4ded9
Add assert() statements that fail when a shallow copy is accessed after the
by drh
ยท 15 years ago
7445ffe
Simplifications to the expression code generator. Remove about 80 lines of
by drh
ยท 15 years ago
1556405
Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1
by drh
ยท 15 years ago
42825cd
Add new file e_createtable.test.
by dan
ยท 15 years ago
e8b0c9b
Do not call gethostuuid() on MacOS 10.4 and earlier, since it is not
by drh
ยท 15 years ago
56f0571
Add tests to file e_reindex.test.
by dan
ยท 15 years ago
e4c2d05
Modify some evidence tags to match updated gifs.
by dan
ยท 15 years ago
52c3dcd
Merge experimental branch back into trunk.
by dan
ยท 15 years ago
5f90f52
Add new file e_vacuum.test. Move part of e_select.test into e_select2.test.
by dan
ยท 15 years ago
099d147
Add experimental branch disallowing VACUUM when there are one or more active SQL statements.
by dan
ยท 15 years ago
experimental
cc9352e
Modify testable statement ids in a few test files to account for recent docsrc changes.
by dan
ยท 15 years ago
af7626f
Add tests to e_delete.test.
by dan
ยท 15 years ago
b51d2fa
Further tests and changes to make the r-tree module more robust.
by dan
ยท 15 years ago
bd188af
Add new file rtreeA.test, to test that the r-tree extension doesn't crash if it encounters a corrupt or inconsistent database.
by dan
ยท 15 years ago
90b1b3a
Add new file e_delete.test.
by dan
ยท 15 years ago
b04757a
Add tests to e_update.test.
by dan
ยท 15 years ago
af1dcab
Add test file e_update.test.
by dan
ยท 15 years ago
d2db090
Changes to test scripts to work with SQLITE_TEMP_STORE=2.
by dan
ยท 15 years ago
b59422a
Add further tests to e_insert.test.
by dan
ยท 15 years ago
a3680a7
Add a test case to verify that bug [313723c356] has been fixed.
by dan
ยท 15 years ago
92683f5
Make sure the pager cache is cleared if there is any difficulty starting
by drh
ยท 15 years ago
51f0698
Add new test file e_insert.test.
by dan
ยท 15 years ago
96916f5
Fix a couple of stale evidence marks in e_select.test.
by dan
ยท 15 years ago
1b89d5d
Add tests to e_select.test.
by dan
ยท 15 years ago
ff1290f
Clarifications to the sqlite3_auto_extension() documentation.
by drh
ยท 15 years ago
17cbfae
Updates to the documentation for sqlite3_create_collation().
by drh
ยท 15 years ago
f41627a
Add tests for some syntax diagrams in lang_select.html.
by dan
ยท 15 years ago
9fe5b85
Remove additional occurrences of <ctype.h> from FTS2.
by drh
ยท 15 years ago
97f267e
Add new test file fts3shared.test to test the previous change.
by dan
ยท 15 years ago
8786f7f
Have all FTS3 queries obtain a read or write table-lock at the shared-cache level before doing anything else.
by dan
ยท 15 years ago
f2fcd07
Completely remove all trace of ctype.h from FTS2.
by drh
ยท 15 years ago
2fcc7bd
Fix a comment typo in memjournal.c
by drh
ยท 15 years ago
6c5cecb
Updates to the requirements on the sqlite3_create_function() family of
by drh
ยท 15 years ago
201ed8a
Add tests for ORDER BY, LIMIT and OFFSET clauses to e_select.test.
by dan
ยท 15 years ago
782f51b
Further tweaks related to deleting files from malloc_common.tcl.
by dan
ยท 15 years ago
5ac9a18
Fix a problem with the previous change to malloc_common.tcl.
by dan
ยท 15 years ago
d78fe8e
Change code in malloc_common.tcl (test code) to retry a "file delete -force" if
by dan
ยท 15 years ago
ddbb6b4
Updates to the sqlite3_progress_handler() documentation.
by drh
ยท 15 years ago
eea831f
Add tests for ORDER BY clauses to e_select.test.
by dan
ยท 15 years ago
f82ccf6
Added the sqlite3_soft_heap_limit64() interface. Deprecate the older
by drh
ยท 15 years ago
2969a58
Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode.
by dan
ยท 15 years ago
23fb1330
Further tests for compound SELECT statements.
by dan
ยท 15 years ago
a704400
Clarify the documentation to better explain when an automatic re-prepare can
by drh
ยท 15 years ago
fa2a477
Fix some test failures found running releasetest.tcl.
by dan
ยท 15 years ago
4565682
Fix walmode.test so that all tests pass with SQLITE_TEMP_STORE=3.
by dan
ยท 15 years ago
135aae8
Add tests for compound SELECT statements to e_select.test.
by dan
ยท 15 years ago
1fab01a
Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM.
by dan
ยท 15 years ago
d38bc1b
Run the multi-threaded tests in test/threadtest3.c as part of releasetest.tcl. Remove the OMIT_BUILTIN_TEST symbol from the "Device-Two" configuration.
by dan
ยท 15 years ago
1c22a18
Alter some configurations in releasetest.tcl. Print out the wall-clock time taken for each test after it is executed.
by dan
ยท 15 years ago
7c7a766
Add tests for "DISTINCT" and "ALL" to e_select.test.
by dan
ยท 15 years ago
39f67be
Fix a couple of incorrect evidence marks on malloc().
by drh
ยท 15 years ago
71a1a0f
Additional evidence marks on the malloc() implementation. Update the
by drh
ยท 15 years ago
1567acf
Add assert() statements to demonstrate that memory allocations are always
by drh
ยท 15 years ago
d9e430e
When building from the amalgamation with ENABLE_RTREE defined, do not try to include sqlite3rtree.h.
by dan
ยท 15 years ago
29f5fbd
A further correction to the sqlite3_create_function() interface documentation.
by drh
ยท 15 years ago
e6a3838
Add tests to e_select.test.
by dan
ยท 15 years ago
c202073
Updates to the documentation on the sqlite3_create_function() family of
by drh
ยท 15 years ago
ce2198c
Make sure SQLite is running with MEMSTATUS enabled at the beginning of
by drh
ยท 15 years ago
9a1fb35
Make sure MEMSTATUS is enabled at the beginning of the memsubsys2.test script.
by drh
ยท 15 years ago
59d2965
Add test cases to e_select.test.
by dan
ยท 15 years ago
f759bb8
Further updates to the sqlite3_pcache_methods documentation, plus the addition
by drh
ยท 15 years ago
887f8d3
Make sure memory statistics are enabled for the dbstatus.test script.
by drh
ยท 15 years ago
cee8296
Updates to the sqlite3_pcache_methods documentation.
by drh
ยท 15 years ago
7413847
Add WHERE clause tests to e_select.test.
by dan
ยท 15 years ago
cd7fe24
Add tests for sub-select statements in the FROM clause of a SELECT to e_select.test.
by dan
ยท 15 years ago
6d9ab66
Fix problem with test names in e_select.test.
by dan
ยท 15 years ago
5c3f58e
Add tests to e_select.test.
by dan
ยท 15 years ago
4226253
Updates to the documentation of the sqlite3_column_xxxx() family of
by drh
ยท 15 years ago
38c67c3
Improved documentation of SQLITE_THREADSAFE and sqlite3_column_text() and
by drh
ยท 15 years ago
99b7077
Updates to the documentation on the VFS xOpen method.
by drh
ยท 15 years ago
08529dc
Update the sqlite3_limit() documentation to explain that SQLITE_LIMIT_VDBE_OP
by drh
ยท 15 years ago
c6f3e0c
Add tests to e_select.test.
by dan
ยท 15 years ago
4e93f5b
Revised documentation for sqlite3_limit(). Added some evidence marks and
by drh
ยท 15 years ago
06ae679
Example icon file (32x32x4) for new logo.
by shaneh
ยท 15 years ago
bb7dd68
Remove a redundant test for multiple output columns in a scalar subquery.
by drh
ยท 15 years ago
86ae38b
In the test scripts, changes instances of the TCL interface
by drh
ยท 15 years ago
8663d0f
Add test cases to e_select.test.
by dan
ยท 15 years ago
96110de
Remove proprietary information from the releasetest.tcl script and add it
by drh
ยท 15 years ago
4ce7488
Add test file e_select.test.
by dan
ยท 15 years ago
ee9ff67
Documentation enhancements for sqlite3_db_status(). Evidence marks on
by drh
ยท 15 years ago
877cef4
Improved documentation of the sqlite3_column_count() and sqlite3_data_count()
by drh
ยท 15 years ago
06ce413
Add a few more subquery tests to e_expr.test.
by dan
ยท 15 years ago
420398c
Reduce the amount of memory taken up by WAL mmaped regions under Windows.
by shaneh
ยท 15 years ago
9dd55f5
Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDE
by drh
ยท 15 years ago
74b617b
Move the test for an (illegal) scalar sub-query that returns more than one column to earlier in SELECT processing in order to avoid an assert() that can happen later on.
by dan
ยท 15 years ago
7ff2719
Fix an off-by-one error in the scratch memory allocator.
by drh
ยท 15 years ago
1ff6e3a
Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside
by drh
ยท 15 years ago
aac1bf9
Add test case to verify the previous change is correct.
by dan
ยท 15 years ago
37e8b5b
Fix the computation of the offset on the mmap() for the Nth shared memory
by drh
ยท 15 years ago
4336cc4
Add tests for the EXISTS operator to e_expr.test.
by dan
ยท 15 years ago
b0c6a88
If MEM_STATUS is disabled, avoid holding the STATIC_MEM mutex when calling the user-defined xMalloc method. Holding the mutex causes problems for memsys3 and memsys5.
by dan
ยท 15 years ago
659503a
Fix a few typos. Update evidence marks.
by shaneh
ยท 15 years ago
bfccdaf
Identify additional requirements in the sqlite3_vfs object documentation.
by drh
ยท 15 years ago
06bfd36
Add tests to quota.test.
by dan
ยท 15 years ago
9fc7702
Call quota callback destructors from within sqlite3_quota_shutdown().
by dan
ยท 15 years ago
Next »