Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[DBD::Pg 1/2] Add Changes entry for warning silencing

0 views
Skip to first unread message

dbdpg-...@bucardo.org

unread,
Jul 31, 2016, 6:45:01 PM7/31/16
to dbd-pg-...@perl.org
Committed by =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <ilm...@ilmari.org>

Subject: [DBD::Pg 1/2] Add Changes entry for warning silencing

---
Changes | 1 +
1 file changed, 1 insertion(+)

diff --git a/Changes b/Changes
index 8563ba0..bb74164 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
Version 3.5.3 Released October 1, 2015 (git commit 62ddf200106467ce9ad31d85715a4cdf63e8be14)

- Minor fix in the test file t/03dbmethod.t
+ - Silence warnings in t/02attribs.t and t/04misc.t


Version 3.5.2 Released September 29, 2015 (git commit be8026c9160c4a29580a97dab57cb595c5448949)
--
1.8.4

dbdpg-...@bucardo.org

unread,
Jul 31, 2016, 6:45:02 PM7/31/16
to dbd-pg-...@perl.org
Committed by =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <ilm...@ilmari.org>

Subject: [DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2

---
dbdimp.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/dbdimp.c b/dbdimp.c
index 58311cd..c12701a 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -1008,6 +1008,7 @@ int dbd_db_STORE_attrib (SV * dbh, imp_dbh_t * imp_dbh, SV * keysv, SV * valuesv
} /* end of dbd_db_STORE_attrib */

static SV * pg_st_placeholder_key (imp_sth_t * imp_sth, ph_t * currph, int i) {
+ dTHX;
if (PLACEHOLDER_COLON == imp_sth->placeholder_type)
return newSVpv(currph->fooname, 0);
return newSViv(i+1);
--
1.8.4

0 new messages