Revisions of sqlite3

Reinhard Max's avatar Reinhard Max (rmax) committed (revision 313)
- Update to 3.42.0:
  * Add the FTS5 secure-delete command. This option causes all
    forensic traces to be removed from the FTS5 inverted index when
    content is deleted.
  * Enhance the JSON SQL functions to support JSON5 extensions.
  * The SQLITE_CONFIG_LOG and SQLITE_CONFIG_PCACHE_HDRSZ calls to
    sqlite3_config() are now allowed to occur after
    sqlite3_initialize().
  * New sqlite3_db_config() options:
    SQLITE_DBCONFIG_STMT_SCANSTATUS and
    SQLITE_DBCONFIG_REVERSE_SCANORDER.
  * Query planner improvements.
  * Add the --unsafe-testing command-line option.
  * Allow commands ".log on" and ".log off", even in --safe mode.
  * "--" as a command-line argument means all subsequent arguments
    that start with "-" are interpreted as normal non-option
    argument.
  * Magic parameters ":inf" and ":nan" bind to floating point
    literals Infinity and NaN, respectively.
  * Add the ability for application-defined SQL functions to have
    the same name as join keywords: CROSS, FULL, INNER, LEFT,
    NATURAL, OUTER, or RIGHT.
  * Enhancements to PRAGMA integrity_check
  * Allow the session extension to be configured to capture changes
    from tables that lack an explicit ROWID.
  * Added the subsecond modifier to the date and time functions.
  * Negative values passed into sqlite3_sleep() are henceforth
    interpreted as 0.
  * The maximum recursion depth for JSON arrays and objects is
    lowered from 2000 to 1000.
buildservice-autocommit accepted request 1073837 from Reinhard Max's avatar Reinhard Max (rmax) (revision 312)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 311)
- Update to 3.41.2:
  * Multiple fixes for reads past the end of memory buffers
  * Fix the sqlite3_error_offset() so that it does not return
    out-of-range values when reporting errors associated with
    generated columns.
  * Multiple fixes in the query query optimizer for problems that
    cause incorrect results for bizarre, fuzzer-generated queries.
  * Increase the size of the reference counter in the page cache
    object to 64 bits to ensure that the counter never overflows.
  * Fix a performance regression caused by a bug fix in patch
    release 3.41.1.
  * Fix a few incorrect assert() statements.
buildservice-autocommit accepted request 1071411 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 309)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1070137 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 308)
- Build AVX2 enabled hwcaps library for x86_64-v3
buildservice-autocommit accepted request 1067149 from Reinhard Max's avatar Reinhard Max (rmax) (revision 307)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 306)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 305)
- Update to 3.41.0:
  * https://www.sqlite.org/releaselog/3_41_0.html
  * Various query planner improvements.
  * Add the built-in unhex() SQL function.
  * Add the base64 and base85 application-defined functions as an
    extension and include that extension in the CLI.
  * In-memory databases created using sqlite3_deserialize() now
    report their filename as an empty string, not as 'x'.
  * The ".scanstats est" command provides query planner estimates
    in profiles.
  * Enhance the --safe command-line option to disallow dangerous
    SQL functions.
  * The double-quoted string misfeature is now disabled by default
    for CLI builds.
  * Various other improvements and performance enhancements.
buildservice-autocommit accepted request 1056142 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 304)
baserev update by copy to link target
buildservice-autocommit accepted request 1043393 from Reinhard Max's avatar Reinhard Max (rmax) (revision 302)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 301)
- bsc#1206337, CVE-2022-46908, sqlite-CVE-2022-46908.patch:
  relying on --safe for execution of an untrusted CLI script
buildservice-autocommit accepted request 1037900 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 300)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 299)
- update to 3.40.0:
  * https://sqlite.org/releaselog/3_40_0.html
  * Add support for compiling SQLite to WASM and running it in wen
    browsers.
  * Add the recovery extension that might be able to recover some
    content from a corrupt database file.
  * For more changes, see https://sqlite.org/releaselog/3_40_0.html
buildservice-autocommit accepted request 1033127 from Reinhard Max's avatar Reinhard Max (rmax) (revision 298)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) accepted request 1032953 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 297)
sqlite3 3.39.4.   Please check https://sqlite.org/src/info/5517bc50988b5339 for security aspects
buildservice-autocommit accepted request 1004661 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 296)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 295)
  * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert
    extension when a column has no collating sequence.
buildservice-autocommit accepted request 1001301 from Reinhard Max's avatar Reinhard Max (rmax) (revision 294)
baserev update by copy to link target
Displaying revisions 21 - 40 of 333
openSUSE Build Service is sponsored by