diff --git a/pygeoapi/provider/oracle.py b/pygeoapi/provider/oracle.py index ff708b279..fdd880284 100644 --- a/pygeoapi/provider/oracle.py +++ b/pygeoapi/provider/oracle.py @@ -938,6 +938,7 @@ def _get_previous(self, cursor, identifier): :returns: feature id """ + #GA Customisation - Correction to the SQL logic for retrieving the previous record (DAT-1039) sql = f"SELECT * \ FROM ( \ SELECT {self.id_field} AS id \ diff --git a/pygeoapi/templates/_base.html b/pygeoapi/templates/_base.html index e61566aca..3a5435cd4 100644 --- a/pygeoapi/templates/_base.html +++ b/pygeoapi/templates/_base.html @@ -43,6 +43,7 @@