Incorrect selectAll typing on CTE with same tablename #1147
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
typescript
Related to Typescript
Hello, there seems to be a type error when the CTE has the same name as an existing table.
selectFrom
always select from the existing table but postgresql is selecting the CTE.playground link
The text was updated successfully, but these errors were encountered: