2024-01-06 |
dan | Ensure that SQLITE_PROTOCOL is not returned too early... enable-setlk-fix |
commit | commitdiff | tree |
2024-01-06 |
dan | Update extension ext/misc/totext.c to avoid both ubsan... |
commit | commitdiff | tree |
2024-01-05 |
dan | Update extension ext/misc/totext.c to avoid both ubsan... totype-fix |
commit | commitdiff | tree |
2024-01-04 |
drh | Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in... |
commit | commitdiff | tree |
2024-01-04 |
dan | Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in... |
commit | commitdiff | tree |
2024-01-04 |
drh | Restructure some code to fix what appears to be a false... |
commit | commitdiff | tree |
2024-01-03 |
drh | Fix a #ifdef in sqlite3_test_control() that was prevent... |
commit | commitdiff | tree |
2024-01-03 |
drh | Convert the JSON functions to use lookaside memory... |
commit | commitdiff | tree |
2024-01-03 |
drh | Change a constant from decimal to hex to avoid a compil... |
commit | commitdiff | tree |
2024-01-03 |
drh | Enhance sqlite3_analyzer.exe so that it uses the ext... |
commit | commitdiff | tree |
2024-01-03 |
drh | Update the sqldiff.exe utility program so that it uses... |
commit | commitdiff | tree |
2024-01-02 |
drh | Back out [b517a52fa36df0a0] which is no longer reachabl... |
commit | commitdiff | tree |
2024-01-02 |
drh | Adjust the sqlite3PagerDirectReadOk() routine (part... |
commit | commitdiff | tree |
2024-01-02 |
dan | Fix a problem in fts5 caused by a COMMIT involving... |
commit | commitdiff | tree |
2024-01-02 |
drh | Increase the default "max_page_count" to its theoretica... |
commit | commitdiff | tree |
2024-01-02 |
stephan | Elaborate on the various build flavors used by ext... |
commit | commitdiff | tree |
2024-01-02 |
stephan | Update and clean up the in-makefile docs for ext/wasm. |
commit | commitdiff | tree |
2024-01-01 |
stephan | Back out [99d11e6d0ae6] (enabling of STAT4 in WASM... |
commit | commitdiff | tree |
2024-01-01 |
drh | New logic to avoid using indexes that ANALYZE has ident... |
commit | commitdiff | tree |
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 |
next |