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
Receive error for such request: SELECT COUNT(id) FROM test001 WHERE col1 = '' if table contains records and no error if table is empty
I expect to get proper count of records or the same error in case if there are no records
Attached sources and logs will help to reproduce error
It will be possible to reproduce it, attached code and log and You can analyze it
ZIP contains:
run_test.sh - how do i run the test
immu.go - Go source file
immu.log - Go test file execution output test_20250113_v3.zip
Environment
# run "immu* version" and copy/paste the output here
immuclient version
immuclient 1.9.4
Commit : 76cd08a
Built at: Thu, 25 Jul 2024 20:17:12 UTC
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered:
Receive error for such request: SELECT COUNT(id) FROM test001 WHERE col1 = '' if table contains records and no error if table is empty
I expect to get proper count of records or the same error in case if there are no records
Attached sources and logs will help to reproduce error
It will be possible to reproduce it, attached code and log and You can analyze it
ZIP contains:
run_test.sh - how do i run the test
immu.go - Go source file
immu.log - Go test file execution output
test_20250113_v3.zip
Environment
# run "immu* version" and copy/paste the output here
immuclient version
immuclient 1.9.4
Commit : 76cd08a
Built at: Thu, 25 Jul 2024 20:17:12 UTC
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered: