๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 42516b2 Omit the antiquated and long-unsupport async extension since it has been by drh ยท 1 year, 2 months ago omit-async
  2. 8625bd6 Omit ext/consio from the tree. No longer needed or supported. by drh ยท 1 year, 2 months ago
  3. 6d05f9a Fix build errors in fts5_tcl.c on Mac. by drh ยท 1 year, 2 months ago
  4. 346f1e0 Fix test code added by [ba358d26]. by dan ยท 1 year, 2 months ago
  5. 59b4f75 Add test case for fts5 trigram tokenizer. by dan ยท 1 year, 2 months ago
  6. 043943c Rework the configure+make system to use autosetup rather than autoconf. by drh ยท 1 year, 2 months ago
  7. 7796ee0 Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as reported via support mail. by stephan ยท 1 year, 2 months ago
  8. 542d1c9 Tweaks to help make jimsh0 usable to build using nmake. Does not quite work by drh ยท 1 year, 2 months ago
  9. 8cfc6a7 Fix an inconsistency in the way SQLITE_CORE is used in fts3.c. by dan ยท 1 year, 2 months ago
  10. b79997a Merge all the latest trunk enhancements into the autosetup branch. by drh ยท 1 year, 2 months ago
  11. 2c264ad Add two new #include statements to the composite "fts5.c" file that by drh ยท 1 year, 2 months ago
  12. 6ac6bed Teach ext/wasm/GNUmakefile to use tool/emcc.sh and fix a syntax error in tool/emcc.sh.in. Work around a JimTCL incompatibility in tool/mkshellc.tcl. by stephan ยท 1 year, 2 months ago
  13. 32d2558 Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. by dan ยท 1 year, 2 months ago
  14. b74c788 Fix another problem with ".expert" and virtual tables. [forum:/forumpost/49d6a19ec|Forum post 49d6a19ec]. by dan ยท 1 year, 2 months ago
  15. a525d63 Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both OPFS VFSes. by stephan ยท 1 year, 2 months ago
  16. 23caead Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of SQL values to incorrectly fail, and the --column-names setting to not be reset between tests. by stephan ยท 1 year, 2 months ago
  17. b94228a Fix a var reference typo in SQLTester.mjs. by stephan ยท 1 year, 2 months ago
  18. d11a3fd Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a makefile. by stephan ยท 1 year, 2 months ago
  19. 90675da Remove a not-strictly-necessary 'undefine' invocation from ext/wasm/GNUmakefile, as it is not compatible with too-old versions of gmake. Resolves the problem reported in [forum:e57932e3ccdc2c9c | forum post e57932e3ccdc2c9c]. by stephan ยท 1 year, 2 months ago
  20. fe15ed4 Fixes from code inspection: by drh ยท 1 year, 2 months ago
  21. cab9574 Ensure that the OPFS VFS's xOpen() writes back the read-only flag to the output flags. Resolves the problem reported in [forum:cf37d5ff1182c31081 | forum post cf37d5ff1182c31081]. by stephan ยท 1 year, 2 months ago
  22. 6031de9 When calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the VFS init is also removed so that the VFS may later be registered again with the same name. Set up test code for the regression reported in [forum:cf37d5ff11 | forum post cf37d5ff11] (which uncovered the removeVfs() shortcoming) but that test is currently only known to fail with the "opfs" VFS and is not currently set up to fail. by stephan ยท 1 year, 2 months ago
  23. 4924847 Avoid the possibility of buffer overrun in the READ_UTF8 macro by using by drh ยท 1 year, 2 months ago
  24. 863fcdc Be consistent about using "CRLF" instead of "CRNL". by drh ยท 1 year, 2 months ago
  25. 629e1bf Ensure that test file ext/expert/expert1.test works with non-fts5 builds. by dan ยท 1 year, 2 months ago expert-vtab-fix
  26. d5a780f Allow the ".expert" command to analyze statements that use built-in virtual tables. by dan ยท 1 year, 2 months ago
  27. 589ce93 Additional clarification in the comments to sqlite3_stdio.c. No changes by drh ยท 1 year, 2 months ago
  28. 4859bc9 Update comments in ext/misc/sqlite3_stdio.c to reflect the latest enhancements. by drh ยท 1 year, 2 months ago
  29. 0b453b3 Avoid undesirable NL to CRLF translation when doing binary output to the by drh ยท 1 year, 2 months ago
  30. da1bf77 Fix a problem in the generate_series() extension introduced by by drh ยท 1 year, 2 months ago
  31. 44b8c37 Fix a typo in fts5delete.test. by dan ยท 1 year, 2 months ago
  32. c5c3cbc Add the contentless_unindexed=1 option to fts5. This causes the values of any UNINDEXED columns of a contentless fts5 table to be stored persistently in the database. by dan ยท 1 year, 2 months ago
  33. 010f9f8 Remove a few more traces of long double from the code. by drh ยท 1 year, 2 months ago omit-long-double
  34. 1f2faa6 Another comment about the LONGDOUBLE wasm topic. No code changes. by stephan ยท 1 year, 3 months ago
  35. c9c1b65 Use the new SQLITE_USE_LONG_DOUBLE to disable long-double support in WASM builds, as they cannot be represented in JS and this saves approximately 5.5kb in the resulting wasm file. by stephan ยท 1 year, 3 months ago
  36. ed94e0e Add an #if'd-out block to sqlite3-wasm.c mentioning the LONGDOUBLE_TYPE, as brought up in [forum:cbfb0d0ac0a4e349 | forum post cbfb0d0ac]. No functional changes. by stephan ยท 1 year, 3 months ago
  37. d5838ea In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L. by dan ยท 1 year, 3 months ago
  38. dcf757c Merge trunk changes into this branch. by dan ยท 1 year, 3 months ago fts5-contentless-unindexed
  39. 33669ef Add another missing mkdir to the wasm build process. by stephan ยท 1 year, 3 months ago
  40. 54e35b5 Add tests for DELETE on contentless, contentless-delete and contentless-unindexed fts5 tables. by dan ยท 1 year, 3 months ago
  41. 5ec9ed7 Complete a line of documentation which was interrupted mid-sentence. by stephan ยท 1 year, 3 months ago
  42. 6a83369 wasm: move the makefile-eval-generated fiddle rules into mkwasmbuilds.c. Squelch some warnings from grep when running 'make clean' on a clean tree. by stephan ยท 1 year, 3 months ago
  43. d4c735d Ensure that the temporary build dir is mkdir'd by wasm deps which depend on it. by stephan ยท 1 year, 3 months ago
  44. 51fb37d For wasm builds: automatically use higher optimization (but slower build) levels when a target related to deliverables (as opposed to dev mode) is explicitly invoked. by stephan ยท 1 year, 3 months ago
  45. fabae7a Minor makefile doc fixes. No functional changes. by stephan ยท 1 year, 3 months ago
  46. 3c58039 Merge wasm-build-rework branch into trunk. Summary: 1) add optional bare-bones build, stripped of many optional library features, 2) replace much of the hyper-spaghetti wasm-specific makefile code with a more legible static code generator. by stephan ยท 1 year, 3 months ago
  47. add1947 Fix fiddle build broken by recent build-level reworks. Remove a stale reference to an old CSS file. by stephan ยท 1 year, 3 months ago wasm-build-rework
  48. 58b4a8f Extra test cases for UPDATEs of contentless tables. by dan ยท 1 year, 3 months ago
  49. 43eafb7 Fix a problem with UPDATE statements that modify the rowid of contentless_delete=1 tables. by dan ยท 1 year, 3 months ago
  50. 08f1ba0 Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a contentless_delete=1, contentless_unindexed=1 table. by dan ยท 1 year, 3 months ago
  51. c707b2e Squash sign-comparison warnings reported in [forum:5e605a763a65c3f8 | forum post 5e605a763a65c3f8]. by stephan ยท 1 year, 3 months ago
  52. 0992764 Merge trunk changes into this branch. by dan ยท 1 year, 3 months ago
  53. bcd6d5d Allow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables. Testing to come. by dan ยท 1 year, 3 months ago
  54. 2b041fb Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time options by drh ยท 1 year, 3 months ago cli-stdlib
  55. 7119a6c Have the zipfile and fileio extensions use sqlite3_stdio.c when it is by drh ยท 1 year, 3 months ago
  56. 777c35d Prevent regular DELETE and UPDATE statements from running against contentless_unindexed=1 tables that are not also contentless_delete=1. by dan ยท 1 year, 3 months ago
  57. 8f1f9ef Merge trunk enhancements, and especially the zero- and double-width character by drh ยท 1 year, 3 months ago
  58. 613c2ee Minor wasmfs speedtest1 build tweaks. Disable one wasmfs demo which was broken by Emscripten-side changes. by stephan ยท 1 year, 3 months ago
  59. 6ba175f Port sqlite3_analyzer.exe to use sqlite3_stdio. by drh ยท 1 year, 3 months ago
  60. a55901a Port sqldiff over to use sqlite3_stdio. by drh ยท 1 year, 3 months ago
  61. 29057f3 Fix a memory leak in sqlite3expert.c introduced by [f1d76c86]. by dan ยท 1 year, 3 months ago
  62. 57b32ef Add the sqlite3_stdio.h library for Windows console I/O. by drh ยท 1 year, 3 months ago
  63. d2917d9 Minor tweaks in mkwasmbuilds.c. by stephan ยท 1 year, 3 months ago
  64. 88c43ce Wasm build cleanups. Fix the wasm speedtest1 builds broken by yesterday's refactoring. by stephan ยท 1 year, 3 months ago
  65. 3c90b86 Avoid an error in sqlite3expert if the database has existing indexes on expressions. by dan ยท 1 year, 3 months ago
  66. 405ae97 Further wasm build cleanups and tweaks. No functional changes. by stephan ยท 1 year, 3 months ago
  67. 6ed21e8 Typo fix in makefile comments. by stephan ยท 1 year, 3 months ago
  68. 69cce89 wasm: replace much of the eval makefile spaghetti with equivalent code generated from a small C app. It turns out that's easier to read and write than doing the same thing from shell or tcl code, due entirely to C's lack of need for escaping dollar signs. by stephan ยท 1 year, 3 months ago
  69. 253695c Fix a couple of problems with the sessions streaming interfaces. by dan ยท 1 year, 3 months ago
  70. d69b424 Merge current trunk into this branch. by stephan ยท 1 year, 3 months ago
  71. 8a894cd Fix comment typo in the fileio.c extension. No changes to code. by drh ยท 1 year, 3 months ago
  72. db467f5 Fix harmless compiler warning in the vfstrace extension. by drh ยท 1 year, 3 months ago
  73. 8513eb6 Remove a stray newline. by mistachkin ยท 1 year, 3 months ago
  74. 704561f Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. by dan ยท 1 year, 3 months ago
  75. 38b31a9 Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. by dan ยท 1 year, 3 months ago preupdate-hook-fix
  76. dbff02a Enhancements to sqlite_dbpage() so that it accepts INSERT statements that can by drh ยท 1 year, 3 months ago
  77. 0218424 Require that the contentless_unindexed=1 option be specified before storing the values of fts5 UNINDEXED column belonging to contentless tables. by dan ยท 1 year, 3 months ago
  78. 6e8b3d3 Merge latest trunk changes, including the changes to the fts5 locale=1 feature, into this branch. by dan ยท 1 year, 3 months ago
  79. 165daef Add sha1() functions to the CLI. Fix sha1b() such that it actually returns by drh ยท 1 year, 3 months ago
  80. dc3bec3 Progress on the sqlite3-rsync utility. This is an incremental check-in. It by drh ยท 1 year, 3 months ago
  81. 0c8144a Alternative implementation of fts5 locale=1 feature that allows blobs to be stored in indexed columns of fts5 locale=1 tables. by dan ยท 1 year, 3 months ago
  82. 27119c5 Remove a stray "breakpoint" from a test script. by dan ยท 1 year, 3 months ago fts5-locale-alternate
  83. 7a41b48 Alternative implementation of fts5 locale=1 feature that allows blobs to be stored in indexed columns of fts5 locale=1 tables. by dan ยท 1 year, 3 months ago
  84. cd889c7 Fix an OOM-handling problem affecting locale=1 fts5 tables. by dan ยท 1 year, 3 months ago
  85. 9c2f068 Move the vfstrace extension out of src/ and into ext/misc/. Make it a by drh ยท 1 year, 3 months ago
  86. dbab768 Fix dependencies in makefiles to include ext/misc/vfstrace.c as necessary. by drh ยท 1 year, 3 months ago vfstrace
  87. a40f6eb Fix harmless compiler warnings in the vfstrace.c extension. by drh ยท 1 year, 3 months ago
  88. a8cf79e Fix harmless compiler warnings in FTS5. by drh ยท 1 year, 3 months ago
  89. 5600adf Move the vfstrace extension out of src/ over into ext/misc/ where it belongs. by drh ยท 1 year, 3 months ago
  90. cf25c16 Fix a problem with fts5 locale=1 tables and UPDATE statements that may affect more than one row. by dan ยท 1 year, 3 months ago
  91. f1c750e Add tests for an fts5 NEAR() expression with a single argument phrase. by dan ยท 1 year, 3 months ago
  92. bc97630 Fix a harmless stray carriage-return character. by drh ยท 1 year, 3 months ago
  93. deb6a60 Fix harmless compiler warnings. by drh ยท 1 year, 3 months ago
  94. de30fb5 Store the values of any UNINDEXED columns of a contentless fts5 table persistently in the database. Warning: This currently creates a (technically) incompatible file-format for contentless fts5 tables that have UNINDEXED columns. by dan ยท 1 year, 3 months ago
  95. 940cdc9 Fix ext/consio so that it works correctly with SQLITE_USE_ONLY_WIN32. by drh ยท 1 year, 3 months ago
  96. e6e49bf Fix harmless compiler warnings in the percentile extension. by drh ยท 1 year, 3 months ago
  97. 22cd1ee Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). by larrybr ยท 1 year, 3 months ago
  98. 7c6f288 Fix possible NULL pointer dereference following OOM in the new error reporting by drh ยท 1 year, 3 months ago
  99. 70989b6 Fix a technically undefined signed integer overflow in fts5. by dan ยท 1 year, 3 months ago
  100. ef7c692 Make the percential extension easier to incorporate as a built-in on Windows by drh ยท 1 year, 3 months ago