Skip to content

Handle sub query #1

@jbarotin

Description

@jbarotin

Hi,

It's a nice initiative, I haven't found an other project that aim to do a such feature.

I try this kind of query :
select a.foo as f1, b.bar as b1 from table_a a LEFT JOIN ( select id,bar FROM test) b on a.id = b.a_id where a.quuz = 2

And it gives me the following message
Bad table or column name: '(select' has chars not alphanumeric or underscore! at /usr/local/share/perl5/GraphViz/SQL.pm line 41. $VAR1 = 'sql'; $VAR2 = 0; Can't use an undefined value as a HASH reference at /usr/local/share/perl5/GraphViz/SQL.pm line 112.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions