2024-01-01 |
drh | Remove some unnecessary computations from ANALYZE so... avoid-low-quality-indexes |
commit | commitdiff | tree |
2024-01-01 |
drh | Extra steps taken to avoid using low-quality indexes... |
commit | commitdiff | tree |
2024-01-01 |
stephan | JNI: move the ByteBuffer-using APIs from public to... |
commit | commitdiff | tree |
2024-01-01 |
stephan | WASM: various build cleanups and add initial infrastruc... |
commit | commitdiff | tree |
2023-12-31 |
stephan | Use SQLITE_ENABLE_STAT4 in both the WASM and JNI builds. |
commit | commitdiff | tree |
2023-12-29 |
stephan | Minor doc touchup in the JS bits. |
commit | commitdiff | tree |
2023-12-28 |
drh | Enable SQLITE_DIRECT_OVERFLOW_READ unless it is specifi... |
commit | commitdiff | tree |
2023-12-28 |
dan | Update fts5origintext4.test to work with SQLITE_DIRECT_... |
commit | commitdiff | tree |
2023-12-28 |
drh | Performance improvement by unwinding a loop in jsonAppe... |
commit | commitdiff | tree |
2023-12-28 |
drh | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
2023-12-28 |
drh | Enhance the (undocumented, debug-only) json_parse(... |
commit | commitdiff | tree |
2023-12-27 |
dan | Fix a problem in the shell tool (not library) causing... |
commit | commitdiff | tree |
2023-12-26 |
dan | Ensure that the xColumnText(), xQueryPhrase() and xPhra... |
commit | commitdiff | tree |
2023-12-26 |
drh | Improved handling of malformed unicode within JSON... |
commit | commitdiff | tree |
2023-12-24 |
drh | Remove an ALWAYS() added in [c50e6c2ace49d092] because... |
commit | commitdiff | tree |
2023-12-24 |
drh | Fix harmless compiler warnings associated with [5db30bc... |
commit | commitdiff | tree |
2023-12-24 |
drh | Avoid signed integer overflow during integrity_check... |
commit | commitdiff | tree |
2023-12-23 |
drh | Improvements to the query planner to address the ineffi... |
commit | commitdiff | tree |
2023-12-23 |
drh | Add debugging output routines sqlite3ShowWhereLoop... |
commit | commitdiff | tree |
2023-12-22 |
drh | Change parameters on a debugging function to include... |
commit | commitdiff | tree |
2023-12-22 |
dan | Add the -fno-sanitize-recover=undefined to the sanitize... |
commit | commitdiff | tree |
2023-12-22 |
stephan | Update #ifdef checks in pager.c and util.c to account... |
commit | commitdiff | tree |
2023-12-22 |
dan | Fix a usan complaint about signed integer overflow. |
commit | commitdiff | tree |
2023-12-22 |
drh | Add a new comment to debugging output routine sqlite3Wh... |
commit | commitdiff | tree |
2023-12-21 |
drh | Add internal core-developer-only documentation of the... |
commit | commitdiff | tree |
2023-12-20 |
dan | Fix SQLITE_ENABLE_SETLK_TIMEOUT assert() statements... |
commit | commitdiff | tree |
2023-12-20 |
drh | Avoid harmless integer overflow in pager status statist... |
commit | commitdiff | tree |
2023-12-19 |
drh | In JSON - minor code cleanup and refactoring with a... |
commit | commitdiff | tree |
2023-12-19 |
drh | Remove redundant conditional from sqlite3ExprCanBeNull(). |
commit | commitdiff | tree |
2023-12-19 |
drh | On second thought, we don't really need sqlite_dbdata... |
commit | commitdiff | tree |
2023-12-19 |
drh | Fix harmless compiler warning in the randomjson.c exten... |
commit | commitdiff | tree |
2023-12-19 |
drh | More precise computation of the size of data structures... |
commit | commitdiff | tree |
2023-12-19 |
drh | Add ALWAYS() and NEVER() on branches made unreachable... |
commit | commitdiff | tree |
2023-12-19 |
drh | Ignore COLLATE operators when determining whether the... |
commit | commitdiff | tree |
2023-12-19 |
drh | Test case for the previous check-in. |
commit | commitdiff | tree |
2023-12-19 |
drh | When unable to resolve an identifier, change the Expr... |
commit | commitdiff | tree |
2023-12-19 |
drh | Always make the sqlite_dbdata virtual table available... |
commit | commitdiff | tree |
2023-12-19 |
drh | Extra ALWAYS() macros to verify state in the sqlite3Exp... |
commit | commitdiff | tree |
2023-12-19 |
drh | Remove a stray comment in the JSON code. |
commit | commitdiff | tree |
2023-12-18 |
drh | New JSON invariant test cases. |
commit | commitdiff | tree |
2023-12-18 |
drh | Add NEVER() to an unfalsifiable branch. |
commit | commitdiff | tree |
2023-12-18 |
drh | Fix JSON to JSONB translation so that it deals correctl... |
commit | commitdiff | tree |
2023-12-18 |
drh | Ensure that the insert/delete size delta on JSONB objec... |
commit | commitdiff | tree |
2023-12-18 |
drh | Add randomjson.c to testfixture. Use it for a new... |
commit | commitdiff | tree |
2023-12-18 |
drh | Ensure that all object labels for individual objects... |
commit | commitdiff | tree |
2023-12-18 |
drh | Bug fix in the randomjson.c extension. |
commit | commitdiff | tree |
2023-12-18 |
drh | Enhancements to ext/misc/randomjson.c. |
commit | commitdiff | tree |
2023-12-17 |
drh | Enhancements to the "randomjson.c" extension. Automati... |
commit | commitdiff | tree |
2023-12-16 |
drh | Enable SQLITE_STRICT_SUBTYPE for default builds of... |
commit | commitdiff | tree |
2023-12-16 |
drh | New test case based on Chromium bug report 1511689. |
commit | commitdiff | tree |
2023-12-15 |
drh | In the count-of-view optimization, deferring freeing... |
commit | commitdiff | tree |
2023-12-15 |
dan | Avoid expiring prepared statements in the middle of... |
commit | commitdiff | tree |
2023-12-15 |
drh | Add mention of --buildonly and --dryrun to the testrunn... |
commit | commitdiff | tree |
2023-12-15 |
drh | Fix a new JSON test case so that it works even if SQLIT... |
commit | commitdiff | tree |
2023-12-15 |
dan | Do not run test script fts5origintest4.test with either... |
commit | commitdiff | tree |
2023-12-15 |
dan | Avoid running the "no_mutex_try" tests with SQLITE_ENAB... |
commit | commitdiff | tree |
2023-12-15 |
stephan | Correct --enable-sab flag in ext/wasm/GNUmakefile to... |
commit | commitdiff | tree |
2023-12-14 |
stephan | Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI... |
commit | commitdiff | tree |
2023-12-14 |
drh | Add assert()s to FTS5 to fix static analyzer warnings. |
commit | commitdiff | tree |
2023-12-14 |
drh | Fix harmless compiler warnings in JSON and FTS5. |
commit | commitdiff | tree |
2023-12-14 |
dan | Improve the error message returned by an fts5 'rebuild... |
commit | commitdiff | tree |
2023-12-14 |
drh | Enhance aggregate order-by so that it transmits subtype... |
commit | commitdiff | tree |
2023-12-14 |
drh | Pass subtype information through the aggregate ORDER... agg-orderby-subtype |
commit | commitdiff | tree |
2023-12-13 |
larrybr | In CLI, fix .read inability to open 2GB+ files on WIN32. |
commit | commitdiff | tree |
2023-12-13 |
drh | Avoid invoking sqlite3ExprColUsage() on an unresolve... |
commit | commitdiff | tree |
2023-12-13 |
drh | Bug fix in the JSONB validator. |
commit | commitdiff | tree |
2023-12-13 |
drh | Improvements to UTF8 handling, and especially the handl... |
commit | commitdiff | tree |
2023-12-12 |
drh | Fix the JSON object label comparison object so that... |
commit | commitdiff | tree |
2023-12-12 |
stephan | Worker1 Promiser API: when multiple db connections... |
commit | commitdiff | tree |
2023-12-12 |
drh | The json_valid(*,8) function does a much better check... |
commit | commitdiff | tree |
2023-12-12 |
drh | Add NEVER to two unreachable branches in JSON. jsonb-valid |
commit | commitdiff | tree |
2023-12-12 |
drh | Improvements to JSONB validation - catch more cases... |
commit | commitdiff | tree |
2023-12-12 |
drh | Validity checking of text nodes in JSONB. |
commit | commitdiff | tree |
2023-12-11 |
drh | The json_error_position() function now reports an appro... |
commit | commitdiff | tree |
2023-12-11 |
drh | json_error_position() now uses jsonValidityCheck()... |
commit | commitdiff | tree |
2023-12-11 |
drh | json_valid(*,8) allows minus-signs on hexadecimal literals. |
commit | commitdiff | tree |
2023-12-11 |
drh | Activate JSON_SELFCHECK within fuzzcheck. |
commit | commitdiff | tree |
2023-12-11 |
drh | Rename the new test-control to SQLITE_TESTCTRL_JSON_SEL... |
commit | commitdiff | tree |
2023-12-11 |
drh | Add SQLITE_TESTCTRL_VALIDATE_JSONB, which if enabled... |
commit | commitdiff | tree |
2023-12-11 |
drh | Work toward enhanced functionality for json_valid(... |
commit | commitdiff | tree |
2023-12-11 |
drh | Fix a potential use of uninitialized value in json_vali... |
commit | commitdiff | tree |
2023-12-08 |
drh | Fix a harmless UBSAN warning. |
commit | commitdiff | tree |
2023-12-08 |
drh | Fix a potential problem RCStr access on a JsonString... |
commit | commitdiff | tree |
2023-12-08 |
drh | Fix a harmless compiler warning about "confusing indent... |
commit | commitdiff | tree |
2023-12-08 |
dan | Avoid dropping an error code in new fts5 tokendata... |
commit | commitdiff | tree |
2023-12-07 |
dan | Ensure an fts5vocab table never uses a special tokendat... |
commit | commitdiff | tree |
2023-12-07 |
dan | Avoid an assert() failure when querying an fts5vocab... |
commit | commitdiff | tree |
2023-12-07 |
dan | Fix a null-pointer dereference in fts5 tokendata=1... |
commit | commitdiff | tree |
2023-12-07 |
dan | Fix a problem with handling OOM and other errors in... |
commit | commitdiff | tree |
2023-12-07 |
dan | Different fix for the fts5 COMMIT-following-OOM problem... |
commit | commitdiff | tree |
2023-12-07 |
drh | Rework the jsonEachPathLength() routine in json_tree... |
commit | commitdiff | tree |
2023-12-07 |
drh | Add ALWAYS() on branches added in [ec0ae4030968c782... |
commit | commitdiff | tree |
2023-12-07 |
drh | Improved detection of corrupt JSONB in the jsonReturnFr... |
commit | commitdiff | tree |
2023-12-06 |
dan | Fix compiler warning about shadowed variable in fts5_in... |
commit | commitdiff | tree |
2023-12-06 |
drh | Work around LLVM's newfound hatred of function pointer... |
commit | commitdiff | tree |
2023-12-06 |
dan | Update documentation comments in fts5.h. |
commit | commitdiff | tree |
2023-12-06 |
drh | Do correct comparisons between object labels in JSON... |
commit | commitdiff | tree |
2023-12-06 |
drh | Correctly handle 8-byte sizes in the JSONB format. |
commit | commitdiff | tree |
2023-12-06 |
drh | Fix the routine that determines the json_tree.path... json-label-compare |
commit | commitdiff | tree |
2023-12-06 |
larrybr | In CLI, move -interactive flag handling back to arg... |
commit | commitdiff | tree |
next |