Stephan Kulow
5fbb9e4b83
Accepting request 149874 from server:database
...
- New Version 3.7.15.2:
* Added the sqlite3_errstr() interface.
* Avoid invoking the sqlite3_trace() callback multiple times
when a statement is automatically reprepared due to
SQLITE_SCHEMA errors.
* Enhance IN operator processing to make use of indices with
numeric affinities.
* Do full-table scans using covering indices when possible,
under the theory that an index will be smaller and hence can
be scanned with less I/O.
* Enhance the query optimizer so that ORDER BY clauses are more
aggressively optimized, especially in joins where various
terms of the ORDER BY clause come from separate tables of the
join.
* Add the ability to implement FROM clause subqueries as
coroutines rather that manifesting the subquery into a
temporary table.
* Several enhancements the command-line shell.
* Added the busy_timeout pragma.
* Added the instr() SQL function.
* Added the SQLITE_FCNTL_BUSYHANDLER file control, used to allow
VFS implementations to get access to the busy handler
callback.
* The xDelete method in the built-in VFSes now return
SQLITE_IOERR_DELETE_NOENT if the file to be deleted does not
* exist.
* Bug fix: Avoid various concurrency problems in shared cache
mode.
* Bug fix: Avoid a deadlock or crash if the backup API, shared
cache, and the SQLite Encryption Extension are all used at
once.
* Bug fix: SQL functions created using the TCL interface honor
the "nullvalue" setting.
* Bug fix: Fix a 32-bit overflow problem on CREATE INDEX for
databases larger than 16GB.
* Bug fix: Avoid segfault when using the COLLATE operator inside
of a CHECK constraint or view in shared cache mode.
- Use %optflags for building
- Fix debuginfo in the Tcl bindings.
OBS-URL: https://build.opensuse.org/request/show/149874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=49
2013-01-29 06:04:02 +00:00
Reinhard Max
4f3b23547f
Delete old tarball
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=70
2013-01-25 00:36:44 +00:00
Reinhard Max
8f5b0c2cdf
3.7.15.2
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=69
2013-01-24 14:29:14 +00:00
Stephan Kulow
2f4cb20a27
Accepting request 137183 from server:database
...
- Bugfix release 3.7.14.1:
* Fix a bug that causes a segfault on a LEFT JOIN that includes
an OR in the ON clause.
OBS-URL: https://build.opensuse.org/request/show/137183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=47
2012-10-05 11:48:31 +00:00
Reinhard Max
4e2ccf0831
- Bugfix release 3.7.14.1:
...
* Fix a bug that causes a segfault on a LEFT JOIN that includes
an OR in the ON clause.
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=67
2012-10-05 07:18:11 +00:00
Stephan Kulow
ee604c04cb
Accepting request 132564 from server:database
...
- New version 3.7.14:
OBS-URL: https://build.opensuse.org/request/show/132564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=46
2012-09-10 13:21:17 +00:00
Reinhard Max
56f98a2215
Remove sqlite-autoconf-3071300.tar.gz
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=65
2012-09-04 16:22:20 +00:00
Reinhard Max
7120e1de44
Accepting request 132547 from home:m_meister:branches:server:database
...
- New version 3.7.14:
* Ensure that floating point values are preserved exactly when
reconstructing a database from the output of the ".dump"
command of the command-line shell.
* Added the sqlite3_close_v2() interface.
* Updated the command-line shell so that it can be built using
SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT.
* Enhancements to PRAGMA integrity_check and PRAGMA quick_check
so that they can optionally check just a single attached
database install of all attached databases.
* Enhancements to WAL mode processing that ensure that at least
one valid read-mark is available at all times, so that
read-only processes can always read the database.
* Performance enhancements in the sorter used by ORDER BY and CREATE INDEX.
* Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option.
* Better handling of aggregate queries where the aggregate
functions are contained within subqueries.
* Enhance the query planner so that it will try to use a
covering index on queries that make use of or optimization.
OBS-URL: https://build.opensuse.org/request/show/132547
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=64
2012-09-04 14:56:41 +00:00
Reinhard Max
4d29cc483e
Version 3.7.13
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=63
2012-09-04 14:33:10 +00:00
Stephan Kulow
e187ab1d65
Accepting request 122063 from server:database
...
Version 3.7.12.1
OBS-URL: https://build.opensuse.org/request/show/122063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=44
2012-05-26 11:10:39 +00:00
Reinhard Max
b1cc735444
Version 3.7.12.1
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=61
2012-05-24 13:35:05 +00:00
Stephan Kulow
833bca73ea
Accepting request 120904 from server:database
...
- Add upstream commit 79a4a3a84f to fix subversion failures
OBS-URL: https://build.opensuse.org/request/show/120904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=43
2012-05-21 05:55:50 +00:00
Ismail Dönmez
0f94db24e1
- Add upstream commit 79a4a3a84f to fix subversion failures
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=59
2012-05-14 10:08:43 +00:00
Stephan Kulow
39bbe72935
Accepting request 116428 from server:database
...
- Spec file cleanup
- Drop support for the pre 11.0 packaging scheme.
- New version 3.7.11.
OBS-URL: https://build.opensuse.org/request/show/116428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=42
2012-05-08 10:29:09 +00:00
Reinhard Max
94d96ca784
- Spec file cleanup
...
- Drop support for the pre 11.0 packaging scheme.
- New version 3.7.11.
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=57
2012-05-04 11:08:27 +00:00
Stephan Kulow
9c873b219f
Accepting request 115834 from server:database
...
fixing tcl_archdir for non-SuSE (forwarded request 115763 from namtrac)
OBS-URL: https://build.opensuse.org/request/show/115834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=41
2012-05-03 09:00:40 +00:00
Reinhard Max
fcca758804
Accepting request 115763 from home:behrisch
...
fixing tcl_archdir for non-SuSE
OBS-URL: https://build.opensuse.org/request/show/115763
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=55
2012-04-27 11:21:10 +00:00
Stephan Kulow
580f61d3d6
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=40
2011-12-06 18:05:34 +00:00
OBS User buildservice-autocommit
bebe2d1c02
Updating link to change in openSUSE:Factory/sqlite3 revision 40.0
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=28cbef1c3e6b70ba5536ac91c76ee9ea
2011-12-06 18:05:34 +00:00
Stephan Kulow
0d7d046b37
Accepting request 89558 from server:database
...
Version 3.7.8 (with removed shell expansion)
OBS-URL: https://build.opensuse.org/request/show/89558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=39
2011-10-27 17:34:18 +00:00
Reinhard Max
3ec867c4e4
hardcode %tarversion
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=52
2011-10-27 14:16:23 +00:00
Stephan Kulow
b44b120b0a
trigger service run
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=51
2011-10-15 05:22:34 +00:00
Sascha Peilicke
8b935be637
Accepting request 81703 from server:database
...
- New Version: 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled
using sqlite3_prepare() to fail with an SQLITE_SCHEMA error. (forwarded request 78036 from namtrac)
OBS-URL: https://build.opensuse.org/request/show/81703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=37
2011-09-11 17:36:47 +00:00
Stephan Kulow
ca3d4348f3
Accepting request 78036 from home:namtrac:bugfix
...
- New Version: 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled
using sqlite3_prepare() to fail with an SQLITE_SCHEMA error.
OBS-URL: https://build.opensuse.org/request/show/78036
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=46
2011-09-09 15:06:03 +00:00
Sascha Peilicke
8054271cc8
Accepting request 74831 from server:database
...
New Version: 3.7.7
OBS-URL: https://build.opensuse.org/request/show/74831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=36
2011-06-29 13:28:32 +00:00
Reinhard Max
6a29760cd3
Enable URI file names
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=44
2011-06-24 12:46:09 +00:00
Reinhard Max
1415cbdfd9
Version 3.7.7
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=43
2011-06-24 12:40:13 +00:00
Sascha Peilicke
e1485e324f
Accepting request 70778 from server:database
...
Version 3.6.7.3 and fix for bnc#383370
OBS-URL: https://build.opensuse.org/request/show/70778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=35
2011-05-20 12:36:17 +00:00
Reinhard Max
eeeff5c9e1
Version 3.6.7.3 and fix for bnc#383370
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=41
2011-05-20 08:41:07 +00:00
Sascha Peilicke
2ebcb40d24
Accepting request 68000 from server:database
...
Accepted submit request 68000 from user coolo
OBS-URL: https://build.opensuse.org/request/show/68000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=34
2011-04-21 09:45:32 +00:00
Reinhard Max
7f6b83f2c3
Version 3.7.6.1
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=39
2011-04-13 16:11:00 +00:00
Ruediger Oertel
75d8511e04
Accepting request 59925 from server:database
...
Accepted submit request 59925 from user rmax
OBS-URL: https://build.opensuse.org/request/show/59925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=32
2011-02-12 11:11:44 +00:00
Reinhard Max
a6e2b1cae7
Version 3.7.5; Split off the Tcl bindings
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=37
2011-02-03 14:57:53 +00:00
Lars Vogdt
57b846e0a5
Autobuild autoformatter for 58692
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=31
2011-01-24 15:01:30 +00:00
OBS User buildservice-autocommit
920ea3af16
Updating link to change in openSUSE:Factory/sqlite3 revision 31.0
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=f8353caa4525cce832df71aeadd5c0dc
2011-01-24 15:01:30 +00:00
Lars Vogdt
a5bec3aaef
Accepting request 58692 from server:database
...
Accepted submit request 58692 from user rmax
OBS-URL: https://build.opensuse.org/request/show/58692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=30
2011-01-24 15:01:20 +00:00
Reinhard Max
bdb8e41a5e
Version 3.7.4
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=35
2011-01-17 08:09:26 +00:00
Reinhard Max
6ad6b199b7
Version 3.7.3
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=34
2010-11-17 17:10:04 +00:00
OBS User autobuild
c214db8305
Accepting request 46404 from server:database
...
Copy from server:database/sqlite3 based on submit request 46404 from user rmax
OBS-URL: https://build.opensuse.org/request/show/46404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=29
2010-08-27 14:48:42 +00:00
OBS User buildservice-autocommit
4287b6b06b
Updating link to change in openSUSE:Factory/sqlite3 revision 29.0
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=9a4873991658544a5f47a2daa72f9b9d
2010-08-27 14:48:42 +00:00
OBS User autobuild
3838b7dc56
Accepting request 46404 from server:database
...
checked in (request 46404)
OBS-URL: https://build.opensuse.org/request/show/46404
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=33
2010-08-27 14:48:41 +00:00
Reinhard Max
96cd04c971
Version 3.7.2
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=32
2010-08-27 11:02:22 +00:00
Reinhard Max
39c59ba488
Version 3.7.0.1
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=31
2010-08-05 10:36:49 +00:00
OBS User autobuild
49eec979b8
Accepting request 44298 from server:database
...
Copy from server:database/sqlite3 based on submit request 44298 from user rmax
OBS-URL: https://build.opensuse.org/request/show/44298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=28
2010-08-03 13:20:36 +00:00
OBS User buildservice-autocommit
5936007c97
Updating link to change in openSUSE:Factory/sqlite3 revision 28.0
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=2029b0ecaecdc5c00f7512c3d27e8112
2010-08-03 13:20:36 +00:00
OBS User autobuild
d8f8d9a4ee
Accepting request 44298 from server:database
...
checked in (request 44298)
OBS-URL: https://build.opensuse.org/request/show/44298
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=30
2010-08-03 13:20:33 +00:00
Reinhard Max
9041109bb8
Version 3.7.0
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=29
2010-07-30 16:20:54 +00:00
Reinhard Max
d8f87a9c66
Update sqlite-tcl as well
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=28
2010-07-05 14:19:53 +00:00
Reinhard Max
af481b1bfc
Version 3.6.23.1
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=27
2010-07-05 07:35:00 +00:00
Reinhard Max
522c3708b8
revert last change
...
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=26
2010-07-02 15:45:23 +00:00