Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Request #12061 in Auth_Container_DB::_prepare() no schema changed allowed
Submitted: 2007-09-17 09:50 UTC
From: sergiosegala Assigned: aashley
Status: Closed Package: Auth (version 1.5.4)
PHP Version: 5.1.2 OS:
Roadmaps: 1.6.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 2 + 30 = ?

 
 [2007-09-17 09:50 UTC] sergiosegala (Sergio Segala)
Description: ------------ There is no possible to set another schema because the table name is quoted. We wanted to use table users in schema test as a data container, but this is quoted as "test.users" instead of "test"."users", as can be seen in the server logs. Sep 17 11:35:20 server postgres[28194]: [1-1] LOG: statement: SELECT "us_login", "us_password" FROM "test.users" WHERE "us_login" = 'admin' AND 1=1 Sep 17 11:35:20 server postgres[28194]: [2-1] ERROR: relation "test.users" does not exist

Comments

 [2007-09-17 10:59 UTC] berdir (Sascha Grossenbacher)
 [2007-10-03 01:51 UTC] aashley (Adam Ashley)
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.