Disable key empty fix in keymayexist

This commit is contained in:
Andrea Cavalli 2024-01-22 21:15:09 +01:00
parent 89a0fa9408
commit 2792add2b9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public abstract class KeyMayExistGetter {
private static final boolean WORKAROUND_MAY_EXIST_FAKE_ZERO = parseBoolean(getProperty(
"it.cavallium.dbengine.workaround_may_exist_fake_zero",
"true"
"false"
));
private static final boolean STRICT_MAYEXIST_NO_VALUE = parseBoolean(getProperty(
"it.cavallium.dbengine.mayexist.strict_no_value",