question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support all operators on all types

See original GitHub issue

So 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:open
  • Created 5 years ago
  • Reactions:9
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

13reactions
litchfieldcommented, Mar 20, 2019

@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

10reactions
magick93commented, Apr 1, 2022

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found