๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 2e6df8c Version 3.18.2 by drh ยท 8 years ago version-3.18.2
  2. 83b7d01 When building an ephemeral table of integers, do not assume that the table by drh ยท 8 years ago
  3. 86f5c3f Version 3.18.1 by drh ยท 8 years ago version-3.18.1
  4. 004ba54 An unintentional fork was created due to a typo when creating branch-3.18. by drh ยท 8 years ago
  5. 5da1cd0 Increase the version number to 3.18.1. by drh ยท 8 years ago
  6. de415c0 Ensure pointer map entries are always added when a row that does use overflow by drh ยท 9 years ago
  7. fe329a7 Version 3.18.0 Release Candidate by drh ยท 9 years ago version-3.18.0
  8. 0d8d9c9 Add the new sqlite3_set_last_insert_rowid() interface to the extension by drh ยท 9 years ago
  9. b9cd86a Do not run tests for ".dump --preserve-rowids" when testing by dan ยท 9 years ago
  10. 34ad36b Disable the new --preserve-rowids option on the CLI ".dump" command if by drh ยท 9 years ago
  11. 3e7d012 Make the default value for SQLITE_DEFAULT_SYNCHRONOUS a simple integer by drh ยท 9 years ago
  12. 2fb79e9 Fix two harmless compiler warnings. by drh ยท 9 years ago
  13. ba7cce3 Fix a harmless compiler warning in the JSON1 extension. by drh ยท 9 years ago
  14. 18333ef Previous check-in was not correct. This is a better fix for the OP_Once by drh ยท 9 years ago
  15. ab087d4 Fix the OP_Once opcode so that it works correctly for recursive triggers. by drh ยท 9 years ago
  16. f9e9197 Add the RFC-7396 Appendix A test cases for json_patch(). by drh ยท 9 years ago
  17. 29c9969 Fix an error in the new json_patch() routine discovered by Ralf Junker. by drh ยท 9 years ago
  18. adc117d Add the json_patch() SQL function to the JSON1 extension. by drh ยท 9 years ago
  19. 37f03df Change the name of the json_merge_patch() function to just json_patch(). by drh ยท 9 years ago json_mergepatch
  20. db52852 Improvement to the amalgamation configure.ac file contributed by by drh ยท 9 years ago
  21. 8fe3e9d Do not run test file autoanalyze1.test if OMIT_VIRTUALTABLE is defined. by dan ยท 9 years ago
  22. a77edc6 Remove an invalid assert() statement failing when VACUUMing a database that by dan ยท 9 years ago
  23. 1fe162f Avoid redundant edits in the json_merge_patch() function. by drh ยท 9 years ago
  24. 0002d24 Fix harmless compiler warnings in the new json_merge_patch() logic. by drh ยท 9 years ago
  25. bb7aa2d Various fixes to the json_merge_patch() function. by drh ยท 9 years ago
  26. f07b249 Change the name of the new function to "json_merge_patch()". by drh ยท 9 years ago
  27. 633647a Initial implementation of the json_mergepatch(A,B) SQL function. by drh ยท 9 years ago
  28. 701ff6a Fix harmless compiler warnings in the shell. by drh ยท 9 years ago
  29. 918938f New simplified memory initialization for MacOS. by drh ยท 9 years ago
  30. 49297c8 Fix an incorrect assert in the ANALYZE logic for STAT4 on WITHOUT ROWID tables. by drh ยท 9 years ago
  31. 119fc11 Add short script ext/fts3/tool/fts3cov.sh. To help measure test-coverage of by dan ยท 9 years ago
  32. a14b7e0 Do not run sync2.test as part of the "inmemory_journal" permutation. by dan ยท 9 years ago
  33. 174f855 Add the --native-malloc option to fuzzcheck. Fix ossfuzz.c and fuzzcheck.c by drh ยท 9 years ago
  34. 16f0582 Fix the fuzzcheck program so that it can create new databases again. by drh ยท 9 years ago
  35. 74869e5 Avoid passing NULL as the second argument to memcpy() in fts3. by dan ยท 9 years ago
  36. 6b904f5 Avoid a technically undefined right-shift of a signed value in rtree.c. by dan ยท 9 years ago
  37. 920c83f Fix some problems in fts3 found by address-sanitizer. by dan ยท 9 years ago
  38. 5f42995 Avoid the possibility of signed integer overflow with oversized precisions by drh ยท 9 years ago
  39. 5b3a3b3 Do not run sync2.test as part of the "journaltest" permutation, as it uses by dan ยท 9 years ago
  40. 7adbcff Ensure that a "--" prefix is added to sqlite3_trace_v2() output for nested by drh ยท 9 years ago
  41. 154cc74 Only run sync2.test on unix, as it depends on instrumentation in os_unix.c. by dan ยท 9 years ago
  42. 978896e Fix the check.test script so that it works on Windows. by drh ยท 9 years ago
  43. d3d52ef Documentation fix: SQLITE_SOURCE_ID is a now a SHA3-256 hash. by drh ยท 9 years ago
  44. a80e160 Only do the specialized MacOS single-core zone_malloc initialization if by drh ยท 9 years ago
  45. 46acfc2 Fix an error in the newly revised documentation for SQLITE_LIMIT_VDBE_OP. by drh ยท 9 years ago
  46. 544cab7 Set a reasonable limit on the number of opcodes in a prepared statement by drh ยท 9 years ago
  47. 1cb0266 Begin enforcing the SQLITE_LIMIT_VDBE_OP. The documentation warned that this by drh ยท 9 years ago
  48. f53524b Add the --show-errors and --show-max-delay command-line options to the by drh ยท 9 years ago
  49. 59d705a Fix the Makefile.in so that it builds the ossshell test program correctly. by drh ยท 9 years ago
  50. 1f9144e Fix a buffer overread in debugging routine sqlite3VdbeMemPrettyPrint(). by dan ยท 9 years ago
  51. a3b2da9 Fix a problem in the enhanced PRAGMA integrity_check where it verifies by drh ยท 9 years ago
  52. af33329 If the user has not set it explicitly, set the "PRAGMA synchronous" setting to by dan ยท 9 years ago
  53. fc8f4b6 Fix a typo causing the build to fail if SQLITE_DEFAULT_SYNCHRONOUS==SQLITE_DEFAULT_WAL_SYNCHRONOUS. by dan ยท 9 years ago default-synchronous-fix
  54. f5da7db If the user has not set it explicitly, set the "PRAGMA synchronous" setting to by dan ยท 9 years ago
  55. b30574b Simplified OOM detection in the instr() SQL function. by drh ยท 9 years ago
  56. 85c2dc0 Fix an uninitialized variable reference in the text generator by drh ยท 9 years ago
  57. 970ea37 Fix a problem in the "showdb" utility that prevents it from correctly by drh ยท 9 years ago
  58. 116b56a Fix a crash that could follow an OOM condition in the instr() SQL function. by dan ยท 9 years ago
  59. 6f25936 Updates to README files under the ext/ hierarchy. No changes to code. by drh ยท 9 years ago
  60. 6295ff1 Add the "Obtaining The Code" subsection in the top-level README.md file. by drh ยท 9 years ago
  61. a5d75ba Mention the ".selftest" command in the ".help" output of the CLI. by drh ยท 9 years ago
  62. 7553c82 Make "PRAGMA temp.synchronous=N" a no-op to ensure that the TEMP schema by drh ยท 9 years ago
  63. 9c4527e Improved header comment on the shathree.c extension. No changes to code. by drh ยท 9 years ago
  64. 943d825 Updates to the MSVC makefiles. by mistachkin ยท 9 years ago
  65. 29df8d1 Add the dbdump.c extension that implements functionality similar to the by drh ยท 9 years ago
  66. 4b34eb3 Add dbdump.exe to the MSVC makefile. by drh ยท 9 years ago dbdump
  67. d3bc75f Fixes to the dump logic. All appears to be working in preliminary tests. by drh ยท 9 years ago
  68. 473af4f First draft of the complete dbdump.c library. by drh ยท 9 years ago
  69. 688633c Infrastructure for an extension C-library to implement sqlite3_db_dump() and by drh ยท 9 years ago
  70. d3bb79b In the output of the ".dump" command in the CLI, quote newline and by drh ยท 9 years ago
  71. 510b7ff Fix the sqlite3TreeViewSelect() routine so that it works with a null pointer by drh ยท 9 years ago
  72. c3becdd Fix a segfault that could occur following an OOM error in the by dan ยท 9 years ago
  73. bbc0177 In the OSSFuzz test module, invoke the progress handler much more frequently by drh ยท 9 years ago
  74. ba28b5a Fix a possible NULL pointer dereference in following an OOM error by drh ยท 9 years ago
  75. 1ed1e61 Remove an obsolete assert() in the IN operator code generation. by drh ยท 9 years ago
  76. 202230e Make sure the translateColumnToCopy() routine in the query planner does not by drh ยท 9 years ago
  77. 708b22b The output of the ".dump" command in the CLI quotes newline and carriage-return by drh ยท 9 years ago string-quoting-dump
  78. 891d6b4 Increase the number of significant digits in floating point literals on by drh ยท 9 years ago
  79. 1ba30db Remove the rbu_round_trip.tcl script. It is now part of project "test-dbs". by dan ยท 9 years ago
  80. a6bf20b Fix an error in the SQLITE_MAX_MEMORY implementation resulting from a bad by drh ยท 9 years ago
  81. 1e45c7d Add the -DSQLITE_MAX_MEMORY=N compile-time option. The default is no limit. by drh ยท 9 years ago
  82. e43d6ae Add the SQLITE_MAX_MEMORY compile-time option that provides a hard upper bound by drh ยท 9 years ago max-memory-option
  83. a2df53b Enhance the ".stats" dot-command in the CLI to use sqlite3_status64() instead by drh ยท 9 years ago
  84. f157d10 Improvements to ".selftest --init". Tests are number in increments of 10 by drh ยท 9 years ago
  85. fb546af Remove the test/dbselftest.c program. In its place, add the ".selftest" by drh ยท 9 years ago
  86. f8563c0 Fix the ".dump" command to correctly extract tail data from corrupt by drh ยท 9 years ago
  87. e6e1d12 Begin moving separate boolean variables in the ShellState object of the CLI by drh ยท 9 years ago
  88. f80d4ff Make sure the database connection is open prior to running the ".sha3sum" by drh ยท 9 years ago
  89. 3ee83ef In the ".sha3sum" command, if there is a LIKE pattern, show the hashes for by drh ยท 9 years ago
  90. 1554bc8 Add the ".sha3sum" command to the CLI - used to compute a cryptographic hash by drh ยท 9 years ago
  91. 4146b4e Improved comments explaining the sha3_query() format. Fix a performance #ifdef by drh ยท 9 years ago
  92. acc83d2 Add the shathree.c extension for implementing SHA3() and SHA3_QUERY() SQL by drh ยท 9 years ago
  93. f42d318 In the CLI, avoid unnecessary identifier quoting in the ".dump" output. by drh ยท 9 years ago
  94. e611f14 Add the --preserve-rowids option to the ".dump" command in the CLI. by drh ยท 9 years ago
  95. 5cc95eb Add test script ext/rbu/rbu_round_trip.tcl. Uses "dbselftest" to test that by dan ยท 9 years ago
  96. 9b38d66 Performance optimization in the tokenizer/parser loop. by drh ยท 9 years ago
  97. 567bd44 Minor comment typo fixes. No changes to code. by drh ยท 9 years ago
  98. a92b81f More size and speed improvements in the expression name resolver. by drh ยท 9 years ago
  99. 3cf48e3 Small size reduction and performance increase in the name resolver routine by drh ยท 9 years ago
  100. 59dbe3a Make the default MASK argument for "PRAGMA optimize" be 0xfffe, to allow for by drh ยท 9 years ago