Having
- Oracle 11 database
- Camunda version with changes implemented within
CAM-7479
When
- I search for process definition with process name like 'someValue'
Current result
- An SQL Exception with ORA-01425 is thrown
Expected result
- Search is correctly performed
Additional information:
- Exception is not always happening and probably is related with charset on application server side
- All like queries (Engine + Cockpit) are affected by the problem
This is the controller panel for Smart Panels app
- is related to
-
CAM-8540 Underscore in LIKE queries must be implicitly escaped
- Closed