issues
search
morphismtech
/
squeal
Squeal, a deep embedding of SQL in Haskell
362
stars
32
forks
source link
fixes
#295
Closed
echatav
closed
3 years ago
echatav
commented
3 years ago
generalize return type of
isDistinctFrom
and
isNotDistinctFrom
to a subtype of
Condition
s.
bugfix: empty
in_
and
notIn
operators should not produce illegal SQL, instead produce
false
and
true
respectively.
feature request: Add a field label to the exception thrown when an overloaded label for a field decoder has a parse error.
isDistinctFrom
andisNotDistinctFrom
to a subtype ofCondition
s.in_
andnotIn
operators should not produce illegal SQL, instead producefalse
andtrue
respectively.