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

Request #752 getSpecialQuery('synonyms'); for oracle user synonyms
Submitted: 2004-02-13 18:10 UTC
From: mscifo at php dot net Assigned: danielc
Status: Closed Package: DB
PHP Version: Irrelevant OS: ANY
Roadmaps: (Not assigned)    
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 : 32 - 18 = ?

 
 [2004-02-13 18:10 UTC] mscifo at php dot net
Description: ------------ Please add support in the oci8 driver to retrieve user (local) synonyms along with user-owned tables. Addition to oci8.php / getSpecialQuery() case 'tables': $sql = "SELECT table_name FROM user_tables"; break; +case 'synonyms': + $sql = "SELECT synonym_name FROM user_synonyms"; + break;

Comments

 [2005-02-02 22:07 UTC] danielc
Added in CVS.