Re: Bug #726: PHP/PG ERROR: parser: parse error at or near - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Bug #726: PHP/PG ERROR: parser: parse error at or near
Date
Msg-id 20020731085926.J17229-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Bug #726: PHP/PG ERROR: parser: parse error at or near ","  (pgsql-bugs@postgresql.org)
Responses Re: Bug #726: PHP/PG ERROR: parser: parse error at or near ","
List pgsql-bugs
On Wed, 31 Jul 2002 pgsql-bugs@postgresql.org wrote:

> Paul Redd-LaFlamme (predd-laflamme@strata-g.com) reports a bug with a severity of 1
> The lower the number the more severe it is.
>
> Short Description
> PHP/PG ERROR: parser: parse error at or near ","
>
> Long Description
> The SQL statement
> INSERT INTO users (user_name, comp_id, password) VALUES ('Yuk',8,'Yuk');
>
> works fine when typed directly into the postgres shell, but yields the error
>
> ERROR: parser: parse error at or near ","
>
> when, and only when the '8' is inserted into the string in PHP by any means.
>

> In other words, the SQL statement provided works fine when hardcoded,
> but fails every single time (making my application useless) when the
> integer insert value is inserted into the PHP statement by any means.

Try turning on query logging to see what sql statement the backend thinks
it's getting.

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #726: PHP/PG ERROR: parser: parse error at or near ","
Next
From: "Richard So"
Date:
Subject: Re: Multi-byte character bug