[Koha-bugs] [Bug 13669] Webinstaller fails on MySQL 5.6

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 15 11:03:48 CEST 2015


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Whaou, crazy last hour.

So I decided to keep this version, just to test.
And... at least 2 things are broken (I stopped the experience quickly):
1/  prove t/db_dependent/Acquisition.t
t/db_dependent/Acquisition.t .. 1/87 DBD::mysql::st execute failed: Data too
long for column 'budget_code' at row 1 at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1832.

Because aqbudgets.budget_code is varchar(30) and the test try to insert a 31
string chars: budget_code_test_getordersbybib

2/ On creating an order, Software error:

addorder.pl: DBIx::Class::Storage::DBI::_dbh_execute(): Field 'budgetgroup_id'
doesn't have a default value at /home/koha/src/Koha/Acquisition/Order.pm line
47

And yes it does not have a default value.

Conclusion: We are not ready at all for MySQL 5.6

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


More information about the Koha-bugs mailing list