-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OCI8Statement is including DOCTRINE_ROWNUM as a column to be inserted. #3326
Comments
@LucasHaddad can you add a snippet of code on how to reproduce the problem? |
I didn't clone the table directly cause one have different columns that are composed by one only from the first and a little o type handling that i removed from this code. |
@Ocramius For other databases like Postgre, MySQL, DB2 you can use LIMIT x, y or LIMIT x OFFSET y. |
@LucasHaddad I think we could reimplement Could you find some changelog from Oracle showing when this syntax was introduced? UPD: looks like it's supported starting Oracle 12c. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Report
How to reproduce
Just try to make a insert using firstIndex !== 0 and any MaxResult.
Expected behaviour
Not including DOCTRINE_ROWNUM as a column to be inserted.
Log
The text was updated successfully, but these errors were encountered: