sql-query-identifier
sql-query-identifier copied to clipboard
fix params in CTE
Previously we were not capturing parameters in CTEs, as they are not considered a statement. This PR makes it so we add those params to the next statement.
NOTE: I branched this off of the params changes I made in #78, so this should not be merged until that PR is merged