We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b47e7c commit 7af34acCopy full SHA for 7af34ac
ydb/core/protos/feature_flags.proto
@@ -105,7 +105,7 @@ message TFeatureFlags {
105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107
optional bool EnableScriptExecutionOperations = 92 [default = true];
108
- optional bool EnableImplicitQueryParameterTypes = 93 [default = false];
+ optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];
110
optional bool EnableTopicSplitMerge = 95 [default = false];
111
optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true];
0 commit comments