morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
350 stars 32 forks source link

LTS-15.6 + ISO8601 formatting #228

Closed SamuelSchlesinger closed 4 years ago

echatav commented 4 years ago

All time inlining (except for timetz and interval) should use iso8601Show.

-- helper function
inlineTime
  = inferredtype
  . UnsafeExpression
  . singleQuotedUtf8
  . fromString
  . iso8601Show