Revisions of sqlite3

buildservice-autocommit accepted request 852646 from Reinhard Max's avatar Reinhard Max (rmax) (revision 253)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 252)
- SQLite 3.34.0:
  * Added the sqlite3_txn_state() interface for reporting on the
    current transaction state of the database connection.
  * Enhance recursive common table expressions to support two or more
    recursive terms as is done by SQL Server, since this helps make
    queries against graphs easier to write and faster to execute.\
  * Improved error messages on CHECK constraint failures.
  * The .read dot-command now accepts a pipeline in addition to a
    filename.
  * Added options --data-only and --nosys to the .dump dot-command.
  * Added the --nosys option to the .schema dot-command.
  * Table name quoting works correctly for the .import dot-command.
  * The generate_series(START,END,STEP) table-valued function
    extension is now built into the CLI.
  * The .databases dot-command now show the status of each database
    file as determined by sqlite3_db_readonly() and
    sqlite3_txn_state().
  * Added the --tabs command-line option that sets .mode tabs.
  * The --init option reports an error if the file named as its
    argument cannot be opened. The --init option also now honors the
    --bail option.
  * Improved estimates for the cost of running a DISTINCT operator.
  * When doing an UPDATE or DELETE using a multi-column index where
    only a few of the earlier columns of the index are useful for the
    index lookup, postpone doing the main table seek until after all
    WHERE clause constraints have been evaluated, in case those
    constraints can be covered by unused later terms of the index,
    thus avoiding unnecessary main table seeks.
  * The new OP_SeekScan opcode is used to improve performance of
    multi-column index look-ups when later columns are constrained by
buildservice-autocommit accepted request 826778 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 251)
baserev update by copy to link target
buildservice-autocommit accepted request 816145 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 249)
baserev update by copy to link target
Andreas Stieger's avatar Andreas Stieger (AndreasStieger) accepted request 816144 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 248)
SQLite 3.32.3
    CVE-2020-13871 boo#1172646
buildservice-autocommit accepted request 811818 from Reinhard Max's avatar Reinhard Max (rmax) (revision 247)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) accepted request 811817 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 246)
- SQLite 3.32.2:
  * Fix a long-standing bug in the byte-code engine that can cause
    a COMMIT command report as success when in fact it failed to commit
Andreas Stieger's avatar Andreas Stieger (AndreasStieger) committed (revision 245)
Andreas Stieger's avatar Andreas Stieger (AndreasStieger) accepted request 808967 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 244)
SQLite 3.32.1 boo#1172091
buildservice-autocommit accepted request 768339 from Reinhard Max's avatar Reinhard Max (rmax) (revision 242)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) accepted request 768317 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 241)
- Fix a regression on ppc64be and s390x, found by the fuzzing
  tests, add 04885763c4cd00cb-s390-compatibility.patch.
- Adapt some FTS tests to work on big endian archs:
  b20503aaf5b6595a-adapt-FTS-tests-for-big-endian.patch
buildservice-autocommit accepted request 768037 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 240)
baserev update by copy to link target
buildservice-autocommit accepted request 765985 from Reinhard Max's avatar Reinhard Max (rmax) (revision 237)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) accepted request 765315 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 236)
Fix failing Django/Django1 testsuites
Fix some more errors
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 235)
- Add sqlite3-django.patch to fix builds of django
Displaying revisions 81 - 100 of 333
openSUSE Build Service is sponsored by