mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #5788] Use AS part of the query from platform #9727
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/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.