ID:               37431
 User updated by:  cstdenis at ctgameinfo dot com
 Reported By:      cstdenis at ctgameinfo dot com
 Status:           Analyzed
 Bug Type:         Documentation problem
 Operating System: FreeBSD 5.4
 PHP Version:      5.1.4
 New Comment:

Function should not require 2 parameters.

All the other functions in the group can work with the last established
connection if the connection is not specified. 

The function should be modified to conform to that standard.


Previous Comments:
------------------------------------------------------------------------

[2006-05-14 15:34:45] [EMAIL PROTECTED]

The function requires 2 parameters, connection string and then 
the query. The docs needs to be adjusted to reflect this fact.

------------------------------------------------------------------------

[2006-05-13 23:36:05] cstdenis at ctgameinfo dot com

Mistyped the query. Should be

pg_send_query ("insert into test (test1, test2) values ('a', 1)");

not that it matters, its just an example.

------------------------------------------------------------------------

[2006-05-13 23:33:22] cstdenis at ctgameinfo dot com

Description:
------------
Warning: pg_send_query() expects exactly 2 parameters, 1 given 

According to the docs

bool pg_send_query ( resource connection, string query )
bool pg_send_query ( string query )


One of those is wrong, and I'm betting on the code since all the other
functions in the group accept 1 OR 2 prameters.

Reproduce code:
---------------
pg_send_query ("insert into test (test1, test2) ('a', 1)");

Expected result:
----------------
Query executed.

Actual result:
--------------
Warning: pg_send_query() expects exactly 2 parameters, 1 given 

Query not executed.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37431&edit=1

Reply via email to