xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.97k stars 54 forks source link

Strengthen SQL transformation tests #331

Closed andrew-farries closed 5 months ago

andrew-farries commented 5 months ago

Improve the existing tests around SQL transformation by adding a MockSQLTransformer type and using it in the existing SQL transformation tests.

Also add several new testcases for transformation of raw SQL operations to ensure that when transformation fails the operation fails.