Commit 5f207d29 authored by Andrew M's avatar Andrew M

Fix typo: comparisions => comparisons

parent fabf5c53
...@@ -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