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

refactor: force underscores in target table names#15

Open
konradzapalowicz wants to merge 1 commit intocitusdata:masterfrom
konradzapalowicz:refactor/force-underscores-in-table-names
Open

refactor: force underscores in target table names#15
konradzapalowicz wants to merge 1 commit intocitusdata:masterfrom
konradzapalowicz:refactor/force-underscores-in-table-names

Conversation

@konradzapalowicz
Copy link
Copy Markdown

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