Jump to content
  • Query editor is changing the query in it's UI


    garnold
    Assigned User chicuslavic
    CategoryBug report
    PriorityUrgent
    ReproducibilityAlways
    ResolutionFixed
    SeverityCritical
    StatusResolved

    Gene Arnold

    garnold@jaspersoft.com

     

    The query editor is changing the way the query looks in it's UI rendering it unusable. See the examples below.

     

    From source

     

    SELECT

    Employees."Description",

    Employees."SBU",

    Employees."Value",

    Employees."Per_from",

    Employees."Per_to",

    Employees."S",

    Employees."resource_id"

    FROM

    "public"."Employees" Employees

    WHERE $X{IN, Employees."SBU", SBU_List}

     

     

    From query editor

     

    SELECT Employees.Description,

    Employees.SBU,

    Employees.Value,

    Employees.Per_from,

    Employees.Per_to,

    Employees.S,

    Employees.resource_id

    FROM public.Employees

    WHERE

    $X{IN,Employees.SBU,SBU_List}


    Attachments: issueDetails.zip

    User Feedback

    Recommended Comments

    Changed Assigned User from - to @User_306070


    I posted this bug before and it seems to be resolved here but after my testing it still exists. I'm using the latest beta version (I think) 5.6.0.beta-v201401091418. This does not seem to happen in the 5.5 final release.http://community.jaspersoft.com/jaspersoft-studio/issues/3240
    Link to comment
    Share on other sites

    Changed Resolution from Open to Fixed

    Changed Status from New to Resolved

    Changed Assigned User from @User_306070 to @chicuslavic


    there is possible to configure this identifier quotesPreferences->Jaspersoft Studio->Editors->SQl Query Editor look at "identifier quotes"I fixed the bug, now he will overwrite only if it's build from outline or design view
    Link to comment
    Share on other sites


×
×
  • Create New...