auxten / postgresql-parser

Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser
Apache License 2.0
273 stars 50 forks source link

update queries are unknown nodes #27

Open gebes opened 5 months ago

gebes commented 5 months ago

When walking through an update, insert or delete statement all nodes get skipped, since they are not in the type switch in the AstWalker function