[mapserver-commits] [MapServer/MapServer] 3b1e25: fixed `=*` operator translation for Oracle databas...
Michele Tessaro
noreply at github.com
Mon Jan 15 10:52:23 PST 2024
Branch: refs/heads/branch-8-0
Home: https://github.com/MapServer/MapServer
Commit: 3b1e25f0dc843a93cc2261fa8e3ff19053b9900c
https://github.com/MapServer/MapServer/commit/3b1e25f0dc843a93cc2261fa8e3ff19053b9900c
Author: Michele Tessaro <2070527+mikitex70 at users.noreply.github.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M maporaclespatial.c
Log Message:
-----------
fixed `=*` operator translation for Oracle database (#7012)
An expression such as ''[FIELD]' =* 'value'' was
translated into a SQL expression such as
'REGEXP_LIKE( FIELD, '^value$'', which lacks the
closing parenthesis
More information about the MapServer-commits
mailing list