Menu

#2931 (ok 3.2.3) Double htmlspecialchars when editing enum column

3.2.2
fixed
Interface (555)
1
2013-06-11
2009-10-15
Greg Roach
No

CREATE TABLE test (
entity ENUM('‎','‏')
);

Edit the structure of the entity column. The length/values field becomes: '‎','‏'

Discussion

  • Herman van Rink

    Herman van Rink - 2009-10-15
    • assigned_to: nobody --> helmo
     
  • Herman van Rink

    Herman van Rink - 2009-10-15

    confirmed: htmlspecialchars was applied twice to the enum values

    Committed a patch as revision 13047

     
  • Herman van Rink

    Herman van Rink - 2009-10-15
    • priority: 5 --> 1
    • summary: 3.2.2.1 enums and htmlentities --> (ok 3.3) Double htmlspecialchars when editing enum column
    • status: open --> open-fixed
     
  • Herman van Rink

    Herman van Rink - 2009-10-16

    backported the patch to 3.2.3

     
  • Herman van Rink

    Herman van Rink - 2009-10-16
    • summary: (ok 3.3) Double htmlspecialchars when editing enum column --> (ok 3.2.3) Double htmlspecialchars when editing enum column
     
  • Marc Delisle

    Marc Delisle - 2009-10-30
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
MongoDB Logo MongoDB