https://bugzilla.wikimedia.org/show_bug.cgi?id=43847
--- Comment #5 from Matthias Mullie <[email protected]> --- New patch at: https://gerrit.wikimedia.org/r/#/c/51356/ Even though the GREATEST will make sure no negative value was going to be inserted in the unsigned columns, it is not even possible to subtract a value resulting in a negative value from a signed value. Another patch will now cast the column's value to signed, to ensure the subtraction does not fail, then the greatest will make sure no negative value is stored. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
