REGEXP_REPLACE as a function to hibernates Oracle dialect
Description
Activity
Show:
Nathan Xu January 10, 2020 at 6:49 PMEdited
I once created a PR at , but given that I am not sure about the code change (I have zero experience on Oracle db)j, I finally decided to close it and let other finish it.
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Priority
Created October 1, 2019 at 3:52 PM
Updated April 5, 2024 at 3:58 PM
At the moment Oracle dialect does not have REGEXP_REPLACE registered as a function.
It would be nice if it was added as in case of MariaDB MariaDB:
https://github.com/hibernate/hibernate-orm/blob/5.3/hibernate-core/src/main/java/org/hibernate/dialect/MariaDB10Dialect.java#L17