Refresh failed. Unexpected token.

zimzumzimzum Posts: 6
edited June 20, 2013 10:01AM in Source Control for Oracle
Hi!

I got error at click button "refresh" on tab "check in":
Parsing failed with message SyntaxError. Unexpected token '" markupId="' (Line 2, Col 55) symbol Id.
CREATE FORCE VIEW mysch.zz_tmp (zz) AS

select '<a class="addAnswer" href="javascript:void(0);" markupId="111">' zz
    from dual
;

I think it is because of my custom attribute "markupId".

Our project have some views, which contains html code. We can`not remove it :(


P.S.: i use version: 1.0.0.707

Comments

  • Hi,

    Thanks for getting in touch. I will have a look into this asap and get a private build for you to test.

    Regards,
    Neil
  • Hello again,

    I think we have fixed this issue already. Please update to the latest (1.0.0.722) via Help->Check for Updates.

    Thanks,
    Neil
    zimzum wrote:
    Hi!

    I got error at click button "refresh" on tab "check in":
    Parsing failed with message SyntaxError. Unexpected token '" markupId="' (Line 2, Col 55) symbol Id.
    CREATE FORCE VIEW mysch.zz_tmp (zz) AS
    
    select '<a class="addAnswer" href="javascript:void(0);" markupId="111">' zz
        from dual
    ;
    

    I think it is because of my custom attribute "markupId".

    Our project have some views, which contains html code. We can`not remove it :(


    P.S.: i use version: 1.0.0.707
  • Thank you!!!!
    It is work!!!
    Very good!!! :D:D:D
Sign In or Register to comment.