Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHQL] Add placeholders support to LIMIT #1023

Merged
merged 9 commits into from Aug 8, 2013
Merged

[PHQL] Add placeholders support to LIMIT #1023

merged 9 commits into from Aug 8, 2013

Conversation

ghost
Copy link

@ghost ghost commented Aug 7, 2013

See #1011

Though the tests are passed, I would still consider this implementation beta.

Please review the code carefully in case I am missing something.

PHALCON_THROW_EXCEPTION_STR(phalcon_db_exception_ce, "Invalid bind type parameter");
return;
*/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default to BIND_PARAM_STR for all unspecified bound parameter types.

Not strictly necessary but allows one to write less code.

phalcon pushed a commit that referenced this pull request Aug 8, 2013
[PHQL] Add placeholders support to LIMIT
@phalcon phalcon merged commit db6bd12 into phalcon:1.3.0 Aug 8, 2013
@ghost ghost deleted the issue-1011 branch August 8, 2013 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants