[PR #5824] Adds a failing test case for #5607 #9742

Open
opened 2026-01-22 16:05:17 +01:00 by admin · 0 comments
Owner

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_0 but is actually getting _THIS_IS_A_29_CHAR_STRING_XX_0 back, which would be invalid for the above platform. This assumes that leading underscores would be removed from the generated alias.

**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_0` but is actually getting `_THIS_IS_A_29_CHAR_STRING_XX_0` back, which would be invalid for the above platform. This assumes that leading underscores would be removed from the generated alias.
admin added the pull-request label 2026-01-22 16:05:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9742