mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
warning.
This commit is contained in:
parent
4cbdae732b
commit
fb274cf7dd
@ -196,7 +196,7 @@ employee_4_1_2P = relation' $ do
|
||||
return (phDay, e)
|
||||
{% endhighlight %}
|
||||
|
||||
NOTE: **The variable representing placeholders can be used exactly once**.
|
||||
NOTE: **The variable representing placeholders can be used exactly once. It is programmers' responsibility to follow this rule. If you don't, you will suffer from strange behaviors**.
|
||||
|
||||
Generated SQL:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user