From d7a5b3e9a0e07bd12c8d91cf2e6806c874c07b84 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 8 Aug 2013 11:35:10 +0200 Subject: [PATCH] Formatting fix --- jOOQ-website/src/main/resources/manual-3.2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jOOQ-website/src/main/resources/manual-3.2.xml b/jOOQ-website/src/main/resources/manual-3.2.xml index fc0ca3fafa..35acc54820 100644 --- a/jOOQ-website/src/main/resources/manual-3.2.xml +++ b/jOOQ-website/src/main/resources/manual-3.2.xml @@ -3144,7 +3144,7 @@ create.insertInto(AUTHOR, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)

- Most databases allow for using scalar subselects in UPDATE statements in one way or another. jOOQ models this through a set(Field<T>, Select<? extends Record1<T>>) method in the UPDATE DSL API: + Most databases allow for using scalar subselects in UPDATE statements in one way or another. jOOQ models this through a set(Field<T>, Select<? extends Record1<T>>) method in the UPDATE DSL API: