https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25858

didier <didier.gauthe...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |didier.gautheron@biblibre.c
                   |                            |om

--- Comment #2 from didier <didier.gauthe...@biblibre.com> ---
Hi

Why not use & | and ^ ?

UPDATE borrowers SET flags = flags | (1<<12) WHERE flags & (1 << 11)

Regards
Didier

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to