[DBAL-262] [GH-136] Support oci8 in TableGenerator Created: 28/Apr/12 Updated: 05/May/12 Resolved: 05/May/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of dpb587: Url: https://github.com/doctrine/dbal/pull/136 Message: Bug fix: yes This test was breaking when running under `oci8` due to Oracle's deference to upper case column names. I realize Oracle has built-in sequences and `TableGenerator` is unnecessary, in theory, but it seemed like the class should work if possible. I see pgsql is in the same boat. Tested with: phpunit -c oci8.phpunit.xml.dist tests/Doctrine/Tests/DBAL/Functional/TableGeneratorTest.php Before: PHPUnit 3.5.13 by Sebastian Bergmann. EE Time: 0 seconds, Memory: 10.25Mb There were 2 errors: 1) Doctrine\Tests\DBAL\Functional\TableGeneratorTest::testNextVal 2) Doctrine\Tests\DBAL\Functional\TableGeneratorTest::testNextValNotAffectedByOuterTransactions After: PHPUnit 3.5.13 by Sebastian Bergmann. .. Time: 1 second, Memory: 10.25Mb OK (2 tests, 5 assertions) |
| Comments |
| Comment by Benjamin Eberlei [ 05/May/12 ] |
|
Fixed |
| Comment by Benjamin Eberlei [ 05/May/12 ] |
|
A related Github Pull-Request [GH-136] was closed |