From bc8beceb9a33d019384c39edc393d9bf3afc7826 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 20 Aug 2018 12:19:32 +0200 Subject: [PATCH] [#7153] Allow for configuring a locale to be used for upper/lower casing inside of jOOQ --- .../resources/org/jooq/web/manual-3.12.xml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml index c822ba1d39..22b563dffe 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml @@ -3563,6 +3563,9 @@ SELECT [TABLE].[COLUMN] FROM [TABLE] -- SQL Server style]]> AS_IS ]]> +

+ The behaviour of this setting is influenced by the . +

@@ -3600,6 +3603,31 @@ SELECT [TABLE].[COLUMN] FROM [TABLE] -- SQL Server style]]> +
+ Render Locale + +

+ When doing locale sensitive operations, such as upper casing or lower casing a name (see ), then it may be important in some areas to be able to specify the for the operation. +

+ +

+ Programmatic configuration +

+ + + +

+ XML configuration +

+ + + en-US +]]> + +
+
+
Parameter types