Summary: | Update to DB revision 16.12.00.032 fails | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Database | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | fridolin.somers, hagud, jonathan.druart, lucas, m.de.rooy, mirko, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
19.11.00,19.05.05
|
|
Circulation function: | |||
Bug Depends on: | 12063, 23265 | ||
Bug Blocks: | 19789 | ||
Attachments: |
Bug 23089: Correction to selectall_arrayref call.
Bug 23809: Correction to selectall_arrayref call. |
Description
Martin Renvoize (ashimema)
2019-10-14 08:53:58 UTC
Created attachment 94043 [details] [review] Bug 23089: Correction to selectall_arrayref call. This patch adds the missing `{ Slice => {} }` attribute to the database call introduced in bug 23265 to fix the use of Koha::Objects introduced originally in bug 12063. This affects 19.05.04+ and 18.11.10+ badly if you're upgrading from pre 17.05. Created attachment 94044 [details] [review] Bug 23809: Correction to selectall_arrayref call. This patch adds the missing `{ Slice => {} }` attribute to the database call introduced in bug 23265 to fix the use of Koha::Objects introduced originally in bug 12063. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Simple patch so going to take Jonathans SO and a PQA (especially as I've used this in production myself with an upgrade for a live customer this morning). Nice work! Pushed to master for 19.11.00 *** Bug 23810 has been marked as a duplicate of this bug. *** Pushed to 19.05.x for 19.05.05 |