Oracle Introspector: limit the source line width with a registry value (but by default 4000 that means no limits). It's a fix of DBE-3863 that's compatible with DataGrip version 2016.3.

This commit is contained in:
Leonid Bushuev
2017-01-19 18:44:50 +01:00
parent 494230d7cd
commit 1edf6ff08d
@@ -764,6 +764,10 @@ ide.remove.help.button.from.dialogs.description=Removes help button from dialogs
database.native.loading.description=Enables native schema loader if present
database.native.loading=true
database.introspection.oracle.source.line.limit=4000
database.introspection.oracle.source.line.limit.description=Limit width of line to retrieve when an Oracle stored program sources are introspected. \
The value can be from 80 to 4000, default is 4000 (that means no limit). \
Larger value requires more memory for JDBC JVM.
database.scrollable.result.sets.description=Enables scrollable result sets, if JDBC driver reports it support supports them
database.scrollable.result.sets=true
database.src_storage.enabled.description=Enables database sources storage