mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
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?
Original Pull Request: https://github.com/doctrine/orm/pull/5824
State: closed
Merged: No
Adds a failing test case for #5607.
The columnAlias shouldn't start with an underscore for the Oracle platform as it generates an exception.
The test case is expecting
THIS_IS_A_29_CHAR_STRING_XX_0but is actually getting_THIS_IS_A_29_CHAR_STRING_XX_0back, which would be invalid for the above platform. This assumes that leading underscores would be removed from the generated alias.