Skip to content

[Upstream] Reserved word collision produces unclear error message #5

@yeongseon

Description

@yeongseon

Upstream Bug (cubrid/cubrid — issues disabled)

Using reserved words (day, count) as column names gives generic syntax error with no hint about the reserved word.

CREATE TABLE t (day DATE, count INT);  -- unclear syntax error

Workaround: Avoid reserved words (metric_day, hit_count).
Discovered in: cubrid-cookbook pycubrid recipe 13

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions