This commit is contained in:
Kazu Yamamoto 2015-04-24 13:26:01 +09:00
parent 4cbdae732b
commit fb274cf7dd

View File

@ -196,7 +196,7 @@ employee_4_1_2P = relation' $ do
return (phDay, e) return (phDay, e)
{% endhighlight %} {% 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: Generated SQL: