issues
search
pganalyze
/
pg_query_go
Go library to parse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
663
stars
79
forks
source link
Update libpg_query to 13-2.1.0
#53
Closed
lfittl
closed
3 years ago
lfittl
commented
3 years ago
Normalize: add funcname error object
Normalize: Match GROUP BY against target list and re-use param refs
PL/pgSQL: Setup namespace items for parameters, support RECORD types
This significantly improves parsing for PL/pgSQL functions, to the extent that most functions should now parse successfully