forked from qgis/QGIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
Merge: b411f36bca 87442a536e | ||
Matthias Kuhn <[email protected]> 2019-01-15 | ||
|
||
Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-like-218 | ||
|
||
[Bugfix][Oracle] Add ESCAPE when compiling LIKE | ||
|
||
rldhont <[email protected]> 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. | ||
|
||
https://docs.oracle.com/cd/B12037_01/server.101/b10759/conditions016.htm | ||
|
||
Merge: 86ff500887 0ab834e2bc | ||
rldhont <[email protected]> 2019-01-09 | ||
|
||
Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218 | ||
|
||
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike | ||
|
||
rldhont <[email protected]> 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 <[email protected]> 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 <[email protected]> 2019-01-07 | ||
|
||
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc | ||
|
||
Markus Neteler <[email protected]> 2018-12-27 | ||
|
||
Added grass76 support | ||
|
||
Added grass76 support; search for newer versions first | ||
|
||
Juergen E. Fischer <[email protected]> 2018-12-22 | ||
|
||
updates for GDAL 2.5 with VC2010 | ||
|
||
Juergen E. Fischer <[email protected]> 2018-12-21 | ||
|
||
Release of 2.18.27 | ||
|
||
Marco Bernasocchi <[email protected]> 2018-12-14 | ||
|
||
allow building WITH_SERVER_PLUGINS=OFF (#8674) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
qgis (2.18.27) UNRELEASED; urgency=medium | ||
qgis (2.18.28) UNRELEASED; urgency=medium | ||
|
||
* Release of 2.18.28 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Jan 2019 13:53:20 +0100 | ||
|
||
qgis (2.18.27) unstable; urgency=medium | ||
|
||
* Release of 2.18.27 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 21 Dec 2018 13:00:42 +0100 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Jan 2019 13:53:20 +0100 | ||
|
||
qgis (2.18.26) unstable; urgency=medium | ||
|
||
|