weakness when checking for parameters in variant

Issue #3 resolved
Antoine Chalons created an issue

In the VI “Execute Command (Result).vi“, there is a test to determine if the is actually any parameters in the variant input.

The current test is this :

It will not work properly if the “Parameter(s)” variant contains an empty array of variant, subsequently the libpq library called to run the command will not be the correct one ; depending on the version of the libpq library this could lead to a crash.

My suggestion to fix this is :

Comments (1)

  1. Log in to comment