Petros Amiridis
Member²
Hi!
If I am not mistaken, ansi joins are not supported by either query builder or beautifier. Do you have any plans of supporting it?
For example:
select *
from a join b on a.id = b.foreign_id
join c on a.c_id = c.id
where a.criteria = somevalue
1) Query builder does not let me choose if I want the ansi join or the other one
2) Beautifier makes the from one BIG line
Thanx.
If I am not mistaken, ansi joins are not supported by either query builder or beautifier. Do you have any plans of supporting it?
For example:
select *
from a join b on a.id = b.foreign_id
join c on a.c_id = c.id
where a.criteria = somevalue
1) Query builder does not let me choose if I want the ansi join or the other one
2) Beautifier makes the from one BIG line
Thanx.