On 9/24/06, Bojan Smojver <[EMAIL PROTECTED]> wrote:
Here is a "backport" of the _prepare() unified parsing support to
1.2.x and with it a more explicit support for SQL types when using
_p[v]select/query.
Please review, test, flame etc.
The patch seems reasonable enough, but I'm not sure if we can backport
it and still follow our compatibility guidelines. Sure, it's not
adding any new functions or anything, but it's changing the semantics
of the function parameters in a non-compatible way. Honestly, I'm not
sure that's even allowed for the 1.3.x line (i.e. trunk), we might be
stuck calling the new functionality apr_dbd_prepare2 (or some other
name), and maintaining apr_dbd_prepare with the db specific syntax...
-garrett