rampant selectrow_array misuse

Jochen Wiedmann jochen.wiedmann at gmail.com
Mon Aug 29 00:38:44 UTC 2005


Bradley Baetz wrote:

> the perl driver has what you quoted, but the XS versions may do other things.

This is not the case. DBI drivers implement only fetchrow_arrayref. All 
other fetch* and select* are defined and implement by DBI.

It is *possible*, that a driver overwrites these implementations, but I 
see no reason for doing so and the drivers I know very well (MySQL, 
ODBC, Oracle) definitely don't.


Jochen



More information about the developers mailing list