Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2019-07-16 08:37:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Tue Jul 16 08:37:32 2019 rev:114 rq:714604 version:3.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2019-06-12 13:01:34.477297003 +0200 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.1887/sqlite3.changes 2019-07-16 08:37:36.363100068 +0200 @@ -1,0 +2,26 @@ +Thu Jul 11 08:59:55 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 3.29.0 + * Added the SQLITE_DBCONFIG_DQS_DML and SQLITE_DBCONFIG_DQS_DDL + actions to sqlite3_db_config() for activating and deactivating + the double-quoted string literal misfeature. Both default to + "on" for legacy compatibility, but developers are encouraged + to turn them "off", perhaps using the -DSQLITE_DQS=0 + compile-time option. + * -DSQLITE_DQS=0 is now a recommended compile-time option. + * Improvements to the query planner: + + Improved optimization of AND and OR operators when one or + the other operand is a constant. + + Enhancements to the LIKE optimization for cases when the + left-hand side column has numeric affinity. + * Added the "sqlite_dbdata" virtual table for extracting raw + low-level content from an SQLite database, even a database + that is corrupt. + * Enhancements to the CLI: + + Add the ".recover" command which tries to recover as much + content as possible from a corrupt database file. + + Add the ".filectrl" command useful for testing. + + Add the long-standing ".testctrl" command to the ".help" menu. + + Added the ".dbconfig" command + +------------------------------------------------------------------- Old: ---- sqlite-doc-3280000.zip sqlite-src-3280000.zip New: ---- sqlite-doc-3290000.zip sqlite-src-3290000.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.y7jJLk/_old 2019-07-16 08:37:37.003099851 +0200 +++ /var/tmp/diff_new_pack.y7jJLk/_new 2019-07-16 08:37:37.007099850 +0200 @@ -17,9 +17,9 @@ %define oname sqlite -%define tarversion 3280000 +%define tarversion 3290000 Name: sqlite3 -Version: 3.28.0 +Version: 3.29.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain
