]
Tristan Tarrant updated ISPN-6416:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Index protobuf booleans as string instead of integer
----------------------------------------------------
Key: ISPN-6416
URL:
https://issues.jboss.org/browse/ISPN-6416
Project: Infinispan
Issue Type: Enhancement
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.0.0.Final, 9.0.0.Alpha1
Booleans values used to be translated to 0/1 literals internally by the DSL builder in
remote mode so the underlying Jpql query would differ for the same query in embedded vs
remote mode which is not ideal.