Commit 0737994c authored by Andrew M's avatar Andrew M Committed by Steve Müller

Fix typo: comparisions => comparisons

parent 36c30357
...@@ -327,7 +327,7 @@ Most notably you can use expressions to build nested And-/Or statements: ...@@ -327,7 +327,7 @@ Most notably you can use expressions to build nested And-/Or statements:
The ``andX()`` and ``orX()`` methods accept an arbitrary amount The ``andX()`` and ``orX()`` methods accept an arbitrary amount
of arguments and can be nested in each other. of arguments and can be nested in each other.
There is a bunch of methods to create comparisions and other SQL snippets There is a bunch of methods to create comparisons and other SQL snippets
on the Expression object that you can see on the API documentation. on the Expression object that you can see on the API documentation.
Binding Parameters to Placeholders Binding Parameters to Placeholders
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment