khibino / haskell-relational-record

This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type.
234 stars 36 forks source link

Generate field label from table and column name #59

Closed igrep closed 6 years ago

igrep commented 6 years ago

This fixes a problem that generated filed labels are named by the column name and the schema name while the document says the generated names are made of the column name and the table name.

In addition, make document of NameConfig more detailed.

khibino commented 6 years ago

Merged. Thanks!