We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);