Autodesk / pgbelt

Pgbelt is a CLI tool used to manage Postgres data migrations from beginning to end, for a single database or a fleet, leveraging pglogical replication.
Apache License 2.0
18 stars 5 forks source link

fix: support for capital sequences and better sequence testing #550

Closed vjeeva closed 1 week ago

vjeeva commented 1 week ago

v0.7.7 causes sequence dumps to go empty due to complications with schema names and the capitalization issue from #548.

This fixes all of that, and ensures testing is done via PSQL directly instead of internal functions.

autodesk-chorus[bot] commented 1 week ago

Chorus detected one or more security issues with this pull request. See the Checks tab for more details.

As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement.