Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed
=*
operator translation for Oracle database (MapServer#7012)
An expression such as ''[FIELD]' =* 'value'' was translated into a SQL expression such as 'REGEXP_LIKE( FIELD, '^value$'', which lacks the closing parenthesis
- Loading branch information