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

Bug #4189 update() quote even if "raw" option is set
Submitted: 2005-04-20 15:46 UTC
From: marcin dot krzyzanowski at gmail dot com Assigned: quipo
Status: Closed Package: DB_QueryTool
PHP Version: 5.0.2 OS: MacOSX
Roadmaps: (Not assigned)    
Subscription  


 [2005-04-20 15:46 UTC] marcin dot krzyzanowski at gmail dot com
Description: ------------ QueryTool/Query.php function update($newData) { $query = array(); // do only set the 'where' part in $query, if a primary column is given // if not the default 'where' clause is used if (isset($newData[$this->primaryCol])) { $query['where'] = $this- >primaryCol.'='.$this->db->quoteSmart($newData[$this- >primaryCol]); (..) this quote "where" clause even if "raw" option is set. Expected result: ---------------- do not quote if raw is enabled Actual result: -------------- quote

Comments

 [2005-04-21 13:29 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!