Skip to content

Commit 097436b

Browse files
authored
update to latest pygeoif (#1084)
1 parent 0392d06 commit 097436b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pycsw/core/pygeofilter_evaluate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343

4444
class PycswFilterEvaluator(SQLAlchemyFilterEvaluator):
45-
def __init__(self, field_mapping=None, dbtype='sqlite'):
46-
super().__init__(field_mapping)
45+
def __init__(self, field_mapping=None, dbtype='sqlite', undefined_as_null=None):
46+
super().__init__(field_mapping, undefined_as_null=undefined_as_null)
4747
self._pycsw_dbtype = dbtype
4848

4949
@handle(ast.BBox)

requirements-standalone.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ SQLAlchemy<2.0.0
22
Flask
33
pygeofilter
44
PyYAML
5-
pygeoif==0.7
5+
pygeoif

0 commit comments

Comments
 (0)