Sync from SUSE:ALP:Source:Standard:1.0 sqlite3 revision bf2a8d1c83e1f551bc413ac2c2767b8a

This commit is contained in:
2025-10-30 08:50:46 +01:00
parent f03f224200
commit bffc04bd97
6 changed files with 46 additions and 13 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Oct 21 08:30:42 UTC 2025 - Reinhard Max <max@suse.com>
- bsc#1252217: Add a %license file.
-------------------------------------------------------------------
Tue Aug 26 12:14:27 UTC 2025 - Reinhard Max <max@suse.com>
- bsc#1248586: Fix icu-enabled build.
-------------------------------------------------------------------
Mon Aug 11 16:04:48 UTC 2025 - Reinhard Max <max@suse.com>
- Update to version 3.50.4:
* Fix two long-standings cases of the use of uninitialized
variables in obscure circumstances.
-------------------------------------------------------------------
Thu Jul 17 16:17:25 UTC 2025 - Reinhard Max <max@suse.com>
- Update to version 3.50.3:
* Fix a possible memory error that can occur if a query is made
against against FTS5 index that has been deliberately corrupted
in a very specific way.
* Fix the parser so that it ignored SQL comments in all places of
a CREATE TRIGGER statement. This resolves a problem that was
introduced by the introduction of the
SQLITE_DBCONFIG_ENABLE_COMMENTS feature in version 3.49.0.
* Fix an incorrect answer due to over-optimization of an AND
operator.
-------------------------------------------------------------------
Tue Jul 1 12:04:55 UTC 2025 - Reinhard Max <max@suse.com>