Hello,
when trying to edit a query like:
select
t1.f1, t1.f2,
(select sum(t2.f3) from t2 where t2.key=t1.key)
from t1
where t1.x=y ....
with the new QueryBuilder plugin, the plugin gives access violation and when closed, I get plsql dev message box saying the plugin faild, then PLSD dies with access violation (not alwayes immediatley but eventually).
It would also be nice to have some documentation of the plugin.
TIA
when trying to edit a query like:
select
t1.f1, t1.f2,
(select sum(t2.f3) from t2 where t2.key=t1.key)
from t1
where t1.x=y ....
with the new QueryBuilder plugin, the plugin gives access violation and when closed, I get plsql dev message box saying the plugin faild, then PLSD dies with access violation (not alwayes immediatley but eventually).
It would also be nice to have some documentation of the plugin.
TIA