We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e564020 commit c3aff3cCopy full SHA for c3aff3c
tests/docker_scripts/upgrade_runner.sh
@@ -157,7 +157,7 @@ then
157
old_settings.value AS old_value
158
FROM new_settings
159
LEFT JOIN old_settings ON new_settings.name = old_settings.name
160
- WHERE (old_value IS NULL OR new_value != old_value)
+ WHERE (old_value IS NULL OR new_value != old_value) AND name != 'async_insert'
161
AND (name NOT IN (
162
SELECT arrayJoin(tupleElement(changes, 'name'))
163
FROM
0 commit comments