|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-31 05:57 UTC] yohgaki@php.net
[2012-03-31 05:57 UTC] yohgaki@php.net
-Status: Open
+Status: Wont fix
-Assigned To:
+Assigned To: yohgaki
[2012-03-31 07:38 UTC] tjibbe at hotmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 00:00:01 2025 UTC |
Description: ------------ pg_query_params doesn't accept arrays Test script: --------------- CREATE TABLE test ( id serial, data text[] ); $query = 'INSERT INTO test(data) VALUES ($1)'; pg_query_params($db, $query, array(array('red','green')));