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