http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669
--- Comment #2 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
