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

Conversation

chadicus
Copy link
Contributor

Found some bugs in the Zend\Db\Sql\Ddl classes and tests

Variable typo in Zend\Db\Sql\Ddl\Index\Index.  Property name was `$name` but `$namee` was referenced
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 chadicus changed the title Variable typo in Zend\Db\Sql\Ddl\Index\Index Found bugs in Zend\Db\Sql\Ddl classes and tests Dec 12, 2014
@samsonasik
Copy link
Contributor

ping @ralphschindler

@ralphschindler
Copy link
Member

I see no problems for these. As a note, boolean in practice is not widely used, also, it did not come to be part of the SQL standard until SQL99; so, not sure what you want to do about that part.

@Ocramius Ocramius added this to the 2.4.0 milestone Dec 16, 2014
@Ocramius Ocramius self-assigned this Dec 16, 2014
Ocramius added a commit that referenced this pull request Dec 16, 2014
Found bugs in  `Zend\Db\Sql\Ddl` classes and tests
@Ocramius Ocramius merged commit 16f9f64 into zendframework:develop Dec 16, 2014
@Ocramius
Copy link
Member

@chadicus merged, thanks!

@chadicus chadicus deleted the bugs branch December 16, 2014 12:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants