[PR #5752] Add SAP Adaptive Server Enterprise database vendor support #9716

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

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

State: closed
Merged: No


This PR adds support for SAP ASE. It depends on doctrine/dbal#2347.
It is required because ASE not supports offsets in limit queries. So there is a need for a temporary table. Because you cannot add identity columns twice we need to convert them to a integer.

I hope this addition is appreciated and any feedback/help on the above issues would be welcomed.

**Original Pull Request:** https://github.com/doctrine/orm/pull/5752 **State:** closed **Merged:** No --- This PR adds support for SAP ASE. It depends on doctrine/dbal#2347. It is required because ASE not supports offsets in limit queries. So there is a need for a temporary table. Because you cannot add identity columns twice we need to convert them to a integer. I hope this addition is appreciated and any feedback/help on the above issues would be welcomed.
admin added the pull-request label 2026-01-22 16:05:12 +01:00
admin closed this issue 2026-01-22 16:05:12 +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#9716