Menu

#3465 (ok 3.4.8) ENUM/SET editor can't handle commas in values

3.4.6
fixed
Interface (555)
1
2013-06-11
2011-10-21
No

Steps to reproduce:

* Click create table
* Set column type to ENUM
* Type in: 'foo,bar','baz,goo'
* Click "Get more editing space"

Expected result: The form loads 2 values: 'foo,bar' and 'baz,goo'
Actual result: The form loads 4 values: foo, bar, baz and goo

The editor needs a stack parser for splitting the input values instead of the naive ".split()" function

Discussion

  • Rouslan Placella

    • summary: ENUM/SET editor can't have commas in values --> ENUM/SET editor can't handle commas in values
     
  • Rouslan Placella

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Rouslan Placella

    • priority: 5 --> 1
    • summary: ENUM/SET editor can't handle commas in values --> (ok 3.4.8) ENUM/SET editor can't handle commas in values
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2011-12-01
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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