Hi all, I have questions about using binary data in OQL statement. Is binary data supported to be used as a condition in the OQL statement. Something like SELECT * FROM /myregion r WHERE r.p1='BIN_DAT1' and r.p2='BIN_DAT2' when BIN_DAT1 and BIN_DAT2 are both binary data?
Another question is about the primary key. As I explored the header files in the native client, it seems Geode doesn’t support binary as the primary key. I tried setting a binary key like std::string(char*, size) and got std::rang_error. I’m not sure if I use the API in the correct way. Can you confirm this? Thanks and BR, Mario