Revert "unsafeSqlOrderBy"
Fixing EOrderRandom is the proper way to do this.
This commit is contained in:
parent
b7bbe98c11
commit
e173a19f13
@ -668,11 +668,6 @@ unsafeSqlValue :: TLB.Builder -> SqlExpr (Value a)
|
||||
unsafeSqlValue v = ERaw Never $ const (v, mempty)
|
||||
{-# INLINE unsafeSqlValue #-}
|
||||
|
||||
-- | (Internal) A raw SQL ordering. The same warning from
|
||||
-- 'unsafeSqlBinOp' applies to this function as well.
|
||||
unsafeSqlOrderBy :: TLB.Builder -> SqlExpr OrderBy
|
||||
unsafeSqlOrderBy v = ERaw Never $ const (v, mempty)
|
||||
{-# INLINE unsafeSqlOrderBy #-}
|
||||
|
||||
-- | (Internal) A raw SQL function. Once again, the same warning
|
||||
-- from 'unsafeSqlBinOp' applies to this function as well.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user