prepare_cached() unused in selectall_arrayref() et al
- From: dm.list@xxxxxxxxx (David Manura)
- Date: Sat, 17 Dec 2005 01:19:30 -0500
Why do the higher-level DBI methods such as selectall_arrayref() internally use prepare() rather than prepare_cached()? or at least why is there no option to enable that? It seems that the only way to utilize DBI's internal statement handling caching is to directly call prepare_cached(), but managing that is not as convenient or transparent as just using the higher-level methods such as selectall_arrayref().
--davidm .
- Follow-Ups:
- Re: prepare_cached() unused in selectall_arrayref() et al
- From: Tim Bunce
- Re: prepare_cached() unused in selectall_arrayref() et al
- From: Mark Stosberg
- Re: prepare_cached() unused in selectall_arrayref() et al
- Prev by Date: need help
- Next by Date: Re: prepare_cached() unused in selectall_arrayref() et al
- Previous by thread: need help
- Next by thread: Re: prepare_cached() unused in selectall_arrayref() et al
- Index(es):