Skip to content

Parsing fails for GENERATED ALWAYS AS expressions that use a cast #198

@bholzer

Description

@bholzer

Minimal example:

CREATE TABLE test (
  timestamp TIMESTAMP,
  date DATE GENERATED ALWAYS AS (CAST(timestamp AS DATE))
)

Trying to dig into the code to see if I can issue a PR for this myself.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions