diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:43 +0000 |
commit | 0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554 (patch) | |
tree | 578e4cc29563a2d3d6aeefe4f19ecb2eb4527206 /www/releaselog/3_44_0.html | |
parent | Releasing progress-linux version 3.46.0-1~progress7.99u1. (diff) | |
download | sqlite3-0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554.tar.xz sqlite3-0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554.zip |
Merging upstream version 3.46.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'www/releaselog/3_44_0.html')
-rw-r--r-- | www/releaselog/3_44_0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/releaselog/3_44_0.html b/www/releaselog/3_44_0.html index b0192ae..b9b9d74 100644 --- a/www/releaselog/3_44_0.html +++ b/www/releaselog/3_44_0.html @@ -143,7 +143,7 @@ antiRobotDefense(); by <a href="../pragma.html#pragma_integrity_check">PRAGMA integrity_check</a>. <li> <a href="../compile.html#use_seh">SQLITE_USE_SEH</a> (Structured Exception Handling) is now enabled by default whenever SQLite is built using the Microsoft C compiler. It can be disabled using - -DSQLITE_USE_SEH=0 + -D<a href="../compile.html#omit_seh">SQLITE_OMIT_SEH</a>. <li> Query planner optimizations: <ol type="a"> <li> In partial index scans, if the WHERE clause implies a constant value for a table |