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

Subqueries not executing in FROM,WHERE,IN,EXISTS, aliases not being handled, LIKE not handling in WHERE, ORDER BY not supporting #62

Open
risha2019 opened this issue Oct 23, 2020 · 1 comment

Comments

@risha2019
Copy link

risha2019 commented Oct 23, 2020

  • LIKE is not executing resulting WHERE clause result type should be DT_BOOL, but was DT_STRING
  • WHERE clauses containing IN, EXISTS have subqueries and are resulting in Segmentation fault(Core dumped)
  • ORDER BY clauses in queries throwing errors
@lordpretzel
Copy link
Collaborator

  • the problem with LIKE is resolved in the latest master commit
  • ORDER BY works for me with the postgres backend. Do you have a test case schema and query that fails?
  • regarding nested subqueries, only the oracle serializer does support it currently in master. I think in some branch that has been fixed for postgres, have to check this out further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants