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

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  


 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!