From 582d12904b16dd63b037ca67ccbb6a01e12babcd Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 9 Aug 2023 12:23:02 +0200 Subject: [PATCH] [jOOQ/jOOQ#15286] Fixed issue reference --- jOOQ/src/main/java/org/jooq/Field.java | 4 +- jOOQ/src/main/java/org/jooq/impl/DSL.java | 60 +++++++++++------------ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/Field.java b/jOOQ/src/main/java/org/jooq/Field.java index 3ba4246a7f..fe7ee26645 100644 --- a/jOOQ/src/main/java/org/jooq/Field.java +++ b/jOOQ/src/main/java/org/jooq/Field.java @@ -347,7 +347,7 @@ extends * "guessed" from the jOOQ-configured data types. Use * {@link #cast(DataType)} for more accurate casts. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -452,7 +452,7 @@ extends * BOOK.ID.cast(String.class); * *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index d8f03fd1ba..9d9a5bb1de 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -12211,7 +12211,7 @@ public class DSL { *

* This is an alias for {@link #default_(Class)}. *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -12273,7 +12273,7 @@ public class DSL { * Create a DEFAULT keyword for use with INSERT, * UPDATE, or MERGE statements. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -12375,7 +12375,7 @@ public class DSL { * {@link #noField()} simply projects NULL and cannot be used * to avoid the clause. *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} references + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} references * of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -12565,7 +12565,7 @@ public class DSL { * * *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -12732,7 +12732,7 @@ public class DSL { * * *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14068,7 +14068,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14118,7 +14118,7 @@ public class DSL { * Create the VALUE pseudo field for usage with * DOMAIN specifications. *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14162,7 +14162,7 @@ public class DSL { /** * Create a DOMAIN reference. *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14178,7 +14178,7 @@ public class DSL { /** * Create a DOMAIN reference. *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14384,7 +14384,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only {@link Class} + * NOTE [#15286]: It is strongly recommended to pass only {@link Class} * references of types supported by jOOQ internally, i.e. types from * {@link SQLDataType}. If you're using any custom data types by means of a * {@link Converter} or {@link Binding}, it's better to pass that converted @@ -14426,7 +14426,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14465,7 +14465,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14705,7 +14705,7 @@ public class DSL { * escape literals when concatenated into SQL clauses! One way to escape * literals is to use {@link #name(String...)} and similar methods *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14738,7 +14738,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14783,7 +14783,7 @@ public class DSL { * function() can be used to access native or user-defined * functions that are not yet or insufficiently supported by jOOQ. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14838,7 +14838,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14884,7 +14884,7 @@ public class DSL { * aggregate() can be used to access native or user-defined * aggregate functions that are not yet or insufficiently supported by jOOQ. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14927,7 +14927,7 @@ public class DSL { * malicious SQL injection. Be sure to properly use bind variables and/or * escape literals when concatenated into SQL clauses! *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -14974,7 +14974,7 @@ public class DSL { * user-defined aggregate functions that are not yet or insufficiently * supported by jOOQ. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -16053,7 +16053,7 @@ public class DSL { /** * Coerce this field to another type. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -16139,7 +16139,7 @@ public class DSL { * BOOK.ID.cast(String.class); * *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -16277,7 +16277,7 @@ public class DSL { /** * Cast a value to another type. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -16299,7 +16299,7 @@ public class DSL { /** * Cast a field to another type. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -16362,7 +16362,7 @@ public class DSL { /** * Cast null to a type. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -30387,7 +30387,7 @@ public class DSL { /** * Create an unnamed parameter with a defined type and no initial value. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -30453,7 +30453,7 @@ public class DSL { /** * Create a named parameter with a defined type and no initial value. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -30981,7 +30981,7 @@ public class DSL { * A synonym for {@link #val(Object, Class)} to be used in Scala and Groovy, * where val is a reserved keyword. *

- * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -31964,7 +31964,7 @@ public class DSL { *

  • field("abc'def") renders abc'def
  • * *

    - * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -32479,7 +32479,7 @@ public class DSL { /** * Get a bind value with an associated type, taken from a field. *

    - * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that @@ -34368,7 +34368,7 @@ public class DSL { * Get the default data type for the {@link DSLContext}'s underlying * {@link SQLDialect} and a given Java type. *

    - * NOTE [#15268]: It is strongly recommended to pass only + * NOTE [#15286]: It is strongly recommended to pass only * {@link Class} references of types supported by jOOQ internally, i.e. * types from {@link SQLDataType}. If you're using any custom data types by * means of a {@link Converter} or {@link Binding}, it's better to pass that