19 Feb
2021
19 Feb
'21
1:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26997 --- Comment #14 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- This final addition works well.. and I agree we should retrospectively apply the approach to older updates.. However, what if some of those fields where 'NOT NULL' at the time.. then the update will fail again.. we could either add handling inside the sub to alter the table to allow null for the failed field.. or use '1000-01-01' an arbitrary early date (it's the earliest date I'm told MySQL supports)? -- You are receiving this mail because: You are watching all bug changes.