Revisions of sqlite3
buildservice-autocommit
accepted
request 640415
from
Martin Pluskal (pluskalm)
(revision 218)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 640275
from
Andreas Stieger (AndreasStieger)
(revision 217)
SQLite 3.25.2
buildservice-autocommit
accepted
request 636108
from
Ismail Dönmez (namtrac)
(revision 216)
baserev update by copy to link target
Ismail Dönmez (namtrac)
accepted
request 635923
from
Andreas Stieger (AndreasStieger)
(revision 215)
SQLite 3.25.0
buildservice-autocommit
accepted
request 620598
from
Ismail Dönmez (namtrac)
(revision 214)
baserev update by copy to link target
Ismail Dönmez (namtrac)
accepted
request 619899
from
Alexei Podvalsky (awissu)
(revision 213)
- Enable the FTS3 extension
buildservice-autocommit
accepted
request 619776
from
Reinhard Max (rmax)
(revision 212)
baserev update by copy to link target
Reinhard Max (rmax)
accepted
request 619771
from
Martin Pluskal (pluskalm)
(revision 211)
- Run tests during build
buildservice-autocommit
accepted
request 616065
from
Reinhard Max (rmax)
(revision 210)
baserev update by copy to link target
Reinhard Max (rmax)
accepted
request 615931
from
Guillaume GARDET (Guillaume_G)
(revision 209)
- Use 'src' archive instead of 'amalgamation' to be able to use some flags, such as SQLITE_ENABLE_UPDATE_DELETE_LIMIT - Remove 'sqlite-fts5-link.patch' since patched file is not availaible in 'src' archive. Add '-lm' flag to LIBS var instead
Ismail Dönmez (namtrac)
accepted
request 614884
from
Guillaume GARDET (Guillaume_G)
(revision 208)
- Enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT
Martin Pluskal (pluskalm)
accepted
request 614604
from
Andreas Stieger (AndreasStieger)
(revision 207)
3.24.0
buildservice-autocommit
accepted
request 595604
from
Martin Pluskal (pluskalm)
(revision 206)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 595601
from
Andreas Stieger (AndreasStieger)
(revision 205)
sqlite3 3.23.1
buildservice-autocommit
accepted
request 593078
from
Martin Pluskal (pluskalm)
(revision 204)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 593020
from
Andreas Stieger (AndreasStieger)
(revision 203)
sqlite3 3.23.0 + CVE-2018-8740: NULL pointer dereference on CREATE TABLE as (bsc#1085790)
buildservice-autocommit
accepted
request 571911
from
Martin Pluskal (pluskalm)
(revision 202)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 571820
from
Andreas Stieger (AndreasStieger)
(revision 201)
sqlite3 3.22.0
buildservice-autocommit
accepted
request 536481
from
Ismail Dönmez (namtrac)
(revision 200)
baserev update by copy to link target
Ismail Dönmez (namtrac)
committed
(revision 199)
- Update to version 3.21.0 * Take advantage of the atomic-write capabilities in the F2FS filesystem when available, for greatly reduced transaction overhead. This currently requires the SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option. * Allow ATTACH and DETACH commands to work inside of a transaction. * Allow WITHOUT ROWID virtual tables to be writable if the PRIMARY KEY contains exactly one column. * The "fsync()" that occurs after the header is written in a WAL reset now uses the sync settings for checkpoints. This means it will use a "fullfsync" on macs if PRAGMA checkpoint_fullfsync set on. * The sqlite3_sourceid() function tries to detect if the source code has been modified from what is checked into version control and if there are modifications, the last four characters of the version hash are shown as "alt1" or "alt2". The objective is to detect accidental and/or careless edits. A forger can subvert this feature. * Improved de-quoting of column names for CREATE TABLE AS statements with an aggregate query on the right-hand side. * Fewer "stat()" system calls issued by the unix VFS. * Enhanced the LIKE optimization so that it works with an ESCAPE clause. * Enhanced PRAGMA integrity_check and PRAGMA quick_check to detect obscure row corruption that they were formerly missing. Also update both pragmas so that they return error text rather than SQLITE_CORRUPT when encountering corruption in records. * The query planner now prefers to implement FROM-clause
Displaying revisions 121 - 140 of 338