schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.62k stars 200 forks source link

14.01.02 > SchemaInfoLevel.standard() not compatible #1

Closed adriens closed 9 years ago

adriens commented 9 years ago

Hi Sualeh,

While migrating lint code from 12.06.02 to 14.01.02... and also from JDK-1.7 to JDK-1.8

i get a compilation issue on the following code :

options.setSchemaInfoLevel(SchemaInfoLevel.standard());

What should i put instead of this please ?

Do you have a default setRetrieve equivalent to the old standard() one ?

Thank you in advance for your help.

adriens commented 9 years ago

Could you add your code sample to the archetype ?

adriens commented 9 years ago

Forget about it, i've found that, and it seems to do the job :+1: SchemaInfoLevelBuilder.standard()

adriens commented 9 years ago

Yep, the fix does the job https://travis-ci.org/adriens/schemacrawler-additionnallints/builds/74674974 I close the issue.