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.