[Koha-bugs] [Bug 1008] Long MARC breaks KOHA

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Aug 2 02:18:49 CEST 2005


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1008





------- Additional Comments From jferraro at 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.




More information about the Koha-bugs mailing list