turn off perl expansion of postgres arrays
[buildfarm-server.git] / trunk / cgi-bin / show_members.pl
index 3bc733c5a2127300094dffa4970b25679125b2f8..f6fb3961867dff06244ae7a8dac373e56770db60 100755 (executable)
@@ -26,7 +26,7 @@ my $dsn="dbi:Pg:dbname=$dbname";
 $dsn .= ";host=$dbhost" if $dbhost;
 $dsn .= ";port=$dbport" if $dbport;
 
-my $db = DBI->connect($dsn,$dbuser,$dbpass);
+my $db = DBI->connect($dsn,$dbuser,$dbpass,{pg_expand_array => 0});
 
 # there is possibly some redundancy in this query, but it makes
 # a lot of the processing simpler.