Closed
Description
Bug Report
Q | A |
---|---|
BC Break | yes |
Version | ~2.8 |
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
PHP Fatal error: Uncaught Doctrine\DBAL\Driver\OCI8\OCI8Exception: ORA-00904: "DOCTRINE_ROWNUM": invalid identifier in /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php:33
Stack trace:
#0 /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php(401): Doctrine\DBAL\Driver\OCI8\OCI8Exception::fromErrorInfo(Array)
#1 /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php(158): Doctrine\DBAL\Driver\OCI8\OCI8Statement->execute()
#2 /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1091): Doctrine\DBAL\Driver\OCI8\OCI8Connection->exec('INSERT INTO TABLE...')
#3 /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(222): Doctrine\DBAL\Connection->executeUpdate('INSERT INTO TABLE...', Array, Array)
#4 /my_local/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php on line 48
Activity