๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. dd08ca0 Add the #ifdefs for sqlite3ErrName() to sqliteInt.h as well. by mistachkin ยท 13 years ago winOsTrace
  2. 10269dc Define the sqlite3ErrName() function only when necessary. More robust handling of unknown return codes. by mistachkin ยท 13 years ago
  3. a3514f1 Merge mmap test fix from trunk. by mistachkin ยท 13 years ago
  4. f054396 Fix mmap1.test so that it passes on windows as well as unix. by dan ยท 13 years ago
  5. 56749cd Adjust a WAL test result due to changes in the corresponding return code name. by mistachkin ยท 13 years ago
  6. 84edc19 Merge updates from trunk. by mistachkin ยท 13 years ago
  7. 4eb9b72 Update 'fuzzerfault' test for its new module loading command. Fix several test names in 'io.test' and make sure the database gets closed between tests. by mistachkin ยท 13 years ago
  8. e84d8d3 More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. by mistachkin ยท 13 years ago
  9. f2c1c99 Initial work on reforming usage of OSTRACE by the Windows VFS. by mistachkin ยท 13 years ago
  10. 015db9c Remove spellfix virtual table documentation from the source tree. by drh ยท 13 years ago
  11. c579754 Untested fix for building on VxWorks. by drh ยท 13 years ago
  12. a13090f Fix a formatting typo in a comment. No changes to code. by drh ยท 13 years ago
  13. 8e4714b Avoid unnecessarily reseting the pager cache after committing a transaction that takes advantage of the SQLITE_IOCAP_ATOMIC related optimization. by dan ยท 13 years ago
  14. 77b428a Avoid using posix_fallocate() in WAL mode, as it is not supported by all file-systems. by dan ยท 13 years ago
  15. 47a2b4a Avoid using posix_fallocate() in WAL mode, as it is not supported by all file-systems. by dan ยท 13 years ago avoid-fallocate
  16. 9ea88b2 Update documentation with new hyperlinks. No changes to code. by drh ยท 13 years ago
  17. 5e2f28c Rebalance FTS expressions after parsing to limit recursion during evaluation. Avoid recursion when deleting FTS expression trees. Enforce a limit (currently 12) on the depth of an expression tree. by dan ยท 13 years ago
  18. 2ea5400 Merge another trunk change. by dan ยท 13 years ago fts3-expr-rebalance
  19. 6f77140 Fix harmless compiler warnings in the FTS expression parser. by drh ยท 13 years ago
  20. 2bba8c2 Reduce the default SQLITE_MAX_MMAP_SIZE slightly so that it fits in a by drh ยท 13 years ago
  21. 0d02dd8 Merge latest trunk changes. by dan ยท 13 years ago
  22. aa29c86 Rebalance FTS expressions after parsing to limit recursion during evaluation. Avoid recursion when deleting FTS expression trees. Enforce a limit on the depth of an expression tree. by dan ยท 13 years ago
  23. ea41dc4 Added the nextchar.c extension. Minor changes to the spellfix.c extension by drh ยท 13 years ago
  24. e67f418 Fix the tool/build-shell.sh script to remove references to files that are by drh ยท 13 years ago
  25. d9555a7 Add wiki documentation files for the spellfix1 virtual table. by drh ยท 13 years ago
  26. c140a6b Merge the std-ext branch into trunk. This merge adds several new extensions by drh ยท 13 years ago
  27. 8416fc7 Added the transitive_closure, ieee754, and amatch extensions. by drh ยท 13 years ago std-ext
  28. b7045ab Move the test_spellfix.c module to ext/misc/spellfix.c. by drh ยท 13 years ago
  29. 1fb64af Fix the MSVC makefile so that it works with the ext/misc/*.c extensions. by drh ยท 13 years ago
  30. e50db1c Convert the fuzzer virtual table into a loadable extension and move it by drh ยท 13 years ago
  31. 24b6422 Make test_wholenumber.c into a loadable extension and move it to by drh ยท 13 years ago
  32. aa87f9a Make sure the affinity and datatype of sub-subqueries are initialized by drh ยท 13 years ago
  33. ed17167 Fix a simple comment typo. No changes to code. by drh ยท 13 years ago
  34. 248f2be Make "test_regexp.c" into a loadable extension and move it over to by drh ยท 13 years ago
  35. da8caa0 Fix harmless compiler warnings. by drh ยท 13 years ago
  36. d99aaf1 Do not allow a virtual table to cancel the ORDER BY clause unless all by drh ยท 13 years ago
  37. 4d648c7 Update MSCV makefile for the fts3tokenize virtual table. Clear some by drh ยท 13 years ago
  38. d7a959c Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access to FTS tokenizer implementations. by dan ยท 13 years ago
  39. b9830a1 Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the by drh ยท 13 years ago
  40. 0c41d22 Use transitivity to move constraints into the outer loops of a join whenever by drh ยท 13 years ago
  41. cca17c3 Add the "warning" command to the TCL test infrastructure. Fix problems by drh ยท 13 years ago
  42. f8b1c69 Enhance the extension loading mechanism so that the same source code by drh ยท 13 years ago
  43. 08ef8d7 Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros into by drh ยท 13 years ago loadext
  44. c288e44 Experiments in making loadable extensions easier to program. The by drh ยท 13 years ago
  45. 93c8c45 Fix an incorrect comment (a copy/paste error) in the mptester. No code changes. by drh ยท 13 years ago
  46. bc08281 Add the --breakpoint and --show-sql-errors commands to mptester. by drh ยท 13 years ago
  47. a956af6 Fix a compiler warning in sqlite3_compileoption_used(). by drh ยท 13 years ago
  48. 83b5bfc Do not suppress the ORDER BY clause on a virtual table query if an IN by drh ยท 13 years ago
  49. 44fddca Fix the --match command in mptester so that it checks the entire result, by drh ยท 13 years ago
  50. 87f9caa In the mptester, add --glob and --notglob and --testcase. Make --exit work by drh ยท 13 years ago
  51. 7a411f4 In the command-line shell, allow a dot-command to occur after a by drh ยท 13 years ago
  52. 4670f6d Improvements to some of the comments that are used to render documentation by drh ยท 13 years ago
  53. 99b3908 Update the command-line shell to give an exit code of 0 when the ".quit" by drh ยท 13 years ago
  54. d16d0bc Omit sqlite3_compileoption_used() entries that are not explicitly stated by drh ยท 13 years ago
  55. 50287f5 Remove the unused SQLITE_CURDIR macro. by drh ยท 13 years ago
  56. 0f23401 Disable memory-mapped I/O when the codec is enabled. by drh ยท 13 years ago
  57. 5824e05 Expand scope of the SQLITE_MAX_MMAP_SIZE define for the Win32 VFS. by mistachkin ยท 13 years ago
  58. 9b4c59f Refactoring the mmap interface. The controlling pragma is now "mmap_size" by drh ยท 13 years ago
  59. a1710cc Fix a formatting typo in a comment. No changes to code. by drh ยท 13 years ago
  60. f9b70c4 Only consider AS names from the result set as candidates for resolving by drh ยท 13 years ago
  61. a3a5bd9 Only consider AS names from the result set as candidates for resolving by drh ยท 13 years ago tkt-2500cdb9be
  62. 4b2ac35 Add a test case for detaching a database referenced by an fts4aux table created in the temp schema. by dan ยท 13 years ago
  63. a8f6038 Change the fts4aux virtual table module so that fts4aux tables created in the temp database may report on fts3/fts4 tables in any attached database. by dan ยท 13 years ago
  64. 739ee7f In mptester: improve the way that child processes are dispatched. Pass by drh ยท 13 years ago
  65. fdd72c9 For the multi-process tester on Win32, make use of the GetCurrentProcessId API. by mistachkin ยท 13 years ago
  66. e82c6c3 Fix the xCheckReservedLock() method on the windows VFS so that it cannot by drh ยท 13 years ago
  67. ef8e986 Fix pragma code generation so that it always outputs an OP_Trace opcode so by drh ยท 13 years ago
  68. e3be8c8 Show the process-id on log messages from mptester. by drh ยท 13 years ago
  69. fbc7e88 Have the UNIX VFS issue warnings via sqlite3_log() if a database file is by drh ยท 13 years ago
  70. 08d4189 Enhance multi-process tester integration with the Win32 API. by mistachkin ยท 13 years ago
  71. d040e76 Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with by drh ยท 13 years ago
  72. 56282a5 Add the sqlite3_strglob() interface. by drh ยท 13 years ago
  73. 4c5298f Use symbolic names for tasks in mptester. by drh ยท 13 years ago
  74. 21c9b6b Fix typo in name of mptest executable files in clean targets. by mistachkin ยท 13 years ago
  75. 65eb647 Correct test numbering on several rtree tests. by mistachkin ยท 13 years ago
  76. 7de96f7 Limit integrity_check output to 10 lines in mptester scripts. by drh ยท 13 years ago
  77. ab755ac Change the rollback journal so that it invokes sqlite3_log() make a record by drh ยท 13 years ago
  78. 6e0b6d5 Add extra #ifndef statements in os_unix.c and os_win.c to make sure the by drh ยท 13 years ago
  79. 188d488 Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is by drh ยท 13 years ago
  80. f90e50f In mptester, handle startScript no-change commits using a retry rather by drh ยท 13 years ago
  81. 6adab7a Still more tests using mptester. Added test cases that leave rollback by drh ยท 13 years ago
  82. 023dd90 Adding tests to the mptester scripts. by drh ยท 13 years ago
  83. e5ebd22 Change mptester to avoid reporting SQLITE_BUSY errors if the busy handler by drh ยท 13 years ago
  84. bcb8a86 Handle the case in os_unix.c where SQLITE_FCNTL_MMAP_LIMIT requests that the mmap limit be set to a value smaller than the current mapping. by dan ยท 13 years ago
  85. 554052c Merge the multi-process tester into trunk. by drh ยท 13 years ago
  86. bc94dbb Add the "mptester" target to the makefiles. Make mptester run with by drh ยท 13 years ago mptest
  87. 841810c Fix harmless compiler warnings in mptest.c. by drh ยท 13 years ago
  88. 1bf44c7 Add the vfsname() and eval() SQL functions to mptest.c. by drh ยท 13 years ago
  89. 7dfe8e2 Add --if, --else, --endif processing to mptest.c. by drh ยท 13 years ago
  90. fbfe388 Fix an incorrect type cast in an assignment in vdbe.c. by dan ยท 13 years ago
  91. e348fc7 Fix the --source command so that its argument is relative to the script. by drh ยท 13 years ago
  92. 8f35eb0 Merge trunk changes into the mptest branch. The mptest needs the by drh ยท 13 years ago
  93. 6062531 Increase the default SQLITE_MAX_SCHEMA_RETRY to 50. Make sure that macro by drh ยท 13 years ago
  94. 1790bb3 Add SQLITE_CONFIG_LOG error logging to the mptest program. by drh ยท 13 years ago
  95. 896be7d Get the build of mptest working on mac. by drh ยท 13 years ago
  96. f012ae0 Get the mptest program running on windows. by drh ยท 13 years ago
  97. 3f5bc38 Many improvements to the mptest program. Added a simple test script. by drh ยท 13 years ago
  98. abd6d84 Add tests to "permutations.test coverage-pager" to cover uncovered branches. by dan ยท 13 years ago
  99. 27338e6 Add a prototype TH3-script-style test harness that starts multiple processes by drh ยท 13 years ago
  100. d7a558a Improve the code coverage of "permutations.test coverage-pager". by dan ยท 13 years ago