PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #8599

connection postgres auth table failed

Details

Submitted2006-08-31 13:03 UTC
Fromn dot guillouet at taika dot fr
Assignedaashley
StatusClosed
PackageAuth
PHP Version5.1.2
OSUbuntu dapper
Roadmaps(Not assigned)

Comments

[2006-08-31 13:03 UTC] n dot guillouet at taika dot fr

Description:
------------
The system don't arrive any more to connect to the postgreSQL DB, we receive the message :
ERROR: relation "users.utilisateur" does not exist
in the postgres logs

It works fine with version 1.3.0. (NOT with 1.3.1 and 1.3.2).

perhaps Auth add '"' arround the table name ?

The others PEAR packages are :

Package Version State
Archive_Tar 1.3.1 stable
Auth 1.3.2 stable
Auth_SASL 1.0.2 stable
Benchmark 1.2.6 stable
Cache_Lite 1.7.2 stable
Config 1.10.7 stable
Console_Getopt 1.2 stable
DB 1.7.6 stable
HTML_Template_IT 1.2.1 stable
Log 1.9.8 stable
Mail 1.1.10 stable
Net_SMTP 1.2.8 stable
Net_Socket 1.0.6 stable
Net_UserAgent_Detect 2.2.0 stable
PEAR 1.4.6 stable
PHPUnit2 2.3.6 stable
XML_Parser 1.2.7 stable
XML_RPC 1.5.0 stable
XML_Util 1.1.1 stable

For the tests, we have only change the Auth version.

[2006-09-07 02:37 UTC] aashley at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.

1.3.1 added auto quoting of everything received from outside the class before passing it to the db layer. 1.4.0 is adding a option to enable or disable this setting with the default being the current behaviour.