diff --git a/jOOQ/src/main/java/org/jooq/LoaderOptionsStep.java b/jOOQ/src/main/java/org/jooq/LoaderOptionsStep.java index 4198b611ba..dc8e07d1a5 100644 --- a/jOOQ/src/main/java/org/jooq/LoaderOptionsStep.java +++ b/jOOQ/src/main/java/org/jooq/LoaderOptionsStep.java @@ -74,7 +74,9 @@ public interface LoaderOptionsStep> extends LoaderSourc * unique key's value is already in the database. *

* If the loaded table does not have a main key, then all records are - * inserted. + * inserted. This may influence the JDBC driver's outcome on + * {@link Connection#getWarnings()}, depending on your JDBC driver's + * implementation *

* If you don't specify a behaviour, {@link #onDuplicateKeyError()} will be * the default. This cannot be combined with {@link #onDuplicateKeyError()}