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

Compatibility with PostgreSQL v12+ #13

Open
kimakan opened this issue Oct 24, 2022 · 0 comments
Open

Compatibility with PostgreSQL v12+ #13

kimakan opened this issue Oct 24, 2022 · 0 comments

Comments

@kimakan
Copy link
Contributor

kimakan commented Oct 24, 2022

Currently, the queryparser seems to miss some functions from PostgreSQL v12+.
As an example, the following test fails

  - SELECT log10(mvir) from mdr1.bdmv 
    WHERE snapnum=85
  - ['mdr1.bdmv.mvir', 'mdr1.bdmv.snapnum']
  - ['where']
  -
  -
  -

log10() was introduced with PostgreSQL 12.

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

1 participant