[Koha-bugs] [Bug 5366] Koha does not work right with MariaDB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 16 12:27:47 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5366

Manos PETRIDIS <egpetridis at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egpetridis at yahoo.com

--- Comment #22 from Manos PETRIDIS <egpetridis at yahoo.com> ---
It seems not to be a MySQL/MiariaDB issue, but a koha one. If no nulls may be
entered in a column, then the code should check for nulls and exclude such
records from the import procedure, creating perhaps an exceprion report of
records that failed the insertion criteria. If blanks are considered sufficient
Information, then the code should check for nulls and convert them to empty
strings (''). If on the other hand nulls are to be allowed as such, the
column(s) should not have the NOT NULL attribute in the First place.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list