Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
postgis
Commits
0e6b09358511
Commit
e51b631d
authored
Sep 08, 2017
by
David Douard
Browse files
[st] fix declaration of ST_DWITHIN (closes #17100018)
parent
304f8dc463d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_postgis/site_cubicweb.py
View file @
0e6b0935
...
...
@@ -135,10 +135,10 @@ class ST_CONTAINS(FunctionDescr):
class
ST_DWITHIN
(
FunctionDescr
):
minargs
=
2
maxargs
=
2
minargs
=
3
maxargs
=
4
supported_backends
=
(
'postgres'
,)
rtype
=
'
Float
'
rtype
=
'
Bool
'
class
ST_LENGTH
(
FunctionDescr
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment