[#3282] inputSchema / outputSchema codegen configuration has no effect in Oracle, if inputSchema is lower-cased
This commit is contained in:
parent
261a1cbbec
commit
2d3e032a11
@ -275,6 +275,14 @@ public class GenerationTool {
|
||||
if (schema.getOutputSchema() == null) {
|
||||
schema.setOutputSchema(trim(schema.getInputSchema()));
|
||||
}
|
||||
|
||||
/* [pro] xx
|
||||
xx xxxxxxx xxxxxx xxxxxxxx xxxx xxxxx xxxxxxxxxxxxxxxx xxxxxx xxxxxx
|
||||
xx xxxxxxxxx xxxxxxxxxx xxxxxxxxxxxxxxx x
|
||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
x
|
||||
xx [/pro] */
|
||||
}
|
||||
|
||||
if (schemata.size() == 1) {
|
||||
|
||||
@ -246,7 +246,7 @@ public abstract class AbstractDatabase implements Database {
|
||||
for (Schema schema : configuredSchemata) {
|
||||
/* [pro] xx
|
||||
|
||||
xx xxxxxxx xxxxxx xxx xxxxxxxxxxxxxxxx xxxxxx xxxxxx
|
||||
xx xxxxxxx xxxxxxx xxxxxx xxx xxxxxxxxxxxxxxxx xxxxxx xxxxxx
|
||||
xx xxxxx xxxxxxxxxx xxxxxxxxxxxxxxx x
|
||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user