From f15bfa18ba3fece17351381df2eb2705c446aaa6 Mon Sep 17 00:00:00 2001 From: Brian Nichols Date: Tue, 25 Jul 2023 16:02:35 -0700 Subject: [PATCH] CLIENT-2455 Default Value.UseBoolBin to true. If true, the boolean (instead of integer) data type will be used on writes of boolean bins. --- client/src/com/aerospike/client/Value.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/com/aerospike/client/Value.java b/client/src/com/aerospike/client/Value.java index dbbdf553c..992cce70c 100644 --- a/client/src/com/aerospike/client/Value.java +++ b/client/src/com/aerospike/client/Value.java @@ -50,7 +50,7 @@ public abstract class Value { * versions less than 5.6 which do not support boolean bins. Can set to true for * server 5.6+. */ - public static boolean UseBoolBin = false; + public static boolean UseBoolBin = true; /** * Should default object serializer be disabled. If true, an exception will be thrown when