Skip to content

Commit

Permalink
vdk-oracle: set thik mode default to true (#3037)
Browse files Browse the repository at this point in the history
The tick mode = true is more frequently used for now

So it makes more sense to be default
  • Loading branch information
antoniivanov committed Jan 18, 2024
1 parent 43403e6 commit 0270afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def add_definitions(config_builder: ConfigurationBuilder):
)
config_builder.add(
key=ORACLE_THICK_MODE,
default_value=False,
default_value=True,
description="Use oracle thick mode. Set to False to disable oracle thick mode."
"If set to true you may need to manually install client library. "
"Refer to "
Expand Down

0 comments on commit 0270afc

Please sign in to comment.