Skip to content

Allow leading digit in column projection - #576

Open
rudokemper wants to merge 1 commit into
mainfrom
rk/allow-leading-digit-in-col-projection
Open

Allow leading digit in column projection#576
rudokemper wants to merge 1 commit into
mainfrom
rk/allow-leading-digit-in-col-projection

Conversation

@rudokemper

@rudokemper rudokemper commented Aug 5, 2026

Copy link
Copy Markdown
Member

Goal

We are working with a dataset that has columns that start with numbers (i.e. 1_Your_Name, 2_Date). Our normalizeProjectionColumns rejects this, and really shouldn't - this is valid Postgres column naming.

What I changed and why

See the one-line code change.

How I convinced myself this is right

Trying it in runtime.

What I'm not doing here

LLM use disclosure

None

@rudokemper rudokemper changed the title [DRAFT] Allow leading digit in column projection Allow leading digit in column projection Aug 5, 2026
@rudokemper rudokemper self-assigned this Aug 5, 2026
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

Successfully merging this pull request may close these issues.

1 participant