Re: Implementing execute_for_fetch in DBD::ODBC

2011-11-27 Thread Martin J. Evans
Sorry, I missed off my proposal for the change to execute_for_fetch spec - see below: On 27/11/2011 13:36, Martin J. Evans wrote: Hi, I've been trying to implement execute_for_fetch in DBD::ODBC with some success. However, it is very basic right now and only does: o binds everything as a st

Implementing execute_for_fetch in DBD::ODBC

2011-11-27 Thread Martin J. Evans
Hi, I've been trying to implement execute_for_fetch in DBD::ODBC with some success. However, it is very basic right now and only does: o binds everything as a string in SQLBindParameter and hence relies on driver/database being able to convert a string to the native column type. Probably not