Skip to content

Commit

Permalink
[jOOQ#5349] Wrong defaults for <tableValuedFunctions/> in jOOQ Open S…
Browse files Browse the repository at this point in the history
…ource Edition
  • Loading branch information
lukaseder committed Jul 4, 2016
1 parent 4137056 commit acd1fd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jOOQ-codegen/src/main/java/org/jooq/util/GenerationTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -521,13 +521,16 @@ else if (schema.getOutputSchema() == null) {
generator.setUseCatalogVersionProvider(true);
if (g.getDatabase().isTableValuedFunctions() != null)
generator.setGenerateTableValuedFunctions(g.getDatabase().isTableValuedFunctions());
else {
generator.setGenerateTableValuedFunctions(true);







}

// Generator properties that should in fact be strategy properties
strategy.setInstanceFields(generator.generateInstanceFields());
Expand Down

0 comments on commit acd1fd6

Please sign in to comment.