We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# When filtering on a string (NOK) curl http://127.0.0.1:8081/collections/public.landsat_wrs/items?pr=013001 { "detail": "str contain unsafe (non word) characters: "character varying"" } # When filtering on an integer (OK) curl http://127.0.0.1:8081/collections/public.landsat_wrs/items?path=13 { "type": "FeatureCollection", ... }
tifeatures/tifeatures/layer.py
Lines 195 to 198 in eb98d50
because in ☝️ we are calling https://github.com/samuelcolvin/buildpg/blob/master/buildpg/components.py#L58-L61 with character varying (col.type)
character varying
The text was updated successfully, but these errors were encountered:
it might be a buildpg bug : samuelcolvin/buildpg#41
Sorry, something went wrong.
done in #60
bitner
No branches or pull requests
tifeatures/tifeatures/layer.py
Lines 195 to 198 in eb98d50
because in ☝️ we are calling https://github.com/samuelcolvin/buildpg/blob/master/buildpg/components.py#L58-L61 with
character varying
(col.type)The text was updated successfully, but these errors were encountered: