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.
233 stars 36 forks source link

(Patch) make identifier sanitization more stringent #74

Closed ibispi closed 3 years ago

ibispi commented 5 years ago

I am writing this for my friend, since he doesn't have a github account,

"Please merge this patch that makes identifier sanitization more stringent. I tried to contact you via email, with no luck. http://paste.debian.net/plain/1084302

khibino commented 4 years ago

This patch is merged and released in names-th-0.3.0.1 http://hackage.haskell.org/package/names-th-0.3.0.1

Thanks for contribution.