mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user