Closed marcopolooo closed 1 month ago
result[*resultMapRow2.Date] = *resultMapRow2.Exists
- I'm not sure why you would need to dereference a pointer here, but my guess is that is leftover from your original source code. Nothing else looks out of the ordinary.
I think you would need to reduce this to a standalone example someone else can run for anyone to be able to help you more.
result[*resultMapRow2.Date] = *resultMapRow2.Exists
- I'm not sure why you would need to dereference a pointer here, but my guess is that is leftover from your original source code. Nothing else looks out of the ordinary.I think you would need to reduce this to a standalone example someone else can run for anyone to be able to help you more.
Hello Jack, thank you so much for your response. I've checked again, I'm sorry this my query mistake, thanks for your help.
Hello, I have problem when I scan boolean type from sql, this example of data:
date exist 01092024 true 02092024 true 03092024 true 04092024 true 05092024 true ...
The problem is: The output of exist is always false when we scan to bool type like this:
My example code:
Thanks in advance for your help.