https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575

--- Comment #92 from Nick Clemens <[email protected]> ---
(In reply to David Gustafsson from comment #91)
> Created attachment 85247 [details] [review]
> Bug 19575: Don't lower case fields in db and use update script instead of
> raw SQL

Hi David,

Thanks for that update, I still see some lines I wonder about, the ones like:
dbh->do( "UPDATE `search_field` SET `name` = 'isbn', `label` = 'isbn' WHERE
`name` = 'isbn'" );

I don't see any change here - isbn is being renamed to isbn, there are a fair
amount of lines like this in the update.

The other ones like se being renamed title-series do make sense

It seems we could trim this down a fair amount

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to