Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Found bugs in Zend\Db\Sql\Ddl classes and tests #7015

Merged
merged 2 commits into from Dec 16, 2014
Merged

Found bugs in Zend\Db\Sql\Ddl classes and tests #7015

merged 2 commits into from Dec 16, 2014

Commits on Dec 12, 2014

  1. Undefined property $namee

    Variable typo in Zend\Db\Sql\Ddl\Index\Index.  Property name was `$name` but `$namee` was referenced
    chadicus committed Dec 12, 2014
    Copy the full SHA
    bf62a3c View commit details
    Browse the repository at this point in the history
  2. Change expected from TINYINT to BOOLEAN

    The value of Boolean::$type was changed from `TINYINT` to `BOOLEAN` in a [commit](The e287ebf) made by @SlayerBirden. It appears the tests were not changed to account for the new value.
    chadicus committed Dec 12, 2014
    Copy the full SHA
    05a544d View commit details
    Browse the repository at this point in the history