Skip to content

Compatibility with PostgreSQL v12+ #13

@kimakan

Description

@kimakan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions