Quantcast
Channel: SQLite
Browsing all 4196 articles
Browse latest View live
↧

Enhance the omit-noop-join optimization so that it is able to omit a chain of...

Enhance the omit-noop-join optimization so that it is able to omit a chain of noop-joins. Optimization improvement suggested by [forum:/forumpost/11a53f2bad|forum post 11a53f2bad]. (tags: trunk)

View Article


Doc typo fixes in the configure script pieces. (tags: trunk)

Doc typo fixes in the configure script pieces. (tags: trunk)

View Article


To ensure that the sqlite3_hard_heap_limit() call it makes is effective, add...

To ensure that the sqlite3_hard_heap_limit() call it makes is effective, add "sqlite3_config(SQLITE_CONFIG_MEMSTATUS, 1);" to fuzzcheck.c. (tags: trunk)

View Article

Work around the Windows "Worst-Fit" bug in the "sqldiff.exe" program. (tags:...

Work around the Windows "Worst-Fit" bug in the "sqldiff.exe" program. (tags: trunk)

View Article

Change a single integer variable to 64-bit in the tokenizer to avoid any...

Change a single integer variable to 64-bit in the tokenizer to avoid any possibility of an integer overflow. (tags: trunk)

View Article


Improvements to the .import command of the CLI. (tags: trunk)

Improvements to the .import command of the CLI. (tags: trunk)

View Article

If the filename argument to the .import command is of the form...

If the filename argument to the .import command is of the form "<<endmark" then the content is read from the script (or stdin) until the first line that begins with "endmark". (tags: trunk)

View Article

Test cases for .import, as well as minor enhancements to .import and to...

Test cases for .import, as well as minor enhancements to .import and to .check. (tags: trunk)

View Article


Fix the "testfixture" makefile target so that it builds with a static TCL...

Fix the "testfixture" makefile target so that it builds with a static TCL library on Mac-ARM. Fix the "tool-zip" target so that it uses ordinary tclsh rather than testfixture to run the...

View Article


Update to the unix build documentation. (tags: trunk)

Update to the unix build documentation. (tags: trunk)

View Article

Incremental improvements to .import, and new test cases. (tags: trunk)

Incremental improvements to .import, and new test cases. (tags: trunk)

View Article

Fix error messages associated with .import, along with corresponding test...

Fix error messages associated with .import, along with corresponding test cases. (tags: trunk)

View Article

Fix the new .import logic in the CLI so that it honors ".bail on"....

Fix the new .import logic in the CLI so that it honors ".bail on". [forum:/forumpost/6c1c0e213d|Forum post 6c1c0e213d]. (tags: trunk)

View Article


Avoid signed integer overflow when an fts5 'merge' command is passed...

Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. (tags: fts5-int-overflow-fix)

View Article

Fix the change on this branch so that it works with amalgamation builds....

Fix the change on this branch so that it works with amalgamation builds. (tags: fts5-int-overflow-fix)

View Article


*MERGE* Avoid signed integer overflow when an fts5 'merge' command is passed...

*MERGE* Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. (tags: trunk)

View Article

Improved handling of the process entry point in Windows, to translate...

Improved handling of the process entry point in Windows, to translate arguments into UTF8. (tags: trunk)

View Article


Add missing free() to winmain.c (tags: trunk)

Add missing free() to winmain.c (tags: trunk)

View Article

Fix the output from the (undocumented) --test-argv option of the CLi so that...

Fix the output from the (undocumented) --test-argv option of the CLi so that it correctly displays UTF8 text on Windows. (tags: trunk)

View Article

Fix a typo in [0819fe670f9ceec7] that lead to incomplete protection against...

Fix a typo in [0819fe670f9ceec7] that lead to incomplete protection against buffer overflow in the zipfile extension. [forum:/forumpost/2025-12-30T23:57:19z|Forum post 2025-12-30T23:57:19z] (tags: trunk)

View Article
Browsing all 4196 articles
Browse latest View live