tomjaguarpaw / haskell-opaleye

Other
599 stars 115 forks source link

Add now function support #511

Closed njaremko closed 3 years ago

njaremko commented 3 years ago

This addresses #508 . Sorry this took a while, I got side tracked on another project.

This PR adds support for the now() postgres function: https://www.postgresql.org/docs/current/functions-datetime.html

Wasn't really sure where to put it, so I threw it in Operators. If you want it somewhere else, just let me know.

tomjaguarpaw commented 3 years ago

Fantastic, thank you!