DDC-491: Quoting Patch completly wrecked OCI8 support #614

Closed
opened 2026-01-22 12:44:36 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 2, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

The quoting issue broke the OCI8 Driver, there is a fatal because of changes in the interface, and fixting that there are 160 test-failures

Originally created by @doctrinebot on GitHub (Apr 2, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: The quoting issue broke the OCI8 Driver, there is a fatal because of changes in the interface, and fixting that there are 160 test-failures
admin added the Bug label 2026-01-22 12:44:36 +01:00
admin closed this issue 2026-01-22 12:44:36 +01:00
Author
Owner

@doctrinebot commented on GitHub (Apr 2, 2010):

Comment created by @beberlei:

Failure is always something like:

164) Doctrine\Tests\ORM\Functional\Ticket\Ticket2481Test::testEmptyInsert
Exception: [PHPUnit*Framework_Error*Warning] Invalid argument supplied for foreach()

With queries:
4. SQL: 'INSERT INTO ticket*2481*products (id) VALUES (?)' Params: '1'
3. SQL: 'SELECT ticket*2481_products_id*seq.nextval FROM DUAL' Params: 
2. SQL: 'CREATE SEQUENCE ticket*2481_products_id*seq START WITH 1 MINVALUE 1 INCREMENT BY 10' Params: 

Trace:
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:138
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/DBAL/Statement.php:130
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/Persisters/StandardEntityPersister.php:187
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/UnitOfWork.php:698
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/UnitOfWork.php:291
/home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/EntityManager.php:281
/home/benny/code/php/wsnetbeans/Doctrine/trunk/tests/Doctrine/Tests/ORM/Functional/Ticket/Ticket2481Test.php:27
@doctrinebot commented on GitHub (Apr 2, 2010): Comment created by @beberlei: Failure is always something like: ``` 164) Doctrine\Tests\ORM\Functional\Ticket\Ticket2481Test::testEmptyInsert Exception: [PHPUnit*Framework_Error*Warning] Invalid argument supplied for foreach() With queries: 4. SQL: 'INSERT INTO ticket*2481*products (id) VALUES (?)' Params: '1' 3. SQL: 'SELECT ticket*2481_products_id*seq.nextval FROM DUAL' Params: 2. SQL: 'CREATE SEQUENCE ticket*2481_products_id*seq START WITH 1 MINVALUE 1 INCREMENT BY 10' Params: Trace: /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:138 /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/DBAL/Statement.php:130 /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/Persisters/StandardEntityPersister.php:187 /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/UnitOfWork.php:698 /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/UnitOfWork.php:291 /home/benny/code/php/wsnetbeans/Doctrine/trunk/lib/Doctrine/ORM/EntityManager.php:281 /home/benny/code/php/wsnetbeans/Doctrine/trunk/tests/Doctrine/Tests/ORM/Functional/Ticket/Ticket2481Test.php:27 ```
Author
Owner

@doctrinebot commented on GitHub (Apr 2, 2010):

Comment created by @beberlei:

Fixed

@doctrinebot commented on GitHub (Apr 2, 2010): Comment created by @beberlei: Fixed
Author
Owner

@doctrinebot commented on GitHub (Apr 2, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Apr 2, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#614