Re: ODBC enhancement: support for out & inout parameters for stored procedures
2007-11-02 14:12:50 GMT
Hi! We can absolutely add this patch to odbc if it will pass our test-suite. However it will probably not make it in time for R12B but maybe R12B-1. It would also be good to have some new test case for this functionality. If you could provide some test data it would speed things up. Preferably the test should be able to run on all database backends. If it can not be made genericly we already use callbacks for some special cases. The currently tested backends are sql-server and postgres. The test case should create a data base table, do operations on the table to verify the functionality and then drop the table. Regards Ingela - OTP team Scott Lystig Fritchie wrote: > Howdy. We've been using the patch below for months without any ill > effect and are wondering if it'd be useful for the community at > large. IIRC, it supports out & inout parameters for stored > procedures ... er, or something else that the ODBC driver can't quite > do.(Continue reading)> > -Scott > > --- snip --- snip --- snip --- snip --- snip --- snip --- > > --- ./otp_src_R11B-5/lib/odbc/c_src/odbcserver.c.org 2007-01-29 05:17:56.000000000 -0800 > +++ ./otp_src_R11B-5/lib/odbc/c_src/odbcserver.c 2007-07-24 19:03:43.000000000 -0700 > <at> <at> -81,7 +81,8 <at> <at> > N - integer > Binary - binary encodede tuple of {SQLQuery, NoRows, Parameters}
>
> -Scott
>
> --- snip --- snip --- snip --- snip --- snip --- snip ---
>
> --- ./otp_src_R11B-5/lib/odbc/c_src/odbcserver.c.org 2007-01-29 05:17:56.000000000 -0800
> +++ ./otp_src_R11B-5/lib/odbc/c_src/odbcserver.c 2007-07-24 19:03:43.000000000 -0700
> <at> <at> -81,7 +81,8 <at> <at>
> N - integer
> Binary - binary encodede tuple of {SQLQuery, NoRows, Parameters}
RSS Feed