๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 637e1c7 Merge trunk into the cygwin-fixes branch. With tcl9 this passes all but one test, which fails with: error copying ...: No error by stephan ยท 9 weeks ago cygwin-fixes
  2. 1187816 Improvements to the (rarely used) home-grown varients of seriesCeil() by drh ยท 9 weeks ago
  3. 5013fd1 Provide alternative implementations of ceil() and floor() to the by drh ยท 9 weeks ago
  4. fdddb45 Merge trunk and an off-list patch from Jan N. into the cygwin-fixes branch. by stephan ยท 9 weeks ago
  5. eeb2e03 Back out [8bf26c956e]. It is not required following [8e7da8cf50]. by dan ยท 9 weeks ago
  6. 80f0fcd Fix harmless compiler warnings. by drh ยท 9 weeks ago
  7. 8c16706 Makefile updates to suppose carray() and percentile(). Add Carray to by drh ยท 9 weeks ago
  8. e33786f Regenerate autoconf/Makefile.msc to squelch a 'make test' warning. by stephan ยท 9 weeks ago
  9. f9d5113 Fix the carrayfault.test script so that it works in configurations that by drh ยท 9 weeks ago
  10. ea0d2ce Avoid (apparently harmless) undefined behavior in CARRAY if the rowid by drh ยท 9 weeks ago
  11. 7b34ca9 Fix the sqlite3_bind_blob() interface so that it sets the encoding of the by drh ยท 9 weeks ago
  12. 8080411 Fix the xBestIndex method on carray so that it gives a coherient query plan by drh ยท 9 weeks ago
  13. 97fa2fe Fix carrayfault.test so that it works with the new built-in CARRAY. by drh ยท 9 weeks ago
  14. 6d4c792 Merge trunk into the cygwin-fixes branch. It merges cleanly and builds fine (in 27m2s) but make test has many failures which look to be Windowsisms, related to locked and/or missing files. by stephan ยท 9 weeks ago
  15. 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
  16. 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
  17. 0f5a3f1 In the CLI, limit column widths specified by the ".width" command to by drh ยท 9 weeks ago
  18. 3be9a9b Move the carray() extension and the percentile extension into the by drh ยท 9 weeks ago
  19. 8f2f5e4 Add the SQLITE_ prefix to the type constants used by sqlite3_carray_bind(). by drh ยท 9 weeks ago ext-to-core
  20. 0df9db4 Make use of the new SQLITE_ENABLE_PERCENTILE in the wasm build. by stephan ยท 9 weeks ago
  21. 01f5e6e Add ENABLE compile-time options to enable carray() and median(). Hence by drh ยท 9 weeks ago
  22. ba5cce9 This is how the percentile() family of functions might be integrated into by drh ยท 9 weeks ago
  23. cdaff85 Were we to choose to integrate the carray() table-valued function into the by drh ยท 9 weeks ago
  24. e15ef5b Fix harmless integer overflow in the CLI when arguments to --lookaside are by drh ยท 9 weeks ago
  25. d397377 Fix an uninitialized variable problem in test1.c. by dan ยท 9 weeks ago
  26. 55085a2 The ".dbtotxt" command in the CLI should not fail if the database is by drh ยท 9 weeks ago
  27. b8d2ca1 Function name doc typo fixes for sqlite3_source_id() (sic.). by stephan ยท 9 weeks ago
  28. 6147a0f Add test cases for the carray module. by dan ยท 9 weeks ago
  29. 308831d Improve the invariant checker module so that so that it added "+" before by drh ยท 9 weeks ago
  30. 9b6bc61 Fix some integer overflow warnings in the base64 and base85 extensions. by dan ยท 9 weeks ago
  31. 7aa5271 Fix a minor problem with building sqlite3.c without manifest.tags. by dan ยท 10 weeks ago
  32. 9804ed7 Avoid attempting to delete a file that is still open in sessionnoop2.test. by dan ยท 10 weeks ago
  33. 75ef68e Avoid using randomblob() in walckptnoop.test, as it produces different results for different test permutations. by dan ยท 10 weeks ago
  34. 35299c9 Change the testrunner.tcl option from "--case" (singular) to "--cases". by drh ยท 10 weeks ago
  35. 87f5315 Fix typo in the previous check-in that prevented the script from running. by drh ยท 10 weeks ago testrunner-enhancements
  36. 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
  37. ad7118f Update testrunner.tcl so that the new option is --cases rather than singular by drh ยท 10 weeks ago
  38. 0ab87fc Fix typo in the "testprefix" for walckptnoop.test by drh ยท 10 weeks ago
  39. 0611aee New testrunner.tcl option "--case DISPLAYLNAME" only runs the single case by drh ยท 10 weeks ago
  40. 566348f Fix testrunner.tcl so that --help output goes to stdout, not stderr. by drh ยท 10 weeks ago
  41. d357d9d Fix a subtle problem with short-circuit evaluation introduced by by drh ยท 10 weeks ago
  42. 833fb1e Another small performance increase in the text format by using strchr() to by drh ยท 10 weeks ago
  43. 34775b6 Fix a syntax error in the tcl script part of [199b6567bb41cd]. by stephan ยท 10 weeks ago
  44. d310393 Performance optimization in text formatter by using a hash table to look up by drh ยท 10 weeks ago
  45. 275d08a Minor clarifications to the JSONB format documentation. by drh ยท 10 weeks ago
  46. 1d574d3 Remove the memvfs.c extension, to prevent it from being misused. by drh ยท 2 months ago
  47. e2ebc36 Fix typo in the previous check-in. Remove surplus end-of-line whitespace by drh ยท 2 months ago
  48. 0d9ec8b Harden the debugging vtab "delta_parse()" which is part of the by drh ยท 2 months ago
  49. 4defad2 In the ".open" command of the CLI if using the --new option with a URI by drh ยท 2 months ago
  50. 7d973ac Fix -DSQLITE_OS_OTHER=0 builds. by dan ยท 2 months ago
  51. b9c23fa Correction to [ae303dab2f534e2c] to use the right loop over the solver. by drh ยท 2 months ago
  52. 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
  53. fa563ef Add the --ifexists option to the CLI and to the ".open" command of the CLI. by drh ยท 2 months ago
  54. 65ee59b Prevent embedded 0x00 characters in the output strings from confusing by drh ยท 2 months ago
  55. a9af410 Fix a buffer overread in demo code in ext/misc/memvfs.c. by dan ยท 2 months ago
  56. 4af7048 Enable the CLI to be compiled with SQLITE_OMIT_AUTHORIZATION. by drh ยท 2 months ago
  57. 0f76b0a Fix various compiler warnings. by drh ยท 2 months ago
  58. c8e6f62 Fix the new generate_series() to correctly deal with an explicit 0 as the step. by drh ยท 2 months ago
  59. d05bf5a Fix another potential buffer overread in the zipfile extension. by dan ยท 2 months ago
  60. 5b15123 Strengthen the fts5_locale() function against integer overflow attacks, by drh ยท 2 months ago
  61. 3eccaa7 Fix a buffer overread in the zipfile extension code. by dan ยท 2 months ago
  62. e6197c0 Improve whereSolver() so that it always finds a unique solution. by drh ยท 2 months ago
  63. 7e38287 Fix JSONB logic so that it correctly interprets large JSON5 hexadecimal by drh ยท 2 months ago
  64. 381df87 Large JSON5 hexadecimal integer literals are positive unless preceded by by drh ยท 2 months ago json5-hex-fix
  65. b7f5885 Back out check-in [9abaa0ac2b304934] as the code removed there is necessary by drh ยท 2 months ago
  66. 36ba760 Revamp the implementation of generate_series to simplify and improve by drh ยท 2 months ago
  67. 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
  68. 1bf80f2 Minor bug fixes. Many new test cases. by drh ยท 2 months ago series-refactor
  69. 39bffbc Use new c-pp features to simplify generation of the tester1 family of files. by stephan ยท 3 months ago
  70. d3cd2a2 All legacy tests are passing. Want to add new test cases before merging. by drh ยท 3 months ago
  71. 9ffb344 The generate_series rewrite is working better now, but is still not by drh ยท 3 months ago
  72. 5b047a8 Refactor the generate_series extension. Compiles but does not yet work. by drh ยท 3 months ago
  73. c2f7be1 Fix harmless typo in a comment. by drh ยท 3 months ago
  74. 1d592e0 Internal js/wasm tooling doc updates. by stephan ยท 3 months ago
  75. 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
  76. 54f2963 Rework the bounds calculations on generate_series() in an attempt to by drh ยท 3 months ago
  77. 4154910 ext/wasm/c-pp.c: add #savepoint support. Consolidate how the diverse sqlite3_stmt handles are managed. by stephan ยท 3 months ago
  78. c090488 Use sqlite3_malloc64() and sqlite3_realloc64() everywhere in the CLI. by drh ยท 3 months ago
  79. 943324c Fix a bug in the ".dbtotxt" command of the CLI that causes a NULL pointer by drh ยท 3 months ago
  80. 18af487 Avoid integer overflow in memory allocation for the by drh ยท 3 months ago
  81. 15e4074 Additional cleanup and refinement of the regexp.c extension. by drh ยท 3 months ago
  82. 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
  83. 4bdfae9 Remove and edit some comments. by stephan ยท 3 months ago
  84. 5d0d30a Add wasm.ptr to the module-symbols.html output. by stephan ยท 3 months ago
  85. 836e895 Latest upstream c-pp.c for the ability to process multiple inputs and outputs in a single invocation. by stephan ยท 3 months ago
  86. 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
  87. e309de2 Consolidate some duplicate code in mkwasmbuilds.c. by stephan ยท 3 months ago
  88. 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
  89. 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
  90. 96c753e Reinstate the Module.instantiateWasm() override and simplify how the wasm filename gets injected into the JS files. by stephan ยท 3 months ago
  91. b62c26d Limit the complexity of a REGEXP pattern using SQLITE_LIMIT_LIKE_PATTERN_LENGTH by drh ยท 3 months ago
  92. 80d74f0 In the regexp extension, limit the maximum value of integers in the by drh ยท 3 months ago
  93. 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
  94. 8d2f3a1 Fix harmless integer overflows caused by over-sized integer constants in by drh ยท 3 months ago
  95. c839ea5 Docs and dead code removal in mkwasmbuilds.c. by stephan ยท 3 months ago
  96. 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
  97. c9f1759 Add new table-valued functions jsonb_each() and jsonb_tree() that work just by drh ยท 3 months ago
  98. a7a8d7f Fix a harmless compiler warning. by drh ยท 3 months ago jsonb_each
  99. e040128 In c-pp.c, use (void)x instead of an empty if(x){} to flag unused arguments. by stephan ยท 3 months ago
  100. 92f9355 On-demand loading of JSON virtual tables. by drh ยท 3 months ago