Re-order exports related to insertSelect.
This commit is contained in:
parent
53402d726f
commit
a7d8c99213
@ -23,6 +23,10 @@ module Database.Esqueleto.Internal.Sql
|
|||||||
, deleteCount
|
, deleteCount
|
||||||
, update
|
, update
|
||||||
, updateCount
|
, updateCount
|
||||||
|
, insertSelectDistinct
|
||||||
|
, insertSelect
|
||||||
|
, (<#)
|
||||||
|
, (<&>)
|
||||||
-- * The guts
|
-- * The guts
|
||||||
, unsafeSqlBinOp
|
, unsafeSqlBinOp
|
||||||
, unsafeSqlValue
|
, unsafeSqlValue
|
||||||
@ -35,10 +39,6 @@ module Database.Esqueleto.Internal.Sql
|
|||||||
, Mode(..)
|
, Mode(..)
|
||||||
, SqlSelect
|
, SqlSelect
|
||||||
, veryUnsafeCoerceSqlExprValue
|
, veryUnsafeCoerceSqlExprValue
|
||||||
, insertSelectDistinct
|
|
||||||
, insertSelect
|
|
||||||
, (<#)
|
|
||||||
, (<&>)
|
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Applicative (Applicative(..), (<$>), (<$))
|
import Control.Applicative (Applicative(..), (<$>), (<$))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user