Skip to content

Commit a7bc435

Browse files
committed
reenable maximum InfoLevel for SchemaCrawler
1 parent b016f25 commit a7bc435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: codegen/src/main/scala/dbcodegen/CodeGenerator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object CodeGenerator {
1818

1919
val schemaCrawlerOptions = SchemaCrawlerOptionsBuilder
2020
.newSchemaCrawlerOptions()
21-
.withLoadOptions(LoadOptionsBuilder.builder().toOptions)
21+
.withLoadOptions(LoadOptionsBuilder.builder().withInfoLevel(InfoLevel.maximum).toOptions)
2222
.withLimitOptions(LimitOptionsBuilder.builder().toOptions)
2323

2424
val catalog = SchemaCrawlerUtility.getCatalog(connectionSource, schemaCrawlerOptions)

0 commit comments

Comments
 (0)