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

Bug #9364 DataObjects PostgreSQL Native Sequence
Submitted: 2006-11-17 15:38 UTC
From: cron at odi dot com dot br Assigned: alan_k
Status: Closed Package: DB_DataObject (version 1.8.4)
PHP Version: 5.0.2 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-17 15:38 UTC] cron at odi dot com dot br (Cron)
Description: ------------ DataObjects don't honor the PostgreSQL native sequences. To honor the native sequences i believe this changes should be make. I think this also reflects on the: http://pear.php.net/bugs/bug.php?id=3773 In DB_DataObjects.php function SequenceKey, line 2013: if ( in_array($dbtype , array( 'mysql', 'mysqli', 'mssql', 'ifx')) && should be(note extra pgsql): if ( in_array($dbtype , array( 'mysql', 'mysqli', 'mssql', 'ifx', 'pgsql')) &&

Comments

 [2007-01-16 03:39 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!
 [2007-08-09 10:58 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!
 [2007-08-09 12:18 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!
 [2007-08-10 03:42 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!