[Koha-bugs] [Bug 19575] Use canonical field names and resolve aliased fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 19 12:21:15 CET 2019


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

--- Comment #92 from Nick Clemens <nick at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list