Merge pull request #25 from db81/ohcrap

Fix underscore.
This commit is contained in:
Felipe Lessa 2013-08-09 10:40:28 -07:00
commit 73969604e8

View File

@ -44,7 +44,7 @@ module Database.Esqueleto
, (==.), (>=.), (>.), (<=.), (<.), (!=.), (&&.), (||.)
, (+.), (-.), (/.), (*.)
, random_, round_, ceiling_, floor_
, min_, max_,_sum_, avg_
, min_, max_, sum_, avg_
, like, (%), concat_, (++.)
, subList_select, subList_selectDistinct, valList
, in_, notIn, exists, notExists