launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
162 stars 24 forks source link

implement TRUNCATE TABLE #82

Closed acarl005 closed 2 years ago

acarl005 commented 2 years ago

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