update note
This commit is contained in:
parent
a36f3f7bfe
commit
330a36b27e
@ -1994,8 +1994,8 @@ builderToText = TL.toStrict . TLB.toLazyTextWith defaultChunkSize
|
|||||||
--
|
--
|
||||||
-- Note: if you're curious about the SQL query being generated by
|
-- Note: if you're curious about the SQL query being generated by
|
||||||
-- @esqueleto@, instead of manually using this function (which is
|
-- @esqueleto@, instead of manually using this function (which is
|
||||||
-- possible but tedious), you may just turn on query logging of
|
-- possible but tedious), see the 'renderQueryToText' function (along with
|
||||||
-- @persistent@.
|
-- 'renderQuerySelect', 'renderQueryUpdate', etc).
|
||||||
toRawSql
|
toRawSql
|
||||||
:: (SqlSelect a r, BackendCompatible SqlBackend backend)
|
:: (SqlSelect a r, BackendCompatible SqlBackend backend)
|
||||||
=> Mode -> (backend, IdentState) -> SqlQuery a -> (TLB.Builder, [PersistValue])
|
=> Mode -> (backend, IdentState) -> SqlQuery a -> (TLB.Builder, [PersistValue])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user