Skip to content

find table is case-sensitive — Snowflake identifiers should be normalised to uppercase #12

@Warhorze

Description

@Warhorze

sqlcg find table wtfs_voorraad_week returns no results. sqlcg find table <table_name> works. Snowflake normalises unquoted identifiers to uppercase at parse time, so the tool should do the same on both index and lookup. A user querying in lowercase (the natural way to type) always gets nothing. Fix: uppercase all unquoted identifiers during indexing and normalise the lookup input before querying the graph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions