- a84f083 Undo change to 'analyze9.test' because the extra output can be useful for debugging. by mistachkin ยท 7 years ago msvc
- 4e6a987 Fix a couple minor test issues. by mistachkin ยท 7 years ago
- 34189ea Work around lack of a C99 feature in MSVC. by mistachkin ยท 7 years ago
- 680f0fe Small performance and size optimization in sqlite3WalFindFrame(). by drh ยท 7 years ago
- e551b51 Fix a typo in the CLI help output for the ".dump" command. by drh ยท 7 years ago
- 25f933a In the "pgidx" report from "showdb", also show the number of rows on each by drh ยท 7 years ago
- 8083ef0 In the "pgidx" command of the showdb utility, try to identify orphaned pages by drh ยท 7 years ago
- 698c86f Small performance improvement on the variable-length integer decoder: by drh ยท 7 years ago
- 7e42733 Faster and smaller implementation of sqlite3StrICmp(). by drh ยท 7 years ago
- d331c7a Version 3.28.0 by drh ยท 7 years ago version-3.28.0
- 2eb2ca8 Avoid a sanitizer error (pointer arithmatic overflow) in vdbesort.c. by dan ยท 7 years ago
- 112e174 Avoid a sanitizer error in test1.c. Have releasetest.tcl/wapptest.tcl create a file called "makecommand.sh" that can be used to rerun a test from the command line. by dan ยท 7 years ago
- af4d50c Fix a bug in test module test_fs.c causing a segfault on OpenBSD. by dan ยท 7 years ago
- 46b3415 Fix a problem with the user-auth extension and deserializing in-memory databases. by dan ยท 7 years ago
- 189aa7d Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
- 660107f Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not by drh ยท 7 years ago
- 07891f0 Remove a stray tab from the source code. by drh ยท 7 years ago
- d4de9f7 Fix an obsolete comment and other minor issues from code inspection. by drh ยท 7 years ago
- 766b431 Fix a harmless compiler warning in test logic. by drh ยท 7 years ago
- 328c84f Fix the fts3varint.test script so that it works even on versions of TCL by drh ยท 7 years ago
- de21ad7 Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
- e2081dd Partially revert the test file changes in [4371a0c46e]. It is no longer required following [93ae382e97c23c90]. by dan ยท 7 years ago
- 73f940c Fix additional compiler warnings introduced by the previous check-in and found by drh ยท 7 years ago
- f6ad201 Fixes for harmless compiler warnings. by drh ยท 7 years ago
- 3b574e4 Use the 64-bit memory allocator interfaces in extensions, whenever possible. by drh ยท 7 years ago
- 0aa3231 Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. by drh ยท 7 years ago
- 158931a Test case changes so that they work with both Tcl8.6 and Tcl8.7. by drh ยท 7 years ago
- 37eca05 Tweaks to wapptest.tcl: Ensure that the "Debug" checkbox is disabled unless the app is in "config" state, and have Debug variants run "test" instead of "fulltest". by dan ยท 7 years ago
- 150dfbd Fix minor problems in tcl test scripts. by dan ยท 7 years ago
- 9b475e6 Add the test/wapptest.tcl script, an alternative to releasetest.tcl that uses wapp to provide the user-interface. by dan ยท 7 years ago
- 8ea00d7 Merge trunk changes into this branch. by dan ยท 7 years ago wapptest
- e639128 Further tweaks to wapptest.tcl. Add the ability to run the extra (n)debug tests that releasetest.tcl runs. by dan ยท 7 years ago
- 3230961 Remove the vfslog.c extension from the testfixture target in main.mk, as by drh ยท 7 years ago
- 971194a Fix RBU so that it does not write rows that should be excluded into partial indexes (corrupting the database). by dan ยท 7 years ago
- 579d41d Fix the checksymbols target in Makefile.in. by dan ยท 7 years ago
- 9367362 Have wapptest.tcl display the name, OS and architecture of the host. by dan ยท 7 years ago
- 523fb53 Various fixes for the wapptest.tcl script. by dan ยท 7 years ago
- 6adba90 Update the list of OMIT options in the omittest.tcl script. by drh ยท 7 years ago
- 0364f22 Further refinement of the sqlite3VdbeMEmExpandBlob() fix of check-in by drh ยท 7 years ago
- 0e1a574 Change the name of some internal testing interfaces to avoid a name by drh ยท 7 years ago
- 86ec1ed Do not place arbitrary restrictions on the length of the failure message by drh ยท 7 years ago
- 9e26ac8 New test case for SQLITE_TOOBIG errors. by drh ยท 7 years ago
- c3dcdba Improved reporting of SQLITE_TOOBIG errors while parsing. by drh ยท 7 years ago
- c7f3373 Fix a problem caused by a small SQLITE_LIMIT_LENGTH value and a CREATE TABLE with a very large name. by dan ยท 7 years ago toobig-fix
- a3020dc Add test/wapptest.tcl, a wapp alternative to releasetest.tcl. by dan ยท 7 years ago
- 25050f2 Use an unsigned integer to count free pages in btree.c:freePage2(). by drh ยท 7 years ago
- 427db2d Make the testcase() macro added in the previous check-in reachable for testing. by drh ยท 7 years ago
- 7d68339 Fix a faulty assert() in the sqlite3VdbeMemExpandBlob() routine. by drh ยท 7 years ago
- ce3c3ee Fix two assert() statements in fts5 that are only true if the database is not corrupt. by dan ยท 7 years ago
- 7bbdc3c Remove some stale references to the addopcodes.tcl script from documentation. by drh ยท 7 years ago
- f1722ba Eliminate the tool/addopcodes.tcl script. The purpose of that script was to by drh ยท 7 years ago
- 6cf3009 Add further tests so that veryquick.test covers all vdbe branches. by dan ยท 7 years ago
- ce059e5 Improved comment on the sqlite3FaultSim() function. No changes to code. by drh ยท 7 years ago
- 94c7ab5 In the test_vfs.c VFS, if a Tcl xWrite script returns "SQLITE_OMIT", silently omit the write() call. by dan ยท 7 years ago
- e3bd232 Add the ability to override the new corruption detection logic by drh ยท 7 years ago
- 86223e8 In the xfer-optimization, do early detection of when the source and destination by drh ยท 7 years ago
- d1f9932 Add further test cases to improve VDBE branch coverage. by dan ยท 7 years ago
- 4c81cad Fix a typo in the documentation for sqlite3_value_frombind(). Also add a new by drh ยท 7 years ago
- eacc881 Minor fixes to requirements marks. by drh ยท 7 years ago
- b84b38f Add test cases to improve coverage of VDBE branches. Still some to go. by dan ยท 7 years ago
- 80ac9cb Correctly initialize the loadable extension thunk. by drh ยท 7 years ago
- 6775257 Simplification of the recent VACUUM changes that make the code more like by drh ยท 7 years ago
- eb80863 Fix an incorrect comment on a test case for rowid renumbering in VACUUM. by drh ยท 7 years ago
- 4e61e88 Only preserve rowid values for VACUUM INTO. Keep the legacy behavior of by drh ยท 7 years ago
- b92d7d2 Add a defense-in-depth NEVER() test to the WAL cleanup code. by drh ยท 7 years ago
- 3f49c32 Fix a couple of problems with "RANGE BETWEEN <expr> PRECEDING AND <expr> PRECEDING" frames. by dan ยท 7 years ago
- 0f134f0 Small optimizations to the grammar for window functions save about 120 bytes by drh ยท 7 years ago
- 9480908 Use a separate bit on db->dbOptFlags to disable the xInverse optimization on by drh ยท 7 years ago
- 3de52e8 Including the phrase EXCLUDE NO OTHERS in the frame-spec of a window function by drh ยท 7 years ago
- 3fda0aa Put the list of keywords in mkkeywordhash.c into alphabetical order. by drh ยท 7 years ago
- 860d2b0 Make sure the MEM_FromBind bit inthe Mem.flags field is not included in by drh ยท 7 years ago
- e8975ac Add new APIs to the extension loading mechanism. by drh ยท 7 years ago
- 29ddbbb Add the sqlite3_value_frombind() interface. Use that interface to by drh ยท 7 years ago
- e0f20b4 Performance improvement on the OP_Variable opcode. by drh ยท 7 years ago value_frombind
- d6db659 Improvements to the sqlite3ExprImpliesNonNullRow() theorem prover. by drh ยท 7 years ago
- afb3f3c Add a test case to cover a missed VDBE branch generated by window.c. by dan ยท 7 years ago
- 1d07f1d If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt. by dan ยท 7 years ago
- 495ed62 Frame range comparisons can never be NULL because the values will have by drh ยท 7 years ago
- 83c5bb9 Mark rowid-comparison opcodes as never-null for VDBE coverage tracking purposes. by drh ยท 7 years ago
- 21826f4 Improved VDBE branch coverage in the run-time frame-spec error detection by drh ยท 7 years ago
- c906533 Improved comments on the VDBE branch coverage testing logic. Fix the by drh ยท 7 years ago
- 6cbbcd8 Fix a defect in the VDBE branch coverage testing logic. by drh ยท 7 years ago
- 4e2d3d4 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 7 years ago
- 8fe25c6 Early detection of too many columns in an index avoid a possible 16-bit by drh ยท 7 years ago
- ce5752c Add some missing VdbeCoverage() macros. by drh ยท 7 years ago
- 3fc6042 Improvements to VdbeCoverage macros. by drh ยท 7 years ago
- 6f88359 Fix issues with the previous check-in and add more VDBE branch coverage by drh ยท 7 years ago oops
- bf00f6d Enhanced VdbeCoverage() macros in the new windows function code. by drh ยท 7 years ago
- b336d1a Add a call to sqlite3FaultSim(410) inside of btreeRestoreCursorPosition() by drh ยท 7 years ago
- 119e1ff The defragmentPage() routine detects corruption in the first-free-slot fields by drh ยท 7 years ago
- 2c794b1 Add the blobio.c extension module implementing readblob() and writeblob(). by drh ยท 7 years ago
- 0708054 Add an extra IO-error test to windowfault.test. by dan ยท 7 years ago
- 7678fdc Change the fts3_tokenizer() function to always return the pointer as a BLOB by drh ยท 7 years ago
- 038ebf6 Remove the unused P5 flag from the OP_Rewind opcode. by drh ยท 7 years ago
- 3580843 Fix a fairly obscure problem causing the planner to sometimes choose sub-optimal plans for a query with a single virtual table in the FROM clause, and at least one IN(...) constraint in the WHERE clause. by dan ยท 7 years ago
- a920b20 Fix typos in the comments of the sessions extension, one of which affects by drh ยท 7 years ago
- 5155b75 The two-argument version of fts3_tokenizer() works regardless of the by drh ยท 7 years ago
- 57b1a3e Initial implementation of the sqlite3_value_frombind() interface. by drh ยท 7 years ago
- d137f4e Recover a some of the performance lost by window function alias fix two by drh ยท 7 years ago
- f72a979 Add new test cases to test/fuzzdata8.db by drh ยท 7 years ago