Closed cdepillabout closed 3 years ago
This adds a field to TableInfo for holding the TableName.
TableInfo
TableName
This fixes https://github.com/valderman/selda/issues/147.
I tested this by running make test, but I didn't run the postgresql-specific tests (hopefully this is tested in CI?)
make test
hopefully this is tested in CI? Sure is!
Sorry for taking forever on this; moving from academia to industry really did a number on the time left for me to spend on Selda this past fall.
This adds a field to
TableInfo
for holding theTableName
.This fixes https://github.com/valderman/selda/issues/147.
I tested this by running
make test
, but I didn't run the postgresql-specific tests (hopefully this is tested in CI?)