Quoting Bojan Smojver <[EMAIL PROTECTED]>:
I'm sure there are many more combos that we can consider, but these should be a decent start.
One more note here: if we go with this approach, this is almost certainly something for APU 2.0 due to existing implementation incompatibility. For instance, PostgreSQL driver uses %d to cast to integer in SQL, but fetches a char* as an argument nonetheless. If we were to implement a change in which an int* is expected with %d, current code would break.
-- Bojan
