๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. a84f083 Undo change to 'analyze9.test' because the extra output can be useful for debugging. by mistachkin ยท 7 years ago msvc
  2. 4e6a987 Fix a couple minor test issues. by mistachkin ยท 7 years ago
  3. 34189ea Work around lack of a C99 feature in MSVC. by mistachkin ยท 7 years ago
  4. 680f0fe Small performance and size optimization in sqlite3WalFindFrame(). by drh ยท 7 years ago
  5. e551b51 Fix a typo in the CLI help output for the ".dump" command. by drh ยท 7 years ago
  6. 25f933a In the "pgidx" report from "showdb", also show the number of rows on each by drh ยท 7 years ago
  7. 8083ef0 In the "pgidx" command of the showdb utility, try to identify orphaned pages by drh ยท 7 years ago
  8. 698c86f Small performance improvement on the variable-length integer decoder: by drh ยท 7 years ago
  9. 7e42733 Faster and smaller implementation of sqlite3StrICmp(). by drh ยท 7 years ago
  10. d331c7a Version 3.28.0 by drh ยท 7 years ago version-3.28.0
  11. 2eb2ca8 Avoid a sanitizer error (pointer arithmatic overflow) in vdbesort.c. by dan ยท 7 years ago
  12. 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
  13. af4d50c Fix a bug in test module test_fs.c causing a segfault on OpenBSD. by dan ยท 7 years ago
  14. 46b3415 Fix a problem with the user-auth extension and deserializing in-memory databases. by dan ยท 7 years ago
  15. 189aa7d Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
  16. 660107f Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not by drh ยท 7 years ago
  17. 07891f0 Remove a stray tab from the source code. by drh ยท 7 years ago
  18. d4de9f7 Fix an obsolete comment and other minor issues from code inspection. by drh ยท 7 years ago
  19. 766b431 Fix a harmless compiler warning in test logic. by drh ยท 7 years ago
  20. 328c84f Fix the fts3varint.test script so that it works even on versions of TCL by drh ยท 7 years ago
  21. de21ad7 Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
  22. e2081dd Partially revert the test file changes in [4371a0c46e]. It is no longer required following [93ae382e97c23c90]. by dan ยท 7 years ago
  23. 73f940c Fix additional compiler warnings introduced by the previous check-in and found by drh ยท 7 years ago
  24. f6ad201 Fixes for harmless compiler warnings. by drh ยท 7 years ago
  25. 3b574e4 Use the 64-bit memory allocator interfaces in extensions, whenever possible. by drh ยท 7 years ago
  26. 0aa3231 Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. by drh ยท 7 years ago
  27. 158931a Test case changes so that they work with both Tcl8.6 and Tcl8.7. by drh ยท 7 years ago
  28. 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
  29. 150dfbd Fix minor problems in tcl test scripts. by dan ยท 7 years ago
  30. 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
  31. 8ea00d7 Merge trunk changes into this branch. by dan ยท 7 years ago wapptest
  32. 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
  33. 3230961 Remove the vfslog.c extension from the testfixture target in main.mk, as by drh ยท 7 years ago
  34. 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
  35. 579d41d Fix the checksymbols target in Makefile.in. by dan ยท 7 years ago
  36. 9367362 Have wapptest.tcl display the name, OS and architecture of the host. by dan ยท 7 years ago
  37. 523fb53 Various fixes for the wapptest.tcl script. by dan ยท 7 years ago
  38. 6adba90 Update the list of OMIT options in the omittest.tcl script. by drh ยท 7 years ago
  39. 0364f22 Further refinement of the sqlite3VdbeMEmExpandBlob() fix of check-in by drh ยท 7 years ago
  40. 0e1a574 Change the name of some internal testing interfaces to avoid a name by drh ยท 7 years ago
  41. 86ec1ed Do not place arbitrary restrictions on the length of the failure message by drh ยท 7 years ago
  42. 9e26ac8 New test case for SQLITE_TOOBIG errors. by drh ยท 7 years ago
  43. c3dcdba Improved reporting of SQLITE_TOOBIG errors while parsing. by drh ยท 7 years ago
  44. 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
  45. a3020dc Add test/wapptest.tcl, a wapp alternative to releasetest.tcl. by dan ยท 7 years ago
  46. 25050f2 Use an unsigned integer to count free pages in btree.c:freePage2(). by drh ยท 7 years ago
  47. 427db2d Make the testcase() macro added in the previous check-in reachable for testing. by drh ยท 7 years ago
  48. 7d68339 Fix a faulty assert() in the sqlite3VdbeMemExpandBlob() routine. by drh ยท 7 years ago
  49. ce3c3ee Fix two assert() statements in fts5 that are only true if the database is not corrupt. by dan ยท 7 years ago
  50. 7bbdc3c Remove some stale references to the addopcodes.tcl script from documentation. by drh ยท 7 years ago
  51. f1722ba Eliminate the tool/addopcodes.tcl script. The purpose of that script was to by drh ยท 7 years ago
  52. 6cf3009 Add further tests so that veryquick.test covers all vdbe branches. by dan ยท 7 years ago
  53. ce059e5 Improved comment on the sqlite3FaultSim() function. No changes to code. by drh ยท 7 years ago
  54. 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
  55. e3bd232 Add the ability to override the new corruption detection logic by drh ยท 7 years ago
  56. 86223e8 In the xfer-optimization, do early detection of when the source and destination by drh ยท 7 years ago
  57. d1f9932 Add further test cases to improve VDBE branch coverage. by dan ยท 7 years ago
  58. 4c81cad Fix a typo in the documentation for sqlite3_value_frombind(). Also add a new by drh ยท 7 years ago
  59. eacc881 Minor fixes to requirements marks. by drh ยท 7 years ago
  60. b84b38f Add test cases to improve coverage of VDBE branches. Still some to go. by dan ยท 7 years ago
  61. 80ac9cb Correctly initialize the loadable extension thunk. by drh ยท 7 years ago
  62. 6775257 Simplification of the recent VACUUM changes that make the code more like by drh ยท 7 years ago
  63. eb80863 Fix an incorrect comment on a test case for rowid renumbering in VACUUM. by drh ยท 7 years ago
  64. 4e61e88 Only preserve rowid values for VACUUM INTO. Keep the legacy behavior of by drh ยท 7 years ago
  65. b92d7d2 Add a defense-in-depth NEVER() test to the WAL cleanup code. by drh ยท 7 years ago
  66. 3f49c32 Fix a couple of problems with "RANGE BETWEEN <expr> PRECEDING AND <expr> PRECEDING" frames. by dan ยท 7 years ago
  67. 0f134f0 Small optimizations to the grammar for window functions save about 120 bytes by drh ยท 7 years ago
  68. 9480908 Use a separate bit on db->dbOptFlags to disable the xInverse optimization on by drh ยท 7 years ago
  69. 3de52e8 Including the phrase EXCLUDE NO OTHERS in the frame-spec of a window function by drh ยท 7 years ago
  70. 3fda0aa Put the list of keywords in mkkeywordhash.c into alphabetical order. by drh ยท 7 years ago
  71. 860d2b0 Make sure the MEM_FromBind bit inthe Mem.flags field is not included in by drh ยท 7 years ago
  72. e8975ac Add new APIs to the extension loading mechanism. by drh ยท 7 years ago
  73. 29ddbbb Add the sqlite3_value_frombind() interface. Use that interface to by drh ยท 7 years ago
  74. e0f20b4 Performance improvement on the OP_Variable opcode. by drh ยท 7 years ago value_frombind
  75. d6db659 Improvements to the sqlite3ExprImpliesNonNullRow() theorem prover. by drh ยท 7 years ago
  76. afb3f3c Add a test case to cover a missed VDBE branch generated by window.c. by dan ยท 7 years ago
  77. 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
  78. 495ed62 Frame range comparisons can never be NULL because the values will have by drh ยท 7 years ago
  79. 83c5bb9 Mark rowid-comparison opcodes as never-null for VDBE coverage tracking purposes. by drh ยท 7 years ago
  80. 21826f4 Improved VDBE branch coverage in the run-time frame-spec error detection by drh ยท 7 years ago
  81. c906533 Improved comments on the VDBE branch coverage testing logic. Fix the by drh ยท 7 years ago
  82. 6cbbcd8 Fix a defect in the VDBE branch coverage testing logic. by drh ยท 7 years ago
  83. 4e2d3d4 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 7 years ago
  84. 8fe25c6 Early detection of too many columns in an index avoid a possible 16-bit by drh ยท 7 years ago
  85. ce5752c Add some missing VdbeCoverage() macros. by drh ยท 7 years ago
  86. 3fc6042 Improvements to VdbeCoverage macros. by drh ยท 7 years ago
  87. 6f88359 Fix issues with the previous check-in and add more VDBE branch coverage by drh ยท 7 years ago oops
  88. bf00f6d Enhanced VdbeCoverage() macros in the new windows function code. by drh ยท 7 years ago
  89. b336d1a Add a call to sqlite3FaultSim(410) inside of btreeRestoreCursorPosition() by drh ยท 7 years ago
  90. 119e1ff The defragmentPage() routine detects corruption in the first-free-slot fields by drh ยท 7 years ago
  91. 2c794b1 Add the blobio.c extension module implementing readblob() and writeblob(). by drh ยท 7 years ago
  92. 0708054 Add an extra IO-error test to windowfault.test. by dan ยท 7 years ago
  93. 7678fdc Change the fts3_tokenizer() function to always return the pointer as a BLOB by drh ยท 7 years ago
  94. 038ebf6 Remove the unused P5 flag from the OP_Rewind opcode. by drh ยท 7 years ago
  95. 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
  96. a920b20 Fix typos in the comments of the sessions extension, one of which affects by drh ยท 7 years ago
  97. 5155b75 The two-argument version of fts3_tokenizer() works regardless of the by drh ยท 7 years ago
  98. 57b1a3e Initial implementation of the sqlite3_value_frombind() interface. by drh ยท 7 years ago
  99. d137f4e Recover a some of the performance lost by window function alias fix two by drh ยท 7 years ago
  100. f72a979 Add new test cases to test/fuzzdata8.db by drh ยท 7 years ago