mirror of
https://github.com/doctrine/orm.git
synced 2026-04-30 01:43:20 +02:00
[PR #1413] Added to_char function to convert other types to chars (/strings). #9474
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/1413
State: closed
Merged: No
Been missing the TO_CHAR function, which - under some circumstances - is needed in platforms like Oracle, e. g. to compare char and non-char fields. Have added it - hope, it is OK this way!