From 33faebb305fa78234b9c3fdf40e4e18958edd7e5 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 26 Apr 2014 14:19:32 +0200 Subject: [PATCH] [#3204] Clarify what "fully qualified" means in the context of and in the code generator configuration --- jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.4.0.xsd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.4.0.xsd b/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.4.0.xsd index 7da4e84bdc..52be5a4ca3 100644 --- a/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.4.0.xsd +++ b/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.4.0.xsd @@ -335,9 +335,12 @@ All elements that are generated from your schema (A Java regular expression. Use the pipe to separate several expressions) Watch out for case-sensitivity. Depending on your database, this might be - important! You can create case-insensitive regular expressions - using this syntax: (?i:expr)A comma-separated list of regular - expressions + important! + + You can create case-insensitive regular expressions + using this syntax: (?i:expr) + + Whitespace is ignored and comments are possible. -->