|
|||||||||||||||||||||||||||||||||||
|
Subselects-partially supportedCorrelated subselects look like:
select m.id ,
Currently the field m.id on the master side has to be explicitly mentioned in the master select, otherwise there is an warning on the console "Warning: node M, port id unrecognized" "IN" clauses are also supported, but the line to the subselect does not point to any field.
select * from a where
In such case it is possible to add the needed field in t_a and manually edit the dot file and replace A:a:e -> workaround_1 ; with ex A:a:e -> T_A:field ;. The command line for rendering is dot -T png -Edir=none -Grankdir=LR -o current.png current.dot
select * from a where
|