[mapserver-commits] [MapServer/MapServer] a468ec: fixed `=*` operator translation for Oracle databas...

Michele Tessaro noreply at github.com
Mon Jan 15 10:03:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/MapServer/MapServer
  Commit: a468ec94918db4260a9ed3061988419f76642ce8
      https://github.com/MapServer/MapServer/commit/a468ec94918db4260a9ed3061988419f76642ce8
  Author: Michele Tessaro <2070527+mikitex70 at users.noreply.github.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M src/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