Summary: | Koha fixes for Mysql 5.7 | ||
---|---|---|---|
Product: | Koha | Reporter: | Blou <philippe.blouin> |
Component: | MARC Bibliographic record staging/import | Assignee: | Blou <philippe.blouin> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | eric.begin, francois.charbonnier, jonathan.druart, mtj, ztajoli |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 17258 | ||
Attachments: |
Bug 17328 - import_records.marcxml_old requires a value
Bug 17328 - borrowers.flags must be passed an integer. Bug 17328 - categories' many int fields cannot be NULL Bug 17328 - borrowers.flags must be passed an integer. Bug 17328 - Borrowers table modifications must provide valid values for int columns |
Description
Blou
2016-09-22 13:32:32 UTC
Created attachment 55748 [details] [review] Bug 17328 - import_records.marcxml_old requires a value https://bugs.koha-community.org/show_bug.cgi?id=17238 Created attachment 55749 [details] [review] Bug 17328 - borrowers.flags must be passed an integer. Created attachment 55751 [details] [review] Bug 17328 - categories' many int fields cannot be NULL This fixes the code, but the DB should also be fixed with default values. Created attachment 55752 [details] [review] Bug 17328 - borrowers.flags must be passed an integer. Created attachment 55841 [details] [review] Bug 17328 - Borrowers table modifications must provide valid values for int columns Comment on attachment 55752 [details] [review] Bug 17328 - borrowers.flags must be passed an integer. now cover the other fields from table borrowers. too... many... issues... Now fighint le size limit on issn. All of this pointless unless first patching the DB with alters to set default values, then modify the schemas, then modify the code. Huge task... |