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

Zend\Db\Sql: Fix for Mysql quoting during limit and offset #2775

Closed
wants to merge 2 commits into from
Closed

Zend\Db\Sql: Fix for Mysql quoting during limit and offset #2775

wants to merge 2 commits into from

Conversation

ralphschindler
Copy link
Member

* Added platform abstraction for mysql's LIMIT and OFFSET so values are not quoted
* Fixes: #2516, #2545, #2244
@ghost ghost assigned weierophinney Oct 16, 2012
* Quick fix of class name and phpdoc for tests
@ralphschindler
Copy link
Member Author

Also fixes #2392

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

limit(20) -> generates LIMIT '20' and throws an IllegalQueryException
2 participants