Skip to content
New issue

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

Combining fields with different data types and string filter results in error #1

Open
sudiptog81 opened this issue Dec 30, 2018 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@sudiptog81
Copy link
Owner

How to reproduce

https://sql2geojson.herokuapp.com

/postgres/api/test?fields=id&filter=1 works
/postgres/api/test?fields=name,dev&filter=XYZ works
/postgres/api/test?fields=id,name,dev&filter=1 works
/postgres/api/test?fields=id,name,dev&filter=XYZ does not work

Stack Trace

{
    "name": "error",
    "length": 164,
    " severity": "ERROR",
    "code": "42703",
    "position": "577",
    "file": "d:\\pginstaller.auto\\postgres.windows-x64\\src\\backend\\parser\\parse_relation.c",
    "line": "3294",
    "routine": "errorMissingColumn"
};
@sudiptog81 sudiptog81 self-assigned this Dec 30, 2018
@sudiptog81 sudiptog81 added the bug Something isn't working label Dec 30, 2018
@sudiptog81 sudiptog81 added the help wanted Extra attention is needed label May 28, 2019
@sudiptog81 sudiptog81 removed their assignment Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant