Menu

#2810 (ok 3.1.2) edit fields: loosing autoincrement setting

3.1.1
fixed
Interface (555)
1
2013-06-11
2008-12-11
blop
No

table:

CREATE TABLE IF NOT EXISTS `table` (
`id` int(11) NOT NULL auto_increment,
`number` int(11) default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM;

steps to reproduce:
* edit both fields together => checkbox 'auto increment' is checked for field 'id'
* set default dropdown to 'CURRENT_TIMESTAMP'
* click on 'save'
* error message appears

actual result:
checkbox 'auto increment' is unchecked for field 'id' when getting error message

expected result:
checkbox 'auto increment' should be checked for field 'id'

Discussion

  • Marc Delisle

    Marc Delisle - 2008-12-17
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-12-17
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-12-17

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2008-12-17
    • summary: edit fields: loosing autoincrement setting after wrong sql --> (ok 3.1.2) edit fields: loosing autoincrement setting
     
  • Marc Delisle

    Marc Delisle - 2009-01-19
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.