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
For expr ~ SqlExpr (it's the same implementation as toBaseId),. Should I submit a PR for it? It seems a little ugly to have two altogether separate class methods for this...
The text was updated successfully, but these errors were encountered:
I haven't actually investigated if this is possible/non-enormous, but would it make sense to make a version of when_/case_ that knew about NULL and Maybe? So that an expr (Value (Maybe typ)) becomes an expr (Value typ) in the appropriate branch?
toBaseId
is great, but doesn't really work on e.g. a left inner join, since there's no way of pushing theMaybe
in. It's easy enough to define:For
expr ~ SqlExpr
(it's the same implementation astoBaseId
),. Should I submit a PR for it? It seems a little ugly to have two altogether separate class methods for this...The text was updated successfully, but these errors were encountered: