Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-like-218
[Bugfix][Oracle] Add ESCAPE when compiling LIKE
rldhont <rldhont@gmail.com> 2019-01-11
[Bugfix][Oracle] Add ESCAPE when compiling LIKE
The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if specified, must be a character string of length 1*.
In expression the underscore (_) and the percent sign (%) can be escaped with the backslash (\). So in the Oracle Expression Compiler if the ESCAPE clause is not specified, the pattern is not valid.
To fix it, the Oracle Expression Compiler has to add the ESCAPE clause.
Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
rldhont <rldhont@gmail.com> 2019-01-08
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
In the QgsOgcUtils class, the attribute escape or escapeChar is added to PropertyIsLike element, but it only checks escape attribute when it decodes it.
The commit fixed it and adds test.
Merge: 5eb1853f01 71c1581789
Luigi Pirelli <luipir@gmail.com> 2019-01-07
Merge pull request #8802 from NaturalGIS/release-2_18
re-add the r.mapcalculator module (as r.mapcalc.simple) and remove the not working r.mapcalc
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2019-01-07
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc
Markus Neteler <neteler@gmail.com> 2018-12-27
Added grass76 support
Added grass76 support; search for newer versions first