Closed
Description
I found some string was truncated in this function
def strip_GeomFromEWKB(param):
if isinstance(param, str):
return param.lstrip("ST_GeomFromEWKB('\\x").rstrip("'::bytea)")
return param
Related Pull Request
Minimally Reproducible Test Case
In [8]: "botpy".lstrip("ST_GeomFromEWKB('\\x").rstrip("'::bytea)")
Out[8]: 'botp'
In [9]: "Botpy".lstrip("ST_GeomFromEWKB('\\x").rstrip("'::bytea)")
Out[9]: 'tp'
Metadata
Metadata
Assignees
Labels
No labels