18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

Fix incorrect qualified table name building #42

Open scoder opened 6 years ago

scoder commented 6 years ago

Currently builds the name as "schematable" instead of "schema.table". Since this is done in multiple places, it could still benefit from a helper function that always does it right.

scoder commented 6 years ago

ping

scoder commented 4 years ago

ping @catherinedevlin