Commit Graph

99 Commits

Author SHA256 Message Date
Stephan Kulow
2863cbc004 Accepting request 210638 from server:database
update to 3.8.2 (forwarded request 210613 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/210638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=55
2013-12-13 12:11:40 +00:00
Sascha Peilicke
afc4aaf9f8 Accepting request 210613 from home:AndreasStieger:branches:server:database
update to 3.8.2

OBS-URL: https://build.opensuse.org/request/show/210613
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=83
2013-12-12 09:41:06 +00:00
Tomáš Chvátal
d4444983cb Accepting request 204147 from server:database
Update to Version 3.8.1 (forwarded request 203757 from kpetsch)

OBS-URL: https://build.opensuse.org/request/show/204147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=54
2013-10-21 18:02:44 +00:00
Sascha Peilicke
872200894d Accepting request 203757 from home:kpetsch:branches:server:database
Update to Version 3.8.1

OBS-URL: https://build.opensuse.org/request/show/203757
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=81
2013-10-21 13:01:22 +00:00
Stephan Kulow
eca0fa8ae0 Accepting request 200179 from server:database
- New version 3.8.0.2:
- Full list of changes: http://sqlite.org/releaselog/3_8_0_2.html
- Highlights:
  * Add support for partial indexes.
  * Cut-over to the next generation query planner for faster and
    better query plans.
  * Added the FTS4 notindexed option, allowing non-indexed columns
    in an FTS4 table.
  * Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.

OBS-URL: https://build.opensuse.org/request/show/200179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=53
2013-09-26 05:19:46 +00:00
Reinhard Max
3e45c51507 Version 3.8.0.2
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=79
2013-09-23 11:53:53 +00:00
Reinhard Max
57ce3693c9 Fix typo in .changes
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=78
2013-08-30 19:16:53 +00:00
Reinhard Max
767d7215f2 - New version 3.7.18.
- Full list of changes: http://sqlite.org/releaselog/3_8_0.html
- Highlights:
  * Add support for partial indexes.
  * Cut-over to the next generation query planner for faster and
    better query plans.
  * Added the FTS4 notindexed option, allowing non-indexed columns
    in an FTS4 table.
  * Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=77
2013-08-26 22:29:58 +00:00
Reinhard Max
2b5e93f41a - New version 3.7.17.
- Full list of changes: http://sqlite.org/releaselog/3_7_17.html

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=76
2013-08-26 10:43:29 +00:00
Tomáš Chvátal
d56632cb38 Accepting request 186833 from server:database
Needed for tcl inclusion

OBS-URL: https://build.opensuse.org/request/show/186833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=51
2013-08-13 10:56:52 +00:00
Reinhard Max
c77337250e - The Tcl bindings for SQLite are now part of the Tcl core, so the
sqlite3-tcl subpackage is no longer needed.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=74
2013-08-12 22:33:07 +00:00
Stephan Kulow
bb2f77cd66 Accepting request 160225 from server:database
- New Version 3.7.16:
  * Added the PRAGMA foreign_key_check command.
  * Added new extended error codes for all SQLITE_CONSTRAINT
    errors
  * Added the SQLITE_READONLY_ROLLBACK extended error code for
    when a database cannot be opened because it needs rollback
    recovery but is read-only.
  * Added SQL functions unicode(A) and char(X1,...,XN).
  * Performance improvements for PRAGMA incremental_vacuum,
    especially in cases where the number of free pages is greater
    than what will fit on a single trunk page of the freelist.
  * Improved optimization of queries containing aggregate min() or
    max().
  * Enhance virtual tables so that they can potentially use an
    index when the WHERE clause contains the IN operator.
  * Allow indices to be used for sorting even if prior terms of
    the index are constrained by IN operators in the WHERE clause.
  * Enhance the PRAGMA table_info command so that the "pk" column
    is an increasing integer to show the order of columns in the
    primary key.
  * Enhance the query optimizer to exploit transitive join
    constraints.
  * Performance improvements in the query optimizer.
  * Allow the error message from PRAGMA integrity_check to be
    longer than 20000 bytes.
  * Improved name resolution for deeply nested queries.
  * Added the test_regexp.c module as a demonstration of how to
    implement the REGEXP operator.
  * Improved error messages in the RTREE extension.
  * Enhance the command-line shell so that a non-zero argument to

OBS-URL: https://build.opensuse.org/request/show/160225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=50
2013-03-22 11:07:53 +00:00
Reinhard Max
a35e0c1d2a - New Version 3.7.16:
* Added the PRAGMA foreign_key_check command.
  * Added new extended error codes for all SQLITE_CONSTRAINT
    errors
  * Added the SQLITE_READONLY_ROLLBACK extended error code for
    when a database cannot be opened because it needs rollback
    recovery but is read-only.
  * Added SQL functions unicode(A) and char(X1,...,XN).
  * Performance improvements for PRAGMA incremental_vacuum,
    especially in cases where the number of free pages is greater
    than what will fit on a single trunk page of the freelist.
  * Improved optimization of queries containing aggregate min() or
    max().
  * Enhance virtual tables so that they can potentially use an
    index when the WHERE clause contains the IN operator.
  * Allow indices to be used for sorting even if prior terms of
    the index are constrained by IN operators in the WHERE clause.
  * Enhance the PRAGMA table_info command so that the "pk" column
    is an increasing integer to show the order of columns in the
    primary key.
  * Enhance the query optimizer to exploit transitive join
    constraints.
  * Performance improvements in the query optimizer.
  * Allow the error message from PRAGMA integrity_check to be
    longer than 20000 bytes.
  * Improved name resolution for deeply nested queries.
  * Added the test_regexp.c module as a demonstration of how to
    implement the REGEXP operator.
  * Improved error messages in the RTREE extension.
  * Enhance the command-line shell so that a non-zero argument to

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=72
2013-03-20 12:21:34 +00:00
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