Subject bigint udf library
Author Nick Upson
I find that I need to use binary operations (bin_and, bin_or, etc) on
bigint variables within stored procedures in my linux-based database.
The version of these routines that ships with fb1.5.1 only handles
integers.

Has anyone already handled this?