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

console: filter incompatible postgres functions from computed fields drop down #5155

Closed
tirumaraiselvan opened this issue Jun 20, 2020 · 3 comments
Assignees
Labels
c/console Related to console hacktoberfest k/enhancement New feature or improve an existing feature

Comments

@tirumaraiselvan
Copy link
Contributor

Only functions which have an argument which is of row type of the selected table are valid.

Menu_400

@beerose beerose added the c/console Related to console label Jun 20, 2020
@rikinsk
Copy link
Member

rikinsk commented Jun 23, 2020

Full requirements for supported functions are mentioned here

@rikinsk rikinsk added the k/enhancement New feature or improve an existing feature label Jun 23, 2020
@GrizliK1988
Copy link
Contributor

GrizliK1988 commented Oct 3, 2020

Hi!

@beerose , can I take this one?

Proposed solution: adjust a payload in console to send an additional WHERE statement

WHERE "input_arg_types"::jsonb @> '[{"schema":"table_schema","name":"table_name"}]'::jsonb

@GrizliK1988
Copy link
Contributor

Hi!

PR is ready :)

GrizliK1988 added a commit to GrizliK1988/graphql-engine that referenced this issue Oct 17, 2020
GrizliK1988 added a commit to GrizliK1988/graphql-engine that referenced this issue Oct 17, 2020
GrizliK1988 added a commit to GrizliK1988/graphql-engine that referenced this issue Oct 17, 2020
GrizliK1988 added a commit to GrizliK1988/graphql-engine that referenced this issue Oct 17, 2020
GrizliK1988 added a commit to GrizliK1988/graphql-engine that referenced this issue Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console Related to console hacktoberfest k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants