diff options
author | mef <mef@pkgsrc.org> | 2016-02-11 01:21:37 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-02-11 01:21:37 +0000 |
commit | ddc3d6c82157921e53aff0658f30644411c0283d (patch) | |
tree | 8a8c71c8aada30a6669bcb9d7676b55ca29929d9 /databases/p5-DBD-SQLite | |
parent | ba98fe9cabe4360c0f80d78086baef24110c8539 (diff) | |
download | pkgsrc-ddc3d6c82157921e53aff0658f30644411c0283d.tar.gz |
Update 1.48 to 1.50
-------------------
1.50 2016-02-11
- Switched to a production version.
1.49_08 2016-01-30
- no significant code changes
- Resolved RT#111558: Virtual table tests depend on enhanced
query syntax availability (vlmarek++)
- Ingore FTS tests if FTS is not available
1.49_07 2016-01-21
- Updated to SQLite 3.10.2, which fixed a case-folding bug
in the LIKE operator introduced in SQLite 3.10.0.
1.49_06 2016-01-15
- Updated to SQLite 3.10.1, which fixed an old bug that could
generate incorrect results when a scalar subquery attempts
to use the block sorting optimization.
1.49_05 2016-01-11
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Updated to SQLite 3.10.0.
Because of the addition of LIKE/GLOB/REGEXP support on
virtual tables, previous ::PerlData virtual table got broken.
This is hopefully fixed by adding strlike/strglob functions
to DBD::SQLite but if you use this virtual table, please
test it carefully.
- Now you can make a database connection read-only if you
turn on the ReadOnly attribute when you connect. (RT #110439)
If you set it after you connect to a database, DBD::SQLite
warns because the database doesn't actually become read-only.
- Improved ::Constants
- to load DBD::SQLite by itself
- to expose SQLITE_VERSION_NUMBER
- introduced a few new (shorter) tags
1.49_04 2015-11-24
- Updated ::Constants
- Fixed a sqlite version number in a test (GH-14; NANIS++)
1.49_03 2015-11-05
- Updated to SQLite 3.9.2, with JSON support
1.49_02 2015-10-10
- Added a workaround to resolve #106950 Extra warnings
with savepoints (hopefully)
- Not to run tests for table_column_metadata unless
ENABLE_COLUMN_METADATA is set
1.49_01 2015-08-04
- Updated to SQLite 3.8.11.1
- Resolved #106151 SAVEPOINT bug
- Made sure to keep what's left in unprepared_statements when
allow_multiple_statements is set. (GH #11)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index d357fc7ba39..ef74e56ab97 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2015/10/10 01:58:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2016/02/11 01:21:37 mef Exp $ -DISTNAME= DBD-SQLite-1.48 +DISTNAME= DBD-SQLite-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 18524d797d1..c49329e7104 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2015/11/03 01:56:18 agc Exp $ +$NetBSD: distinfo,v 1.26 2016/02/11 01:21:37 mef Exp $ -SHA1 (DBD-SQLite-1.48.tar.gz) = d2baa78384b0a05fb331c1873822263a2b04c0d8 -RMD160 (DBD-SQLite-1.48.tar.gz) = 08ea8411d4258453d6f225c664cb3ef370ed102b -SHA512 (DBD-SQLite-1.48.tar.gz) = 9c00decdb6730c0e4be3fdd01fef6ebad0452cbe1b5141c23fee7d0c5ca0089f3cd4e5d70d331e959ec50546bb10154a3c2db4bfd27993912d5c788cef0a81ee -Size (DBD-SQLite-1.48.tar.gz) = 1769115 bytes +SHA1 (DBD-SQLite-1.50.tar.gz) = 49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7 +RMD160 (DBD-SQLite-1.50.tar.gz) = fb4f994fc2f6e0b52761fe87a8e620ebc30f1925 +SHA512 (DBD-SQLite-1.50.tar.gz) = 6ef903ef5a08511caf962d255d1245d83398ca0c807d86463eae86d7408b8ec271e9d7176c120cf6843a12d3670114c1856c85bb737acad9ef79e630dd253c82 +Size (DBD-SQLite-1.50.tar.gz) = 2023829 bytes SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea |