support all operators on all types
See original GitHub issueSo far we’ve been explicitly supporting types and their operators. This is not a scalable approach, we should instead support all operators from pg_catalog.pg_operator
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Table of operators - Microsoft Support
Access supports a variety of operators, including arithmetic operators such as +, -, multiply (*), and divide (/), in addition to comparison operators...
Read more >Functions and Operators | User Guide | Support | Epi Info - CDC
There are various types of operators discussed in this appendix. The following types are provided: Arithmetic Operators are used to perform mathematical ...
Read more >SQL All operator - w3resource
ALL Operator. ALL is used to select all records of a SELECT STATEMENT. It compares a value to every value in a list...
Read more >The UNION [ALL], INTERSECT, MINUS Operators
You can combine multiple queries using the set operators UNION , UNION ALL , INTERSECT , and MINUS . All set operators have...
Read more >Operators In C - Types and Examples | Simplilearn
C has many operators that almost perform all types of operations. These operators are really useful and can be used to perform every...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@0x777 Easy win here would be to support
ltree
type using the existing graphql lt/lte/etc. This would cover the basic operators<, <=, =, >=, >
. We’re starting a major new project and would love this! Where do we sign for a paid plan? 😃Full support with all the operators supported by GIST indexes
<, <=, =, >=, >, @>, <@, @, ~, ?
would be amazing though!https://www.postgresql.org/docs/current/ltree.html#LTREE-OP-TABLE
Just realized that Hasura doesnt support all pg operators.
And there hasnt been any updates to this issue in 2 years.
Thats very concerning. Is full support of Postgres no longer a priority?