Releases: geomais/sql-guardian
2.0.1
2.0.0
Release: Automated SQL Validation with pgsql-parser (Breaking Change)
This release introduces a new GitHub Action feature that automatically validates SQL files using pgsql-parser. Each workflow run now performs a thorough syntax check on SQL files to ensure compliance with PostgreSQL standards before merging. This change enhances code quality and minimizes potential runtime issues with SQL scripts.
Important: This update is not backward compatible with previous configurations. Legacy workflows or scripts will require updates to accommodate the new SQL validation process.
Key Highlights:
Automated SQL syntax validation using pgsql-parser in GitHub Actions.
Strict adherence to PostgreSQL syntax standards.
Breaking Change: No backward compatibility with previous versions.
1.5.0
- Supports columns validations
- Fixes table validations
- Contemplates various typing possibilities along aditional informations that may appear in the SQL
- More precise and better error logs
1.1.0
Full Changelog: https://github.com/sousadiego11/sql-guardian/commits/1.0.0
Full Changelog: sousadiego11/sql-guardian@1.0.0...1.1.0