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

Skip to content

Releases: geomais/sql-guardian

2.0.1

05 Nov 19:50

Choose a tag to compare

Release: Migration fixes

Important fixes regarding the new validation system.

Key Highlights:

Only validate input files that have the .sql suffix
Do not make the file inputs required to avoid throwing errors

2.0.0

04 Nov 11:07

Choose a tag to compare

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

30 Jan 13:37

Choose a tag to compare

  • 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

26 Jan 11:45

Choose a tag to compare