Dan Pascu writes: > My idea was that each db module can offer functions like: > > inline str bitand(int a, int b) > { > } > > for mysql and postgres they can return "a & b" for oracle they can > return "bitand(a, b)" and so on. this sounds good to me. -- juha