launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
129 stars 23 forks source link

implement TRUNCATE TABLE #82

Closed acarl005 closed 1 year ago

acarl005 commented 1 year ago

This PR implements TruncateStmt and adds the truncate.sql fixtures to the kitchen sink tests.