Actions
Bug #463
closedcolumn value update does not work when no data in the column
Start date:
05/11/2010
Due date:
% Done:
100%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
Wanted to set Userdata username with name during database upgrade schema-r12857.py but because username rows are all NULL, it didn't want to do it.
Updated by Anchi Cheng over 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Neil Voss
- % Done changed from 0 to 100
r13882 sinedon/dbupgrade.py is changed to count(*) instead count(specified_column) fixed this.
Updated by Neil Voss over 14 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Neil Voss to Anchi Cheng
Looks okay. I don't like the idea, but it is necessary.
Actions