-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR] MySQL SELECT query: REGEXP #2532
Comments
It's not a bug. The query language used for models is PHQL which is quite similar to MySQL but haven't all it's functionality implemented (just like the Meanwhile you can implement a |
You can also extend the Dialect, see http://forum.phalconphp.com/discussion/1748/date-sub-interval-mysql for instance. |
@dugwood didn't know about that... nice! |
Will it be implemented?
` |
This is not a missing feature, although phql only has standard SQL functions, you can add any vendor specific functions yourself since 2.0.3, see https://blog.phalconphp.com/post/phalcon-2-0-3-released. |
@Green-Cat Thanks! It's useful! |
Problem
Here you can find the original post: http://forum.phalconphp.com/discussion/1193/select-query-by-regexp-error
I can confirm this.
Possible solution
Add REGEXP function be recognized by Phalcon\Mvc\Model.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: