Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2.0.0

Choose a tag to compare

@sousadiego11 sousadiego11 released this 04 Nov 11:07
· 8 commits to main since this release

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.