diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:03:39 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:03:39 +0000 |
commit | f6e30351919aab472263964f664b7e7d8bce24e1 (patch) | |
tree | 3298c5728ad3b741b60f542c682a20fab8c8fc21 /databases/p5-DBD-SQLite | |
parent | 838366e72320e0a909c4f9f585076aaa76cd0439 (diff) | |
download | pkgsrc-f6e30351919aab472263964f664b7e7d8bce24e1.tar.gz |
Updated to 1.35
Changes:
1.35 Tue 29 Nov 2011
- Updated to SQLite 3.7.9 (ISHIGAKI)
- One small potential break case if you are using FTS4 and ^
1.34_03 Tue 1 Nov 2011
- Adding an explicit dynamic_config => 1 (ADAMK)
- bind_param SQL_INTEGER error now actually dies with RaiseError.
(ISHIGAKI)
1.34_02 Fri 21 Oct 2011
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Resolved #67581: bind_param SQL_INTEGER numifies value;
Now DBD::SQLite croaks if you explicitly specify datatype
(with bind_param) and datatype mismatch happens (ISHIGAKI)
- Datatype set in the bind_param(_array) becomes sticky now
(as per DBI spec). This potentially affects code depending on
current undocumented and broken behavior. (Yuriy Kaminskiy)
- Resolved #71311: binding output columns as SQL_BLOB returns
nothing (ISHIGAKI)
- Bsymbolic flag was not portable enough and was not silently
ignored under MacOSX. Needs to check harder to see if the
linker supports the option. (ISHIGAKI)
- Fixed binding named parameters. (Yuriy Kaminskiy)
- Moved check for bind_ph/is_inout so it always error-out.
(Yuriy Kaminskiy)
- Don't set imp_sth->stmt to NULL on error path (Yuriy Kaminskiy)
- Explained an issue of rollback with unfinished statements.
(ISHIGAKI)
1.34_01 Thu 22 Sep 2011
- Updated to SQLite 3.7.8 (ISHIGAKI)
- Made util/getsqlite.pl work properly for SQLite 3.7.5+ (ISHIGAKI)
- Cookbook: don't use globals (Yuriy Kaminskiy)
- Resolved #70135 and hopefully other mod_perl/CentOS issues like
#63873 and #47983, with a patch by MDOOTSON++ (ISHIGAKI)
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 47135d1bc88..f53c2f59848 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2011/08/06 20:27:17 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/01/26 15:03:39 rhaen Exp $ -DISTNAME= DBD-SQLite-1.33 +DISTNAME= DBD-SQLite-1.35 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 6dcedbef2d4..dcc38fa2840 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/08/06 20:27:17 adam Exp $ +$NetBSD: distinfo,v 1.16 2012/01/26 15:03:39 rhaen Exp $ -SHA1 (DBD-SQLite-1.33.tar.gz) = 1b2c005902789199e728f7a43f97f390cf6337e5 -RMD160 (DBD-SQLite-1.33.tar.gz) = 95068c69776377c96f2f3652f13cac42e271cfb4 -Size (DBD-SQLite-1.33.tar.gz) = 1400534 bytes +SHA1 (DBD-SQLite-1.35.tar.gz) = 71f796b483e50732d3733a1d16de868d3e6c5ff2 +RMD160 (DBD-SQLite-1.35.tar.gz) = df4078555b816ab1101725f402356d2cb35443d0 +Size (DBD-SQLite-1.35.tar.gz) = 1467375 bytes |