diff --git a/jOOQ-website/src/main/resources/manual-3.2.xml b/jOOQ-website/src/main/resources/manual-3.2.xml
index 35acc54820..93c4092eac 100644
--- a/jOOQ-website/src/main/resources/manual-3.2.xml
+++ b/jOOQ-website/src/main/resources/manual-3.2.xml
@@ -3975,7 +3975,15 @@ Field
+ jOOQ does not know any operator precedence (see also
@@ -5076,6 +5084,29 @@ BOOK.TITLE.notEqualIgnoreCase("animal farm")]]>
+
+
+ As previously mentioned in the manual's section about
+ In SQL, the two expressions wouldn't be the same, as SQL natively knows operator precedence.
+ AND, OR, and NOT. The following expressions are equivalent:
+