mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-08 14:26:33 +03:00
Fix typo.
This commit is contained in:
parent
37f59d02cf
commit
1811dbc987
@ -97,7 +97,7 @@ personAndBirthday <span class="fu">=</span> relation <span class="fu">$</span>
|
||||
<span class="ot">-></span> m (<span class="dt">Projection</span> <span class="dt">Flat</span> (<span class="dt">Maybe</span> r))
|
||||
|
||||
<span class="ot">on ::</span> <span class="dt">MonadQuery</span> m <span class="ot">=></span> <span class="dt">Projection</span> <span class="dt">Flat</span> (<span class="dt">Maybe</span> <span class="dt">Bool</span>) <span class="ot">-></span> m ()</code></pre>
|
||||
<p>'query' and 'fqueryMaybe' return a Projection type of table form results.</p>
|
||||
<p>'query' and 'queryMaybe' return a Projection type of table form results.</p>
|
||||
<pre class="sourceCode sql"><code class="sourceCode sql"><span class="kw">SELECT</span> .. <span class="kw">FROM</span> ...
|
||||
<span class="co">-- Accumulating uniquely qualified</span>
|
||||
<span class="co">-- ( like 'as T0', 'as T1' ... )</span>
|
||||
|
@ -65,7 +65,7 @@ queryMaybe :: (MonadQualify ConfigureQuery m, MonadQuery m)
|
||||
on :: MonadQuery m => Projection Flat (Maybe Bool) -> m ()
|
||||
~~~~~
|
||||
|
||||
'query' and 'fqueryMaybe' return a Projection type of table form results.
|
||||
'query' and 'queryMaybe' return a Projection type of table form results.
|
||||
|
||||
~~~~~ {.sql}
|
||||
SELECT .. FROM ...
|
||||
|
Loading…
Reference in New Issue
Block a user