valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

Add tableInfoName field to TableInfo that holds the TableName from Table #149

Closed cdepillabout closed 3 years ago

cdepillabout commented 3 years ago

This adds a field to TableInfo for holding the 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?)

valderman commented 3 years ago

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.