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

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to