Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

refactor: force underscores in target table names #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bergotorino
Copy link

Podyn replicates the table names as they are in Dynamo. Yet at the same
time postgres requires that table names with dashes are quoted.

This commit makes podyn replace the dashes with underscores so that the
table names can be used w/o quotation in pgsql.

Podyn replicates the table names as they are in Dynamo. Yet at the same
time postgres requires that table names with dashes are quoted.

This commit makes podyn replace the dashes with underscores so that the
table names can be used w/o quotation in pgsql.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant