You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, using the Experimental module, I get this error when using coalesceDefault on the result of a subselect:
src/Database/Esqueleto/Internal/Internal.hs:2230:28-68: Non-exhaustive patterns in lambda
I don't have time to make a reproduction right now sorry, but it looks like the same problem as that fixed in this pull #189.
I'm using 3.3.3.2, so the error is occurring at the lambda in unsafeSqlFunctionParens
The text was updated successfully, but these errors were encountered:
timds
changed the title
Experimental: exception when using coalesceDefault/unsafeSqlFunctionParens
Experimental: exception when using coalesceDefault/unsafeSqlFunctionParens on aliased value
Aug 20, 2020
Looks like there are a couple more lambdas that assume ERaw they will also fail on compound values. The fix should be fairly easy just annoying that there are two nearly identical functions
Hi, using the Experimental module, I get this error when using coalesceDefault on the result of a subselect:
I don't have time to make a reproduction right now sorry, but it looks like the same problem as that fixed in this pull #189.
I'm using 3.3.3.2, so the error is occurring at the lambda in
unsafeSqlFunctionParens
The text was updated successfully, but these errors were encountered: