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 capitals in column names #552

Closed vjeeva closed 2 months ago

vjeeva commented 2 months ago

Column names with capitals like "someThingIDontKnow" fail during validation.

Code fixed and integration tests pass!