Skip to content

Why don't getAllIds() of Mage_Core_Model_Resource_Db_Collection_Abstract bind params? #60

Closed
@SunshineTech

Description

@SunshineTech

In the end of getAllIds() of Mage_Core_Model_Resource_Db_Collection_Abstract, it is:
(line 499)
return $this->getConnection()->fetchCol($idsSelect);

Why isn't it the following:

return $this->getConnection()->fetchCol($idsSelect, $this->_bindParams);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions