microsoft / copilot-pg

A DBA copilot extension
MIT License
58 stars 15 forks source link

Added the ability to fix Copilot mistakes #9

Closed robconery closed 5 months ago

robconery commented 5 months ago

If there's an error in the SQL, a query.sql file will open in the editor, allowing you to change the SQL created. If you click "Run This" again, that file will be executed. Any error will be displayed in a comment above the SQL.