Menu

#151 Query Builder: derived table syntax is not tab formated

2014.04
closed
Anu
Evol (198)
3
2014-03-31
2013-11-22
PAscal
No

Discussion

  • PAscal

    PAscal - 2014-02-01

    syntax window gives

    select
    ...
    from
    ( select ... from ...)

    when it should give

    select
    ...
    from
    ( select
    ...
    from
    ...
    )

    !tab are removed during display of this exemple

     

    Last edit: PAscal 2014-02-01
  • PAscal

    PAscal - 2014-03-14
    • status: open --> accepted
    • assigned_to: Anu
     
  • PAscal

    PAscal - 2014-03-15

    forcing
    wrap=true
    in toString() of
    Subquery.java

    indent subquery text in syntax

     
  • Anu

    Anu - 2014-03-21
    • status: accepted --> commited
     
  • PAscal

    PAscal - 2014-03-30
    • status: commited --> tested
     
  • PAscal

    PAscal - 2014-03-31
    • status: tested --> closed
     

Log in to post a comment.