๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 8f2f5e4 Add the SQLITE_ prefix to the type constants used by sqlite3_carray_bind(). by drh ยท 9 weeks ago ext-to-core
  2. 0df9db4 Make use of the new SQLITE_ENABLE_PERCENTILE in the wasm build. by stephan ยท 9 weeks ago
  3. 01f5e6e Add ENABLE compile-time options to enable carray() and median(). Hence by drh ยท 9 weeks ago
  4. ba5cce9 This is how the percentile() family of functions might be integrated into by drh ยท 9 weeks ago
  5. cdaff85 Were we to choose to integrate the carray() table-valued function into the by drh ยท 9 weeks ago
  6. e15ef5b Fix harmless integer overflow in the CLI when arguments to --lookaside are by drh ยท 9 weeks ago
  7. d397377 Fix an uninitialized variable problem in test1.c. by dan ยท 9 weeks ago
  8. 55085a2 The ".dbtotxt" command in the CLI should not fail if the database is by drh ยท 9 weeks ago
  9. b8d2ca1 Function name doc typo fixes for sqlite3_source_id() (sic.). by stephan ยท 9 weeks ago
  10. 6147a0f Add test cases for the carray module. by dan ยท 9 weeks ago
  11. 308831d Improve the invariant checker module so that so that it added "+" before by drh ยท 9 weeks ago
  12. 9b6bc61 Fix some integer overflow warnings in the base64 and base85 extensions. by dan ยท 9 weeks ago
  13. 7aa5271 Fix a minor problem with building sqlite3.c without manifest.tags. by dan ยท 10 weeks ago
  14. 9804ed7 Avoid attempting to delete a file that is still open in sessionnoop2.test. by dan ยท 10 weeks ago
  15. 75ef68e Avoid using randomblob() in walckptnoop.test, as it produces different results for different test permutations. by dan ยท 10 weeks ago
  16. 35299c9 Change the testrunner.tcl option from "--case" (singular) to "--cases". by drh ยท 10 weeks ago
  17. 87f5315 Fix typo in the previous check-in that prevented the script from running. by drh ยท 10 weeks ago testrunner-enhancements
  18. 6f7c977 Add info from the SQLITE_SCM_... macros to tool/version-info.c's --json output, prompted by [forum:0c513ae3fca7d55c|forum post 0c513ae3fc]. by stephan ยท 10 weeks ago
  19. ad7118f Update testrunner.tcl so that the new option is --cases rather than singular by drh ยท 10 weeks ago
  20. 0ab87fc Fix typo in the "testprefix" for walckptnoop.test by drh ยท 10 weeks ago
  21. 0611aee New testrunner.tcl option "--case DISPLAYLNAME" only runs the single case by drh ยท 10 weeks ago
  22. 566348f Fix testrunner.tcl so that --help output goes to stdout, not stderr. by drh ยท 10 weeks ago
  23. d357d9d Fix a subtle problem with short-circuit evaluation introduced by by drh ยท 10 weeks ago
  24. 833fb1e Another small performance increase in the text format by using strchr() to by drh ยท 10 weeks ago
  25. 34775b6 Fix a syntax error in the tcl script part of [199b6567bb41cd]. by stephan ยท 10 weeks ago
  26. d310393 Performance optimization in text formatter by using a hash table to look up by drh ยท 10 weeks ago
  27. 275d08a Minor clarifications to the JSONB format documentation. by drh ยท 10 weeks ago
  28. 1d574d3 Remove the memvfs.c extension, to prevent it from being misused. by drh ยท 2 months ago
  29. e2ebc36 Fix typo in the previous check-in. Remove surplus end-of-line whitespace by drh ยท 2 months ago
  30. 0d9ec8b Harden the debugging vtab "delta_parse()" which is part of the by drh ยท 2 months ago
  31. 4defad2 In the ".open" command of the CLI if using the --new option with a URI by drh ยท 2 months ago
  32. 7d973ac Fix -DSQLITE_OS_OTHER=0 builds. by dan ยท 2 months ago
  33. b9c23fa Correction to [ae303dab2f534e2c] to use the right loop over the solver. by drh ยท 2 months ago
  34. cbc3cd4 Fix a buffer overrun in the zipfile extension that could occur while processing zip archives with extremely long file-names and comment fields. by dan ยท 2 months ago
  35. fa563ef Add the --ifexists option to the CLI and to the ".open" command of the CLI. by drh ยท 2 months ago
  36. 65ee59b Prevent embedded 0x00 characters in the output strings from confusing by drh ยท 2 months ago
  37. a9af410 Fix a buffer overread in demo code in ext/misc/memvfs.c. by dan ยท 2 months ago
  38. 4af7048 Enable the CLI to be compiled with SQLITE_OMIT_AUTHORIZATION. by drh ยท 2 months ago
  39. 0f76b0a Fix various compiler warnings. by drh ยท 2 months ago
  40. c8e6f62 Fix the new generate_series() to correctly deal with an explicit 0 as the step. by drh ยท 2 months ago
  41. d05bf5a Fix another potential buffer overread in the zipfile extension. by dan ยท 2 months ago
  42. 5b15123 Strengthen the fts5_locale() function against integer overflow attacks, by drh ยท 2 months ago
  43. 3eccaa7 Fix a buffer overread in the zipfile extension code. by dan ยท 2 months ago
  44. e6197c0 Improve whereSolver() so that it always finds a unique solution. by drh ยท 2 months ago
  45. 7e38287 Fix JSONB logic so that it correctly interprets large JSON5 hexadecimal by drh ยท 2 months ago
  46. 381df87 Large JSON5 hexadecimal integer literals are positive unless preceded by by drh ยท 2 months ago json5-hex-fix
  47. b7f5885 Back out check-in [9abaa0ac2b304934] as the code removed there is necessary by drh ยท 2 months ago
  48. 36ba760 Revamp the implementation of generate_series to simplify and improve by drh ยท 2 months ago
  49. 436c8e5 Remove the long-defunct wasmfs build of speedtest1 from index.html and re-enable the wasmfs scratchpad app (which still works). Fix the CFLAGS for the wasmfs build and the path to the wasm file for one of the JS. by stephan ยท 2 months ago
  50. 1bf80f2 Minor bug fixes. Many new test cases. by drh ยท 2 months ago series-refactor
  51. 39bffbc Use new c-pp features to simplify generation of the tester1 family of files. by stephan ยท 2 months ago
  52. d3cd2a2 All legacy tests are passing. Want to add new test cases before merging. by drh ยท 2 months ago
  53. 9ffb344 The generate_series rewrite is working better now, but is still not by drh ยท 2 months ago
  54. 5b047a8 Refactor the generate_series extension. Compiles but does not yet work. by drh ยท 3 months ago
  55. c2f7be1 Fix harmless typo in a comment. by drh ยท 3 months ago
  56. 1d592e0 Internal js/wasm tooling doc updates. by stephan ยท 3 months ago
  57. 0b0c873 Improve #if support in, and add #assert to, c-pp. Rename target=... preprocessor symbols to target:... because changes in the semantics for symbols which have an '=' makes some of those #if blocks mutually exclusive (which we won't want in rare cases involving the bundler-friendly builds). by stephan ยท 3 months ago
  58. 54f2963 Rework the bounds calculations on generate_series() in an attempt to by drh ยท 3 months ago
  59. 4154910 ext/wasm/c-pp.c: add #savepoint support. Consolidate how the diverse sqlite3_stmt handles are managed. by stephan ยท 3 months ago
  60. c090488 Use sqlite3_malloc64() and sqlite3_realloc64() everywhere in the CLI. by drh ยท 3 months ago
  61. 943324c Fix a bug in the ".dbtotxt" command of the CLI that causes a NULL pointer by drh ยท 3 months ago
  62. 18af487 Avoid integer overflow in memory allocation for the by drh ยท 3 months ago
  63. 15e4074 Additional cleanup and refinement of the regexp.c extension. by drh ยท 3 months ago
  64. 4ac2118 Teach c-pp how to replace configure-script-like @tokens@, giving us a much simpler way to get the proper WASM file name injected into each JS build. by stephan ยท 3 months ago
  65. 4bdfae9 Remove and edit some comments. by stephan ยท 3 months ago
  66. 5d0d30a Add wasm.ptr to the module-symbols.html output. by stephan ยท 3 months ago
  67. 836e895 Latest upstream c-pp.c for the ability to process multiple inputs and outputs in a single invocation. by stephan ยท 3 months ago
  68. 879066a Delay replacing the wasm file name strings until they're needed. Add target b-all to run all known wasm builds. by stephan ยท 3 months ago
  69. e309de2 Consolidate some duplicate code in mkwasmbuilds.c. by stephan ยท 3 months ago
  70. a34f87d Clean up how the speedtest1 64-bit test/demo files are generated. Make log output very slightly less verbose. by stephan ยท 3 months ago
  71. 42f9273 Get 64-bit builds of speedtest1.wasm running in order to better compare 32-/64-bit performance (spoiler alert: the latter is consistently roughly 10% slower). Add WASM heap usage info to speedtest1. by stephan ยท 3 months ago
  72. 96c753e Reinstate the Module.instantiateWasm() override and simplify how the wasm filename gets injected into the JS files. by stephan ยท 3 months ago
  73. b62c26d Limit the complexity of a REGEXP pattern using SQLITE_LIMIT_LIKE_PATTERN_LENGTH by drh ยท 3 months ago
  74. 80d74f0 In the regexp extension, limit the maximum value of integers in the by drh ยท 3 months ago
  75. 3a94a00 Get wasmfs build working in the new setup. Disable the custom wasm loader because its generated makefile code is currently broken. by stephan ยท 3 months ago
  76. 8d2f3a1 Fix harmless integer overflows caused by over-sized integer constants in by drh ยท 3 months ago
  77. c839ea5 Docs and dead code removal in mkwasmbuilds.c. by stephan ยท 3 months ago
  78. 6553a5d Fix some integer overflow problems when handling corrupt hexdb dumps in the shell tool. [forum:/forumpost/82b513b116 | Forum post 82b513b116]. by dan ยท 3 months ago
  79. c9f1759 Add new table-valued functions jsonb_each() and jsonb_tree() that work just by drh ยท 3 months ago
  80. a7a8d7f Fix a harmless compiler warning. by drh ยท 3 months ago jsonb_each
  81. e040128 In c-pp.c, use (void)x instead of an empty if(x){} to flag unused arguments. by stephan ยท 3 months ago
  82. 92f9355 On-demand loading of JSON virtual tables. by drh ยท 3 months ago
  83. 5ace5e0 More build docs. Add a speedtest1 64-bit build but it's not hooked up to any test apps yet. Improve invalid-arg detection in c-pp. by stephan ยท 3 months ago
  84. c125443 Build cleanups and dead code removal. by stephan ยท 3 months ago
  85. 3574ec4 Add JSON table-valued functions jsonb_each() and jsonb_tree(). by drh ยท 3 months ago
  86. ae48a24 wasm dist: add --snapshot flag, add -64 flag to include 64-bit builds, and add module-symbols.html to the dist. by stephan ยท 3 months ago
  87. 3e7fe48 Replace ext/wasm/dist.make with mkdist.sh and get dist working with the new build. Fix the preprocessing flags for tester1-esm.html. by stephan ยท 3 months ago
  88. a4476ea Overhaul the wasm build to (A) support more coexisting variants, e.g. 32/64-bit of both vanilla and esm, and (B) build each variant to its own subdir so that they can build in parallel. It can, with make -j4, now build all new variants in half the time it previously took for just the 32-bit builds. The new build logging output, though unconventional, serves two purposes: (A) improve my build-time situational awareness and (B) it help demystify some of the build steps and output files. by stephan ยท 3 months ago
  89. 5ad6e7b Fix the translation of "\v" in JSON5. by drh ยท 3 months ago
  90. 5dbbbf4 Remove some superfluous tabs and add the mkwasmbuilds ability to emit just its prologue. by stephan ยท 3 months ago wasm-rebuild-2025
  91. 96d39ce Minor logging fix for the wasm-opt build step. by stephan ยท 3 months ago
  92. 653e32e Move fiddle.make into the main makefile. Various adjacent cleanups and docs. by stephan ยท 3 months ago
  93. 31efe5a Avoid an integer overflow in the shell tool when outputing hex dumps of blobs greater than 1GB in size. by dan ยท 3 months ago
  94. dc868ef Convert the ShellText object in the CLI to use sqlite3_malloc64() rather than by drh ยท 3 months ago
  95. 4d488bd Avoid an integer overflow ([forum:/forumpost/b3abe06121 | forum post b3abe06121]) and a compiler warning ([forum:/forumpost/3db6aa9ed6 | forum post 3db6aa9ed6]) in the shell tool code. by dan ยท 3 months ago
  96. 3ed76ca Minor build cleanups. by stephan ยท 3 months ago
  97. 99cb004 Consolidate the speedtest1 wasm build into the new mkwasmbuilds.c model. Remove the long-unused batch-runner JS tools. by stephan ยท 3 months ago
  98. ef56529 Wasm build deps fixes. by stephan ยท 3 months ago
  99. 9daf58e Move the static makefile code from mkwamsbuilds.c into the makefile. Move util.make back into the main makefile. Remove a bunch of dead makefile code and docs. by stephan ยท 3 months ago
  100. 3675a69 Cosmetic makefile tweaks. by stephan ยท 3 months ago