[PR #5788] Use AS part of the query from platform #9727

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

Original Pull Request: https://github.com/doctrine/orm/pull/5788

State: closed
Merged: No


This change was part of the "Add SAP Adaptive Server Enterprise vendor support" PR doctrine/doctrine2#5752. It has been seperated because it is not ASE specific and would increase platform independence in general.

It depends on the "Add selectAliasColumn to AbstractPlatform" PR doctrine/dbal#2359.

It is required in the platform if the "AS" keyword may differ in platforms (which is probably not very common) and for creating workarounds when using deferred tables to simulate ROWNUM() by identity columns.

**Original Pull Request:** https://github.com/doctrine/orm/pull/5788 **State:** closed **Merged:** No --- This change was part of the "Add SAP Adaptive Server Enterprise vendor support" PR doctrine/doctrine2#5752. It has been seperated because it is not ASE specific and would increase platform independence in general. It depends on the "Add selectAliasColumn to AbstractPlatform" PR doctrine/dbal#2359. It is required in the platform if the "AS" keyword may differ in platforms (which is probably not very common) and for creating workarounds when using deferred tables to simulate ROWNUM() by identity columns.
admin added the pull-request label 2026-01-22 16:05:14 +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#9727