mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-111: Failing tests: DQL Bug in combination with Oracle #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 4, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
I have several tests failing with the following exceptions.
It seems there is some wrong SQL being generated, the SQL query for the first test using Oracle is said to be:
The DQL for this query is:
I guess there is some problem with oracle quoting then.
The exceptions are:
@doctrinebot commented on GitHub (Nov 4, 2009):
Comment created by @beberlei:
I can update the exception with more information given DDC-112:
@doctrinebot commented on GitHub (Nov 5, 2009):
Comment created by romanb:
If this was introduced by the refactorings of guilherme this either needs to be reverted or fixed asap.
I think all these tests ran fine on oracle before.
Does anyone know at which revision these issues started to appear?
@doctrinebot commented on GitHub (Nov 5, 2009):
Comment created by @beberlei:
I think the tests were failing before the refactoring, i had them run with this problems before i did the svn update. I am not 100% sure though :-)
@doctrinebot commented on GitHub (Nov 5, 2009):
Comment created by romanb:
These tests run fine for me on rev. 6643 where I am currently. Looks like a (serious) regression :(
I do get the same segfault issue as jon but not with the tests that fail here. These all run fine.
@doctrinebot commented on GitHub (Nov 6, 2009):
Comment created by romanb:
Can't reproduce this :(
@doctrinebot commented on GitHub (Jan 14, 2010):
Comment created by @guilhermeblanco:
I'm the responsable of this issue! =P
@doctrinebot commented on GitHub (Jan 31, 2010):
Comment created by @beberlei:
This was just with PDO, on OCI8 they run correctly. I close this and we should delete the PDO OCI8 code, its trouble! :-)
@doctrinebot commented on GitHub (Jan 31, 2010):
Issue was closed with resolution "Cannot Reproduce"