-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix v2 show if result is empty #30
Conversation
I has able to use the
After that
However, when testing this same built
Other tests seem fine.
Perhaps someone can tell me if my method of building |
@cpetitpas issue should be fixed can you try again ? |
After this commit, the
....the output is:
Before this issue the output was:
I run these tests daily and count on this output to ensure IC violation output is proper. It would be great if we can get it to work also. |
Not surprisingly it seems the
.....from https://github.com/RelationalAI/raicode/issues/9707 has the same issue as an ic violation query after this fix. |
After this commit, the
In running my test suite I still see a few issues:
.....the output is now:
...where previous to the v2 transactions change it was:
....we now get:
....where before the v2 transactions change it was:
It would be nice to at least get the |
@cpetitpas I spent sometime looking into the last issues (
@NHDaly for a second eye 👀 |
@NRHelmi - Thank you for your efforts. Makes sense to me. |
It makes sense to create the issue ticket as part of |
Thanks. I figured there would be more to it. #31 created. |
👍 cool thanks both! |
closes #29