๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. af124fa Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago sqlite3ext-fix
  2. f30d345 Fix the ".check" command of the command-line shell to return 1 (error) by drh ยท 8 years ago
  3. 989d727 Improved comments, including a typo fix, on the whereLoopCheaperProperSubset() by drh ยท 8 years ago
  4. 47b1d68 In the query planner, do not consider index X to be a proper subset of by drh ยท 8 years ago
  5. 835cd43 Updates to the Makefiles for MSVC. by mistachkin ยท 8 years ago
  6. 96a206f Improved ability to generate stand-alone program using TCL and SQLite by by drh ยท 8 years ago
  7. 903b230 Add the tcl/mkccode.tcl script used to construct a single C-language source by drh ยท 8 years ago
  8. f291dff Move a bunch of unrelated test code out of tclsqlite.c and into by drh ยท 8 years ago
  9. 8544d43 The db_use_legacy_prepare command no longer exists. Use the undocumented by drh ยท 8 years ago tclsqlite-cleanup
  10. 1df6470 When compiling with SQLITE_TEST, extra options are available on the by drh ยท 8 years ago
  11. c318f73 Move some test logic out of tclsqlite.c and into auxiliary test_*.c files. by drh ยท 8 years ago
  12. 88dd668 Add the sqlite_dbpage virtual table (enabled using SQLITE_ENABLE_DBPAGE_VTAB). by drh ยท 8 years ago
  13. 277ee81 Create the new ext/repair folder and move checkfreelist.c there. Remove by drh ยท 8 years ago
  14. aa62d2e The src/shell.c file is now generated from src/shell.c.in, so remove shell.c by drh ยท 8 years ago
  15. ddba6c3 Merge fixes from the 3.21 branch. by drh ยท 8 years ago
  16. 122ab8f Fix a potential crash that may follow an OOM or other system error in the shell tool. by dan ยท 8 years ago
  17. e1b972b Update some test cases to work with SQLITE_OMIT_VIRTUALTABLE and by dan ยท 8 years ago
  18. 4c6cddc Make sure the tableColumnList() routine of the command-line shell does not by drh ยท 8 years ago
  19. f02f8a7 Merge fixes from the 3.21 branch. by drh ยท 8 years ago
  20. 8a18100 Fix a typo in a numeric constant in an assert() - a bug that has been present by drh ยท 8 years ago
  21. 3c48e65 Add test file mmapwarm.test. With tests for the sqlite3_mmap_warm() extension. by dan ยท 8 years ago
  22. f294ce6 Add the checkfreelist extension to the command-line shell. by drh ยท 8 years ago
  23. 7d157f9 Check that the leaf count on each freelist trunk page is in range as part of by dan ยท 8 years ago
  24. 36187fe Add new extension "checkfreelist", which uses sqlite_dbpage to check that by dan ยท 8 years ago
  25. 512e6c3 Convert the implementation of the ".dbstat" dot-command of the command-line by drh ยท 8 years ago
  26. 690e885 Make JSON1 defines consistent in the makefiles for MSVC. by mistachkin ยท 8 years ago
  27. 9b40ab4 Enable JSON by default in the Windows command-line shell sqlite3.exe. by drh ยท 8 years ago
  28. ca5cf12 Enable sqlite_dbpage and dbstat virtual tables in the shell, by default. by drh ยท 8 years ago
  29. 34d0b1a Get writes working on the sqlite_dbpage virtual table. Add a few test cases. by drh ยท 8 years ago
  30. a43c8c8 Initial implementation of the "sqlite_dbpage" virtual table. Currently by drh ยท 8 years ago
  31. ff0a67a In the speed-check.sh test script, allow an additional test-name argument by drh ยท 8 years ago
  32. 679afb4 Create a branch for the 3.21.0 release. Development continues on trunk. by drh ยท 8 years ago
  33. a2c41c2 DROP TABLE now works for WITHOUT ROWID tables and the SQLITE_OMIT_AUTOVACUUM by drh ยท 8 years ago
  34. 94ea27f Fix harmless compiler warnings in FTS5 seen with MSVC. by mistachkin ยท 8 years ago
  35. cc24f81 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 8 years ago
  36. 4537f77 Revise variable declaration moved in the previous check-in so sqlite3VdbeReset() is consistent with sqlite3VdbeRewind(). by mistachkin ยท 8 years ago
  37. b60424e Fix C99-style variable declaration issue seen with older versions of MSVC. by mistachkin ยท 8 years ago
  38. a0ac086 Add tests for the example fts3 "rank" function that appears in the by dan ยท 8 years ago
  39. 2ed5737 Fix compiler warnings that come up with SQLITE_OMIT_WAL. by drh ยท 8 years ago
  40. 5f54e2b Fix a problem building with SQLITE_OMIT_WAL defined. by dan ยท 8 years ago
  41. c3cbd67 Fix the command-line shell so that the ".schema --indent" command does a better by drh ยท 8 years ago
  42. 5aa1e7c Disable the delta checksum verification in RBU by default. Reenable it using by drh ยท 8 years ago
  43. c6aa381 Updates to requirements marks. by drh ยท 8 years ago
  44. 7b7c956 Update the speedtest1 program so that it prints the output of "PRAGMA by dan ยท 8 years ago
  45. 3dfbe9b Fix typos in session extension header comments. No changes to code. by mistachkin ยท 8 years ago
  46. f3b2c7a New test cases for ticket [b899b6042f97f5] derived from a bug report on by drh ยท 8 years ago
  47. 4c16760 Amend recent changes to busy.test to avoid failing with SQLITE_ENABLE_STAT4 by dan ยท 8 years ago
  48. 7c58fea Turn restriction 20 on the query flattener into an assert since the situation by drh ยท 8 years ago
  49. 61b513e Add tests to verify that the busy-handler is invoked correctly when processing "PRAGMA optimize" and ANALYZE commands. by dan ยท 8 years ago
  50. cdb2f60 Remove a redundant restriction from the query flattener. by drh ยท 8 years ago
  51. e76acc6 Fix a minor typo in the query flattener header comment. No code changes. by drh ยท 8 years ago
  52. 0c4db03 Simplify the computation of types on columns of a view. by drh ยท 8 years ago
  53. 997a4de Do not enable SELECT tracing with -DSQLITE_DEBUG. Require the by drh ยท 8 years ago
  54. 8906a4b Add some OK_IF_ALWAYS_TRUE() marks on optimization branches in select.c. by drh ยท 8 years ago
  55. ce2c482 Remove an unused variable from sqlite3Insert() and fix harmless by drh ยท 8 years ago
  56. a78d757 Fix the sqlite3_column_decltype() interface to return the correct datatype by drh ยท 8 years ago
  57. e246339 The simplification to sqlite3SelectExpand() in last night's by drh ยท 8 years ago
  58. cafc2f7 Do not compute column and row size estimates for the transient Table objects by drh ยท 8 years ago
  59. 878fcf9 Mark a single branch within sqlite3SelectExpand() as an optimization. by drh ยท 8 years ago
  60. b7651e6 Simplification to sqlite3SelectPrep() for improved testability. by drh ยท 8 years ago
  61. 2f65b2f Add the OK_IF_ALWAYS_TRUE() and OK_IF_ALWAYS_FALSE() macros for marking by drh ยท 8 years ago
  62. 3ee1416 Avoid using lookaside memory for persistent virtual table structures. by drh ยท 8 years ago
  63. 3fc5394 The query planner now always prefers to implement a FROM-clause subquery using by drh ยท 8 years ago
  64. de6422a Improvements to a comment in lempar.c. No code changes. by drh ยท 8 years ago
  65. 67cc51a More details in the header comment of pushDownWhereTerms(). No changes to code. by drh ยท 8 years ago prefer-coroutine-sort-subquery
  66. 24ae373 Make sure the SQLITE_Stat34 optimization switch is always 0x800, a value by drh ยท 8 years ago
  67. 508e2d0 Fix unreachable conditionals and revise a testcase that was made obsolete by by drh ยท 8 years ago
  68. 25c221e Always render a subquery that is not part of a join as a co-routine. by drh ยท 8 years ago
  69. fd06385 Merge the query flattener comment improvements from trunk. by drh ยท 8 years ago
  70. d981e82 Clean up the comments on the query flattener to more clearly and accurately by drh ยท 8 years ago
  71. 129c398 Merge changes from trunk. by drh ยท 8 years ago
  72. 824d21a Make sure the 6th parameter to the authorizer callback for view subqueries by drh ยท 8 years ago
  73. 2376829 Better names for subqueries in EXPLAIN comments. by drh ยท 8 years ago
  74. 648fe49 Do not flatten subqueries that contain an ORDER BY or GROUP BY clause and by drh ยท 8 years ago
  75. 2e9d706 Remove the (undocumented) query-planner control that prevents by drh ยท 8 years ago
  76. 3d240d2 Fix over-length source code lines in select.c. No logic changes. by drh ยท 8 years ago
  77. 4e6cec1 Fix an issue introduced by check-in [4cd2a9672c59] (2017-03-03) that could by drh ยท 8 years ago
  78. 70efa84 Add new routines to simplify dealing with collating sequences in expressions: by drh ยท 8 years ago
  79. db8e68b Indexes on expressions with a COLLATE clause are able to satisfy an ORDER BY by drh ยท 8 years ago
  80. 488e619 In two places, change the magic number -1 to its proper symbol XN_ROWID. by drh ยท 8 years ago
  81. 9325c87 Disable tests for the LIKE optimization when ICU is enabled, since the by drh ยท 8 years ago
  82. b92d585 Add an extra snapshot related test case. by dan ยท 8 years ago
  83. 3314062 Use the updated Win32 VFS semantics for winOpen from check-in [5d03c738e9] for WinRT, et al, as well. by mistachkin ยท 8 years ago
  84. 24ddadf Partial backout of check-in [e0af9a904076]. It turns out we do need some by drh ยท 8 years ago
  85. 0b11bcb Update the configure script so that it looks for tclsh8.7 ahead of tclsh8.6. by drh ยท 8 years ago
  86. 0e97e9a In the Windows VFS, when trying to open a database file read/write, if it by drh ยท 8 years ago
  87. b40d9ee In the Windows VFS, do not emit an SQLITE_CANTOPEN error log message when by drh ยท 8 years ago
  88. 8dfde89 Fix harmless UB in the ICU extension. by drh ยท 8 years ago
  89. 9616805 Fix a potential use of an uninitialized pointer in RTree following an OOM error. by drh ยท 8 years ago
  90. 19be1b6 Fix a bug in tool/mksourceid.c: by drh ยท 8 years ago
  91. c07df4c Revert one performance improvement changes from check-in [3b3e32d4cd07] as by drh ยท 8 years ago
  92. b5c1063 Fix the rendering of the P4_INTARRAY argument to the OP_IntegrityCk opcode by drh ยท 8 years ago
  93. 762dffa Size and performance optimization on sqlite3VdbeMemGrow(). by drh ยท 8 years ago
  94. 63d1632 The BLOB returned by sqlite3VdbeMemFromBtree() does not need to be by drh ยท 8 years ago
  95. 97397a7 Small size and performance optimization in the bytecode engine. by drh ยท 8 years ago
  96. 84d4f1a Improved resolution of large integer values in "CAST(x AS NUMERIC)". by drh ยท 8 years ago
  97. 9a243e6 Updates to the "lemon.html" document received from Andy Goth. by drh ยท 8 years ago
  98. cf51255 Add the sqlite3_mmap_warm() function as an extension in the ext/misc/mmapwarm.c source file. by drh ยท 8 years ago
  99. 262d551 Fix a typo in the MSVC makefile. by drh ยท 8 years ago mmap-warm
  100. 460f1fa Add extension "mmapwarm.c". Provides function sqlite3_mmap_warm(), used to by dan ยท 8 years ago