[Koha-bugs] [Bug 18336] Add support for Unicode supplementary characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 18 21:56:02 CET 2018


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

--- Comment #76 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #75)
> Tomas, it seems that I missed something, the DBIC schema files are different:
> 
>  Koha/Schema/Result/Club.pm                        |  8 ++++----
>  Koha/Schema/Result/ClubTemplate.pm                |  8 ++++----
>  Koha/Schema/Result/ClubTemplateEnrollmentField.pm |  8 ++++----
>  Koha/Schema/Result/ClubTemplateField.pm           |  8 ++++----
>  Koha/Schema/Result/MarcSubfieldStructure.pm       | 12 ++++++------
>  Koha/Schema/Result/UploadedFile.pm                |  8 ++++----
> 
> 
>    "name",
> -  { data_type => "text", is_nullable => 0 },
> +  { data_type => "tinytext", is_nullable => 0 },
> 
> 
> The ones in master have been generated with a DB upgraded from v17.11.00,
> but with a fresh install (kohastructure.sql) they are different.
> That is weird I am sure I took time to confirm that before I pushed.
> 
> Can you double-check and provide a follow-up please (change to kohastructure
> or updatedabase I guess)?

I will try different engines too

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list