Open achamaux opened 7 years ago
Hi,
I found that issue when I try a SQL QUERY like this : select g_id as DISPLAY_VALUE, g_id as RETURN_VALUE from gare where g_batiment = :dc_batiment
select g_id as DISPLAY_VALUE, g_id as RETURN_VALUE from gare where g_batiment = :dc_batiment
where :dc_batiment is a column of the IG. In fact, the list is empty. When i use the original Select List it works fine.
:dc_batiment
Do you know a trick to succeed to refresh the list correctly ?
There's currently no IG support. It should be included in the next release of the plugin (if I get it to work properly).
Hi,
I found that issue when I try a SQL QUERY like this :
select g_id as DISPLAY_VALUE, g_id as RETURN_VALUE from gare where g_batiment = :dc_batiment
where
:dc_batiment
is a column of the IG. In fact, the list is empty. When i use the original Select List it works fine.Do you know a trick to succeed to refresh the list correctly ?