Zend Framework

Zend_Db_Statement calls _prepare() but is not part of the interface or abstract

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.9.3
  • Component/s: None
  • Labels:
    None

Description

to Zend_Db_Statement:

/**
     * Internal method called by abstract statment constructor to setup
     * the driver level statement
     * 
     * @return void
     */
    protected function _prepare($sql)
    {
        return;
    }

Activity

Hide
Ralph Schindler added a comment -

Fixed in trunk in r17856 and in branch release 1.9 in r17858

Show
Ralph Schindler added a comment - Fixed in trunk in r17856 and in branch release 1.9 in r17858

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: