http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1008 ------- Additional Comments From jferraro@athenscounty.lib.oh.us 2005-08-02 12:18 ------- I tried running a query to test if this was a problem for a dataset I manage. There were quite a few where the tagorder was set at '127'. So I ran the following query in mysql: mysql> alter table marc_subfield_table change tagorder tagorder int not null default'1'; Now I get: mysql> select count(*) from marc_subfield_table where tagorder>'127'; +----------+ | count(*) | +----------+ | 947370 | +----------+ 1 row in set (0.84 sec) So I think committing that fix would be a good idea :-). ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.