Skip to content

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented Dec 8, 2025

We'll need this later for sema stuff

If we have:

with t as (select 1)
select * from t;

We need to figure out the column name from the expr in select 1 to support analysis of the statements later on.

Our parser does some weird stuff with some casts and there's also this fallback thing with inferred column names in postgres that also makes this more complicated than it should be.

We'll need this later for sema stuff

If we have:

```sql
with t as (select 1)
select * from t;
```

We need to figure out the column name from the expr in `select 1` to
support analysis of the statements later on.
@sbdchd sbdchd added the automerge automerge with kodiak label Dec 8, 2025
@sbdchd sbdchd removed the automerge automerge with kodiak label Dec 8, 2025
@sbdchd sbdchd added the automerge automerge with kodiak label Dec 8, 2025
@kodiakhq kodiakhq bot merged commit 981bcc8 into master Dec 8, 2025
32 checks passed
@kodiakhq kodiakhq bot deleted the steved-add-column-name branch December 8, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants