-
-
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
Phalcon\Mvc\Model::find() with limit returns no results in Oracle #11217
Comments
This was referenced Dec 11, 2015
rlaffers
added a commit
to rlaffers/cphalcon
that referenced
this issue
Dec 16, 2015
rlaffers
added a commit
to rlaffers/cphalcon
that referenced
this issue
Dec 21, 2015
Dear sir, any info on when will this fix be tagged with an actual version (e.g. 2.0.13) and can be downloaded from official site? |
PR here #11216 |
Phalcon does not support Oracle. Refer to #12008 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phalcon 2.0.8
Oracle 10g.
There seems to be a problem with the Oracle dialect. When running
the result is empty. I logged the SQL query produced by this code:
The param APL0 seems to be ignored - it is not used anywhere in the query.
Also, please note the ROWNUM in Oracle starts at 1, not 0 as reported here.
Language is my model extending \Phalcon\Mvc\Model. It uses columnMap() with the columns listed in the SQL query.
The text was updated successfully, but these errors were encountered: