[svn:DBD-Pg] r11867 - DBD-Pg/trunk
[email protected] Mon, 22 Sep 2008 19:33:01 -0700 (PDT)
Newsgroups
perl.dbd.pg.changes
Message-ID
<[email protected] >
Author: turnstep
Date: Mon Sep 22 19:32:59 2008
New Revision: 11867
Modified:
DBD-Pg/trunk/types.c
Log:
Back to semi-colon: looks like a bug in Postgres source code.
Modified: DBD-Pg/trunk/types.c
==============================================================================
--- DBD-Pg/trunk/types.c (original)
+++ DBD-Pg/trunk/types.c Mon Sep 22 19:32:59 2008
@@ -21,7 +21,7 @@
{PG_ACLITEMARRAY ,"_aclitem" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
{PG_BITARRAY ,"_bit" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
{PG_BOOLARRAY ,"_bool" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
- {PG_BOXARRAY ,"_box" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
+ {PG_BOXARRAY ,"_box" ,';',"array_out" ,quote_string,dequote_string,{0},1,0},
{PG_BPCHARARRAY ,"_bpchar" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
{PG_BYTEAARRAY ,"_bytea" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},
{PG_CHARARRAY ,"_char" ,',',"array_out" ,quote_string,dequote_string,{0},1,0},