Author: turnstep
Date: Sat Feb 16 15:34:25 2008
New Revision: 10748
Modified:
DBD-Pg/trunk/Changes
DBD-Pg/trunk/dbdimp.h
Log:
Updates.
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Sat Feb 16 15:34:25 2008
@@ -5,6 +5,7 @@
- Use version.pm [CPAN bug #33206] [GSM]
- Remove '//' style comments to make strict ANSI compilers happy.
(Trevor Inman) [CPAN bug #33089]
+ - Force client encoding of UTF8 for some tests.
- Make 03dbmethod.t pass minor test for version 8.1.9
[CPAN bug #33282]
Modified: DBD-Pg/trunk/dbdimp.h
==============================================================================
--- DBD-Pg/trunk/dbdimp.h (original)
+++ DBD-Pg/trunk/dbdimp.h Sat Feb 16 15:34:25 2008
@@ -140,7 +140,6 @@
int dbdpg_cancel (SV *h, imp_dbh_t *imp_dbh);
int dbdpg_cancel_sth (SV *sth, imp_sth_t *imp_sth);
SV * pg_stringify_array(SV * input, const char * array_delim, int
server_version);
-static SV * pg_destringify_array(imp_dbh_t *imp_dbh, unsigned char * input,
sql_type_info_t * coltype);
/* end of dbdimp.h */