We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 749307e + 5b70287 commit cf4641cCopy full SHA for cf4641c
user_guide_src/source/database/query_builder.rst
@@ -809,7 +809,8 @@ $builder->ignore()
809
810
Generates an insert ignore string based on the data you supply, and runs the
811
query. So if an entry with the same primary key already exists, the query won't be inserted.
812
-You can optionally pass an **boolean** to the method. Here is an example using the array of the above example:
+You can optionally pass an **boolean** to the method. Can also be used on **insertBatch**, **update** and **delete** (when supported).
813
+Here is an example using the array of the above example:
814
815
.. literalinclude:: query_builder/078.php
816
0 commit comments