We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b016f25 commit a7bc435Copy full SHA for a7bc435
codegen/src/main/scala/dbcodegen/CodeGenerator.scala
@@ -18,7 +18,7 @@ object CodeGenerator {
18
19
val schemaCrawlerOptions = SchemaCrawlerOptionsBuilder
20
.newSchemaCrawlerOptions()
21
- .withLoadOptions(LoadOptionsBuilder.builder().toOptions)
+ .withLoadOptions(LoadOptionsBuilder.builder().withInfoLevel(InfoLevel.maximum).toOptions)
22
.withLimitOptions(LimitOptionsBuilder.builder().toOptions)
23
24
val catalog = SchemaCrawlerUtility.getCatalog(connectionSource, schemaCrawlerOptions)
0 commit comments