๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 0fe7b96 Send an sqlite3_log() message if the unix backend takes a short read. by drh ยท 6 weeks ago log-short-read
  2. 34b1bf1 Tiny cosmetic tweak to configure script output. No functional changes. by stephan ยท 6 weeks ago
  3. 74cd3c5 Typo fixes in LICENSE.md from BrickViking. by stephan ยท 6 weeks ago
  4. ffbfc27 Fix an signed integer overflow problem that can occur when using an oversize by drh ยท 7 weeks ago
  5. 5a9ada5 Add enhanced resistance to corruption after posix advisory locks on the by drh ยท 7 weeks ago
  6. 9c07705 Enhance the CLI so that it can handle inputs larger than 2 billion lines. by drh ยท 7 weeks ago
  7. 6cc222c Additional comments explaining what unixIsSharingShmNode() does. No by drh ยท 7 weeks ago broken-lock-defense-1
  8. db0d47b Omit unnecessary branches from the unixIsSharingShmNode() implementation. by drh ยท 7 weeks ago
  9. e34f35c The unixIsSharingShmNode() function should always return false for the by drh ยท 7 weeks ago
  10. 626351d Implement an experimental defensive measure to try to prevent the -wal and by drh ยท 7 weeks ago
  11. 6e27846 Fix a minor over-allocation of heap memory in wal.c. by dan ยท 7 weeks ago
  12. 8ce786f Fix sanitizer complaints in the regexp extension. by dan ยท 7 weeks ago
  13. 6b9230d Merge the OPFS/SEE tests into trunk (where they should have been committed). by stephan ยท 7 weeks ago
  14. d4ead9b A better/cleaner fix for [1c80ff88c0ce]. by stephan ยท 7 weeks ago
  15. f57d368 c-pp-lite: Fix another newline-related off-by-one which could cause newlines to get lost in @token@ filtering. Problem found in out-of-tree testing. by stephan ยท 7 weeks ago
  16. 3fceae3 Doc typo fix reported in the forum. No code changes. by stephan ยท 7 weeks ago
  17. 38113d3 Add the SQLITE_FCNTL_FILESTAT file control and the sqlite_filestat() SQL by drh ยท 7 weeks ago
  18. a105989 Rename the file control to SQLITE_FCNTL_FILESTAT. Rename the SQL function by drh ยท 7 weeks ago file-info
  19. ecbeefe Fix a bug in sqlite_file_info() output: It was showing the "pal" for by drh ยท 7 weeks ago
  20. 2b24d89 New --normal option for the ".open" command in the CLI. Also, when opening by drh ยท 7 weeks ago
  21. 726e836 Add additional information about unix file descriptors to the same database file by drh ยท 7 weeks ago
  22. 7be565f Adjust unixPosixAdvisorLocks() to use redirectable system calls so that by drh ยท 7 weeks ago
  23. c053b57 Merge the CLI deduceDatabaseType fix from trunk. by drh ยท 7 weeks ago
  24. 0d859b4 Fix the CLI so that it does not try to open what might be an SQLite by drh ยท 7 weeks ago
  25. ab29c24 Additional information about the unixShm shown. by drh ยท 7 weeks ago
  26. dcc07d3 Do not attempt to show posix-advisory-locking status on journal files. by drh ยท 7 weeks ago
  27. 234c6c4 The sqlite_file_info() function should always return JSON, unless there by drh ยท 7 weeks ago
  28. 86319b8 New symbolic representation of posix advisory locking information by drh ยท 7 weeks ago
  29. f4e6605 Merge trunk enhancements into the file-info branch. by drh ยท 7 weeks ago
  30. 76db3a6 Stricter assert() statements on unixShmSystemLock(). by drh ยท 7 weeks ago
  31. 003737d Improvements to the design of the /proc lock analysis. by drh ยท 7 weeks ago
  32. be4d0c2 Make it particularly clear in the wasm build output that unsupported builds are exactly that. Cosmetic tweak only, no functional changes. by stephan ยท 7 weeks ago
  33. aeb886b Easier to read /proc lock interpretation. by drh ยท 7 weeks ago
  34. 2f9311c Flesh out the sqlite_file_info() function further, and in particular by drh ยท 7 weeks ago
  35. 093b26e New diagnostic SQL function "sqlite_file_info()" and its associated by drh ยท 7 weeks ago
  36. 63ee854 Fix a duplicate SQLITE_API on sqlite3_carray_bind(), as reported in [forum:7499e8a19edc8908|forum post 7499e8a19e]. by stephan ยท 7 weeks ago
  37. 3ba506d ext/wasm: dependencies fix for parallel builds attempted immediately after a distclean. Add version-info to the distclean rules. by stephan ยท 7 weeks ago
  38. 67fa337 ext/wasm/GNUmakefile: (A) When using a custom sqlite3.c, use sqlite3.h from the same directory instead of the top of this tree. (B) Re-add preprocessor flags for SEE which were misplaced during recent build refactoring. by stephan ยท 7 weeks ago
  39. 033dbac Fix [4e713558f6c6ea3d] so that it supports separate builds of rtree. by drh ยท 7 weeks ago
  40. 9af334f Document minor discrepancies in how sqlite3_bind_pointer() and sqlite3_carray_bind() react to the SQLITE_TRANSIENT and SQLITE_STATIC finalizers. by stephan ยท 7 weeks ago
  41. 4bb53ab Make explicit that sqlite3_bind_pointer() and sqlite3_carray_bind() call the provided destructor even if those routines fail, per [forum:6d81b10952|forum feedback]. by stephan ยท 7 weeks ago
  42. 7adc9a5 Update the MSVC makefile for the amalgamation distribution. by drh ยท 7 weeks ago
  43. acdda10 Enhance the tokenizer so that it is able to deal with individual tokens by drh ยท 7 weeks ago
  44. bc2691d In the CLI, improved error messages on input errors. Limit the size of a by drh ยท 7 weeks ago
  45. 95c188d Limit the size of --hexdb files in the CLI to 2 billion lines, to avoid by drh ยท 7 weeks ago
  46. 4043096 Additional defenses against over-sized inputs in the (unused) amatch.c by drh ยท 7 weeks ago
  47. d06a0be Fix a faulty error message in the ext/misc/fileio.c extension. by drh ยท 7 weeks ago
  48. 984e446 Adjust some of the markdown in the LICENSE.md file so that it will hopefully by drh ยท 7 weeks ago
  49. 774ce0b Back out [b144f875d6bddce6] and remove the former check for strchrnul() from the configure script. by stephan ยท 8 weeks ago
  50. d41f5ef Reduce the maximum size of LIKE and GLOB patterns in the ossfuzz.c test by drh ยท 8 weeks ago
  51. efe8ae5 Use 64-bit memory allocations everywhere in the expert extension. by drh ยท 8 weeks ago
  52. 21c57ab Increase the range of integer indexes in the the merge() family of by drh ยท 8 weeks ago
  53. 31c86ca Fix a minor memory leak in the CLI that can occur following an error by drh ยท 8 weeks ago
  54. 9f36870 Resolve the MacOS-specific build issue reported in [forum:95edc7a8d7d1de59|forum post 95edc7a8d7d1de59], with help from Bo Lindbergh. by stephan ยท 8 weeks ago
  55. 9c3fcd9 Improve performance of the shell tool ".ar" command when it is given a large number of arguments. by dan ยท 8 weeks ago
  56. 0a585a6 In dbpage.c, disable truncation on any update error, including errors by drh ยท 8 weeks ago
  57. 6eaeea0 Fix an off-by-one in c-pp-lite.c which could cause @token@-processed output to get one duplicated byte. by stephan ยท 8 weeks ago
  58. e826aa8 Minor JS doc updates. No code changes. by stephan ยท 8 weeks ago
  59. ff5d4c3 Resolve a valgrind-reported error in ext/wasm/c-pp-lite.c caused by successful exit colliding with the atexit() handler. Add -e SCRIPT support to c-pp-lite to facilitate testing. by stephan ยท 8 weeks ago
  60. f66a060 Improve performance of the shell tool ".ar" command when it is given a large number of arguments. by dan ยท 8 weeks ago ar-performance-improvement
  61. 34c1e04 Fix memory allocation in the ".table" command of the .cli when the number by drh ยท 8 weeks ago
  62. f83df5b Reestablish APIARMOR for the sqlite3_db_status() interface. by drh ยท 8 weeks ago
  63. d6cb2cc JS/WASM: Expose sqlite3_db_status64(), sqlite3changeset_apply_v3(), sqlite3changeset_apply_v3_strm(), and SQLITE_DBSTATUS_TEMPBUF_SPILL. by stephan ยท 9 weeks ago
  64. e7cf3fe Add the test/testloadext.c loadable extension to test the ability to use by drh ยท 9 weeks ago
  65. efde2f6 Add the sqlite3_db_status64() interface and the by drh ยท 9 weeks ago
  66. 53a6b7d Make the new sqlite3_db_status64() API accessible to extensions. by drh ยท 9 weeks ago dbstatus-spill
  67. 4472c96 Fix two links in ext/wasm/README.md. by stephan ยท 9 weeks ago
  68. abe709b Extra defenses against integer overflow in the decimal extension. by drh ยท 9 weeks ago
  69. 5dbbe50 Add a section to ext/wasm/README.md about the dependency on wabt/wasm-strip for release builds. by stephan ยท 9 weeks ago
  70. 9f136fc Fix a makefile typo which caused a build directory to not get mkdir'd for the fiddle build. by stephan ยท 9 weeks ago
  71. 898ac77 Merge all the latest trunk enhancements into the dbstatus-spill branch. by drh ยท 9 weeks ago
  72. 264bcad Avoid integer overflows (a) when dealing with zeroblob(N) calls when 2*N is larger than 2^31, and (b) in fts5 when a corrupt record is close to 2^31 bytes in size. Both of these require special builds with SQLITE_MAX_LENGTH set to a non-default value. by dan ยท 9 weeks ago
  73. a8bb50c Fix a bug in concat_ws() in which an initial empty string was treated as if by drh ยท 9 weeks ago
  74. c93270e Enable CLI documentation for .imposter by drh ยท 9 weeks ago
  75. 9435603 Fix broken hyperlinks in the documentation. by drh ยท 9 weeks ago
  76. ee4676b Fix order of operations in the OP_Concat operator of the byte-code engine by drh ยท 9 weeks ago
  77. e4eaf17 Remove an unused variable from the generate_series implementation. by drh ยท 9 weeks ago
  78. 59e1ab5 Fix an assert() that could fail when reading a blob or text value larger than 1GiB from the database (requires a non-default build configuration). This is an assert() fix only, production builds were functioning correctly. by dan ยท 9 weeks ago
  79. 1187816 Improvements to the (rarely used) home-grown varients of seriesCeil() by drh ยท 9 weeks ago
  80. 5013fd1 Provide alternative implementations of ceil() and floor() to the by drh ยท 9 weeks ago
  81. eeb2e03 Back out [8bf26c956e]. It is not required following [8e7da8cf50]. by dan ยท 9 weeks ago
  82. 80f0fcd Fix harmless compiler warnings. by drh ยท 9 weeks ago
  83. 8c16706 Makefile updates to suppose carray() and percentile(). Add Carray to by drh ยท 9 weeks ago
  84. e33786f Regenerate autoconf/Makefile.msc to squelch a 'make test' warning. by stephan ยท 9 weeks ago
  85. f9d5113 Fix the carrayfault.test script so that it works in configurations that by drh ยท 9 weeks ago
  86. ea0d2ce Avoid (apparently harmless) undefined behavior in CARRAY if the rowid by drh ยท 9 weeks ago
  87. 7b34ca9 Fix the sqlite3_bind_blob() interface so that it sets the encoding of the by drh ยท 9 weeks ago
  88. 8080411 Fix the xBestIndex method on carray so that it gives a coherient query plan by drh ยท 9 weeks ago
  89. 97fa2fe Fix carrayfault.test so that it works with the new built-in CARRAY. by drh ยท 9 weeks ago
  90. b4fdfc2 Update c-pp.c and rename it to c-pp-lite.c to match its new upstream name. Adapt the JS files and mkwasmbuilds.c for c-pp syntactic changes. by stephan ยท 9 weeks ago
  91. 40d299a Avoid corrupting the fts5 index if a value that was inserted via sqlite3_bind_blob() in a non-utf8 db is deleted. by dan ยท 9 weeks ago
  92. 0f5a3f1 In the CLI, limit column widths specified by the ".width" command to by drh ยท 9 weeks ago
  93. 3be9a9b Move the carray() extension and the percentile extension into the by drh ยท 9 weeks ago
  94. 8f2f5e4 Add the SQLITE_ prefix to the type constants used by sqlite3_carray_bind(). by drh ยท 9 weeks ago ext-to-core
  95. 0df9db4 Make use of the new SQLITE_ENABLE_PERCENTILE in the wasm build. by stephan ยท 9 weeks ago
  96. 01f5e6e Add ENABLE compile-time options to enable carray() and median(). Hence by drh ยท 9 weeks ago
  97. ba5cce9 This is how the percentile() family of functions might be integrated into by drh ยท 9 weeks ago
  98. cdaff85 Were we to choose to integrate the carray() table-valued function into the by drh ยท 9 weeks ago
  99. e15ef5b Fix harmless integer overflow in the CLI when arguments to --lookaside are by drh ยท 9 weeks ago
  100. d397377 Fix an uninitialized variable problem in test1.c. by dan ยท 9 weeks ago