[PR #8025] [GH-4641] IDENTITY() field type conversion #10771

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

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

State: closed
Merged: No


This fixes a bug with a missing type conversion for IDENTITY() function values and data was always returned with type "string". Now the specified type is used and the new typed function node functionality #7941 allows converting it to the real PHP type.

Fixes #4641

**Original Pull Request:** https://github.com/doctrine/orm/pull/8025 **State:** closed **Merged:** No --- This fixes a bug with a missing type conversion for `IDENTITY()` function values and data was always returned with type "string". Now the specified type is used and the new typed function node functionality #7941 allows converting it to the real PHP type. Fixes #4641
admin added the pull-request label 2026-01-22 16:08:38 +01:00
admin closed this issue 2026-01-22 16:08:39 +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#10771