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.
2 parents 350f92f + 4ede48a commit 2eeb6d3Copy full SHA for 2eeb6d3
ydb/global_settings.py
@@ -7,20 +7,12 @@
7
def global_allow_truncated_result(enabled: bool = True):
8
if enabled:
9
warnings.warn("Global allow truncated response is deprecated behaviour.")
10
- else:
11
- warnings.warn(
12
- "Global deny truncated response is default behaviour. You don't need call the function."
13
- )
14
15
convert._default_allow_truncated_result = enabled
16
17
18
def global_allow_split_transactions(enabled: bool):
19
20
21
22
23
- "Global deby truncated response is default behaviour. You don't need call the function."
24
25
26
table._allow_split_transaction = enabled
0 commit comments