tomjaguarpaw / haskell-opaleye

Other
599 stars 115 forks source link

Postgres treats upper case letters in type names as lower case, #530

Closed stevemao closed 2 years ago

stevemao commented 2 years ago

unless the name is quoted!

tomjaguarpaw commented 2 years ago

Ah, good catch, thank you. I'm rather backlogged at the moment but I'll get to this as soon as I can.

tomjaguarpaw commented 2 years ago

Cool, thank you. Please let me know if you need me to make a release containing this.

stevemao commented 2 years ago

a new release would be nice. So I can remove my workaround 😄

tomjaguarpaw commented 2 years ago

OK done! https://hackage.haskell.org/package/opaleye-0.7.5.0

stevemao commented 2 years ago

@tomjaguarpaw do you mind pushing the commit and the tag? incase the version confuses people

tomjaguarpaw commented 2 years ago

OK, done https://github.com/tomjaguarpaw/haskell-opaleye/commit/bb070f188ca56664b2d456aa262249b1b37fd00f

(The commit message is wrong -- oh well!)