You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)
Describe the bug
Hi team,
I used PartiQL to select data with golang sdk, and I used contains function
such as "SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1') ". The product_id field type is string.
If product_id field value is "0", we shouldn't return the result, but the go sdk still return it. Can you help me to check it?
Thanks.
Expected Behavior
If the product_id field value is "0", we shouldn't return it.
Current Behavior
We return the result If the field value is "0" and using contains(product_id, '1') where condition to select,
Reproduction Steps
Use this SQl
SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1')
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Use go sdk v2
Compiler and Version used
v2
Operating System and version
windows
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
Hi team,
I used PartiQL to select data with golang sdk, and I used contains function
such as "SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1') ". The product_id field type is string.
If product_id field value is "0", we shouldn't return the result, but the go sdk still return it. Can you help me to check it?
Thanks.
Expected Behavior
If the product_id field value is "0", we shouldn't return it.
Current Behavior
We return the result If the field value is "0" and using contains(product_id, '1') where condition to select,
Reproduction Steps
Use this SQl
SELECT product_id FROM traffic_logger WHERE uuid='94b0eff8-b8fb-443d-a567-c57a65730277' AND contains(product_id, '1')
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Use go sdk v2
Compiler and Version used
v2
Operating System and version
windows
The text was updated successfully, but these errors were encountered: