๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 9336a52 Prototype for an sqlite3_db_log() interface. by drh ยท 11 years ago sqlite3_db_log
  2. 0ba5108 Improved filtering of input for fuzzershell for modes other than generic. by drh ยท 11 years ago
  3. 3fb2cc1 Change the printf, strftime, and glob modes of fuzzershell so that they by drh ยท 11 years ago
  4. 318d38c When compiling for UAP, link against the new minimal MSVC runtime. by mistachkin ยท 11 years ago
  5. 1cb50c8 Alternative fix for the double-initialization of type and collating sequence by drh ยท 11 years ago
  6. dfb5e1c Make sure the datatype and collating sequence of transients tables are by drh ยท 11 years ago
  7. 4640835 Ensure that tables names are dequoted exactly once by the trigger logic. by dan ยท 11 years ago
  8. be360e1 Fix a memory leak in the SELECT code generator tracing logic (code that is by drh ยท 11 years ago
  9. 4b79bde Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns. by dan ยท 11 years ago
  10. 7c052da Change an assert() in the aggregate query code generator into a testcase(). by drh ยท 11 years ago
  11. 3c9a073 Fix an fts4 problem to do with the handling of phrases that contain zero tokens. by dan ยท 11 years ago
  12. b6b676e Fix some identifier name de-quoting issues in the foreign key and trigger logic. by drh ยท 11 years ago
  13. 60f4e09 Test case for the previous check-in. by drh ยท 11 years ago
  14. 0f517ea Make sure the whereSplit() routine in the query planner is not confused by drh ยท 11 years ago
  15. 76f6a13 Enable compilation and VSIX package creation with the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
  16. 9985dab Add the --mode option to fuzzershell. by drh ยท 11 years ago
  17. 4a74d07 Many new configuration options for fuzzershell. by drh ยท 11 years ago
  18. 4eed053 Fix a memory leak caused by duplicate entries in the sqlite_stat1 table. by dan ยท 11 years ago
  19. cef2584 Fix an obscure memory leak in sqlite3Stat4ProbeFree() by drh ยท 11 years ago
  20. f34e9aa Enhance fuzzershell to support multiple blocks of SQL, each run in its own by drh ยท 11 years ago
  21. b496a8f Add an ALWAYS() around a new branch that was made unreachable by an even by drh ยท 11 years ago
  22. 19b887e Fix another harmless compiler warning. by mistachkin ยท 11 years ago
  23. 0311b62 Merge updates from trunk. by mistachkin ยท 11 years ago
  24. f659cf4 Modify the 'mkvsix' tool itself to support the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
  25. 542a176 Fix an off-by-one assert() in the virtual table argument tokenizer. by drh ยท 11 years ago
  26. 992590b Fix a broken assert() and comparison for INSERT INTO ... SELECT when the by drh ยท 11 years ago
  27. 7520996 Silently ignore parser stack overflow when parsing a malformed schema in by drh ยท 11 years ago
  28. 5f1d2fa Fix another assert() that is not true if the database schema is corrupt. by drh ยท 11 years ago
  29. 8e18922 Fix harmless compiler warnings seen with MSVC 2015. by mistachkin ยท 11 years ago
  30. 33c59ec Fix a faulty assert in the schema parsing logic. by drh ยท 11 years ago
  31. 1c89a77 Document the NMAKE_ARGS environment variable as well. by mistachkin ยท 11 years ago
  32. d0c7305 Fix a potential NULL pointer deference on a corrupt database schema. by drh ยท 11 years ago
  33. 88eb7fa Improve documentation and comments in the MSVC batch build tool. by mistachkin ยท 11 years ago
  34. a21f78b Bring comments on the INSERT code generator up-to-date. Fix the INSERT code by drh ยท 11 years ago
  35. 6bbe3df Work in progress on making VSIX packages for the Visual Studio 2015 CTP. by mistachkin ยท 11 years ago
  36. 816070c The sqlite3_trace() callback does not try to expand parameters in statements by drh ยท 11 years ago
  37. 7088d50 Fix an incorrect assert() statement in the CREATE INDEX code generator. by drh ยท 11 years ago
  38. ea8562e Ensure that if a "ROLLBACK TO" statement is used to rollback (but not close) theoutermost transaction, the xRollbackTo() method of any virtual tables involved in the transaction is invoked. by dan ยท 11 years ago
  39. 935f2e7 Disregard leading zeros when converting strings to 32-bit integers. by drh ยท 11 years ago
  40. c982844 Fix an incorrect assert() in the sqlite3_trace() logic. by drh ยท 11 years ago
  41. 1586699 Fix a problem affecting some fts3 UPDATE and DELETE statements on order=DESC tables. by dan ยท 11 years ago
  42. 7693c42 In the expression-tree comparison routine, do not compiler Expr.iColumn by drh ยท 11 years ago
  43. 7b4da15 Always resolve symbols in all ORDER BY clauses of a compound-SELECT, even by drh ยท 11 years ago
  44. 97ab32b Remove unnecessary parser error count increments. Let the sqlite3ErrorMsg() by drh ยท 11 years ago
  45. c50c8f4 Remove an ALWAYS() that turns out to be false when there is a semantic by drh ยท 11 years ago
  46. d99d283 Ensure that semantic SQL errors are always reported back up to the syntax by drh ยท 11 years ago
  47. b8289a8 Fix a faulty assert() in sqlite3SelectNew(). by drh ยท 11 years ago
  48. 268e72f Add the tool/fuzzershell.c utility program. by drh ยท 11 years ago
  49. 50be9c4 Fix the header comment on the sqldiff utility program. No code changes. by drh ยท 11 years ago
  50. e318a7f Restrict the scope of a local-use function in the parser. by drh ยท 11 years ago
  51. a33b683 Use a heap rather than a bitmap for cell coverage and overlap testing on by drh ยท 11 years ago
  52. f3151f0 Fix a couple of unreachable branches. by drh ยท 11 years ago
  53. a4bb776 Fix a boundry-value condition in the phrase poslist extractor of FTS3/4. by drh ยท 11 years ago
  54. ab4e7f3 Make sure all cursors are closed when returning from a VDBE subprogram that by drh ยท 11 years ago
  55. 6dc4148 Fix the VDBE so that it always uses the original opcode for profiling and by drh ยท 11 years ago
  56. a276e3f Fix a faulty assert() in the compound-SELECT code generator. by drh ยท 11 years ago
  57. 59ac655 Silently ignore requests to change the PRAGMA synchronous setting to an by drh ยท 11 years ago
  58. e06874e Make sure errors in coding triggers are propagated back up to the parser. by drh ยท 11 years ago
  59. 9569f60 Add the --backslash option to the command-line shell for testing purposes. by drh ยท 11 years ago
  60. 6736618 Fix a faulty assert() in the compound select code generator. by drh ยท 11 years ago
  61. 772460f Improvements to the way VALUES clauses are parsed. by drh ยท 11 years ago
  62. b073771 Fix the corruptC.test module due to a change in error message text. by drh ยท 11 years ago
  63. 67731a9 Use a heap instead of a bitmap for cell overlap and coverage testing of by drh ยท 11 years ago integrity-check-heap
  64. 0d2e2f2 Fix a problem in test file e_reindex.test. by dan ยท 11 years ago
  65. 5b1c07e Ensure the sqlite3Select() routine always returns non-zero if an error has occurred. by dan ยท 11 years ago
  66. 22ecef5 When parsing the schema, ignore any SQL that does not begin with "CREATE". by drh ยท 11 years ago
  67. 4b60803 Fix a potential one-byte buffer overread in the command-line shell. by drh ยท 11 years ago
  68. f3392e3 Prevent the fetchPayload() routine from reporting a cell size that extends by drh ยท 11 years ago
  69. 748c735 Enhance the showdb utility program so that it can read the last partial page by drh ยท 11 years ago
  70. a9de561 Add the --msvc command-line option to the releasetest.tcl script. This is by drh ยท 11 years ago
  71. 0d01ec8 Remove an incorrect assert() statement from sqlite3Fts3Dequote(). by dan ยท 11 years ago
  72. 0be0cf6 Remove a branch that became unreachable due to one of the earlier check-ins by drh ยท 11 years ago
  73. 2deb12b Fix a problem causing an assert() to fail if a snippet containing 0 tokens was requested from fts3. by dan ยท 11 years ago
  74. 347bdc3 Fix the error message generator for illegal token errors so that it does not by drh ยท 11 years ago
  75. 2903183 Remove an incorrect ALWAYS() from the automatic index generator. by drh ยท 11 years ago
  76. 1b67896 Remove an incorrect ALWAYS() from the table_info pragma. by drh ยท 11 years ago
  77. 3dc4cc6 Change the multiSelectOrderBy() routine to return non-zero if there has by drh ยท 11 years ago
  78. a43f02e Fix a faulty assert() statement in the name resolver associated with the by drh ยท 11 years ago
  79. 6456b77 Correctly handle COLLATE operators applied to COLLATE operators in an by drh ยท 11 years ago
  80. 3457338 Fix a faulty assert() in the sqlite3StrAccumAppend() routine. by drh ยท 11 years ago
  81. 65df68e Correctly deal with an unknown collating sequence on an indexed DISTINCT query. by drh ยท 11 years ago
  82. 1978d17 When adding the implied "LIMIT 1" to the end of a scalar subquery, make sure by drh ยท 11 years ago
  83. 0ec68f8 When doing the (dubious) conversion of double-quoted identifier into string by drh ยท 11 years ago
  84. 311efc7 Add a test case for what was formerly thought to be an unreachable condition: by drh ยท 11 years ago
  85. 126a6e2 An oversize hex literal can cause a parsing error while generating code for by drh ยท 11 years ago
  86. 8a1cd76 Add the --summary option to the sqldiff command-line tool. by drh ยท 11 years ago
  87. d9a0a9a Update API documentation to identify many functions as methods on objects. by drh ยท 11 years ago
  88. 6bca651 Add #ifdef magic for HAVE_GETHOSTUUID so that the build will hopefully now by drh ยท 11 years ago
  89. 2647dfa On a DETACH statement, keep all schemas intact except fo the one that is by drh ยท 11 years ago
  90. f56fa46 Omit the "pc" or "program counter" variable from the VDBE loop for 0.6% by drh ยท 11 years ago
  91. 27a348c Remove the out2-prerelease VDBE opcode property and its associated code, by drh ยท 11 years ago
  92. 1fe0af2 Add a comment to wal.c to explain why a race condition is safe. by dan ยท 11 years ago
  93. c01501a Remove a faulty assert() from the btree balancing logic. by drh ยท 11 years ago
  94. 481ecd9 Test that if the definition of a collation sequence is changed and VACUUM run, the new database contains records sorted in the (new) correct order. by dan ยท 11 years ago
  95. ab06b0e Remove an unreachable branch from the VACUUM logic. by drh ยท 11 years ago
  96. 4a614e9 Remove an unreachable branch from the vdbeSorterCompareInt() routine. by drh ยท 11 years ago
  97. 9dc225e Update the version number to 3.8.10 because of the new sort optimizations from check-in [79326d6eec]. by drh ยท 11 years ago
  98. f932f71 Fix a problem with a stale Select.pWith pointer when a CTE is used together by drh ยท 11 years ago
  99. 11b0481 Avoid problems when a query has a GROUP BY and an ORDER BY but no FROM clause. by drh ยท 11 years ago
  100. ead4381 Optimizations for VACUUM, CREATE INDEX and some cases of ORDER BY. by dan ยท 11 years ago