https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high --- Comment #3 from Nick Clemens <[email protected]> --- (In reply to didier from comment #2) > Hi > > Why not use & | and ^ ? > > UPDATE borrowers SET flags = flags | (1<<12) WHERE flags & (1 << 11) > > Regards > Didier That is much more concise, I am not sure if it is clearer, but I am happy to have either solution, we just need to get this fixed -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
