Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd postgress nested with clause #361
Conversation
Sorry to get here so late. Please provide only one change per Pr. It makes the review easier. I will do a squashed merge in the end. |
Nested With Clauses, so that they can be of the form
WITH A as (
WITH B AS (
WITH C AS (
.
.
)
)
)
supported by latest DB versions, eg. postgres is not currently supported by the parser