Re: Is it ever legal (should be supported) to issue a non select in selectall_arrayref?

2011-06-17 Thread David Nicol
Thanks-- the proposed docpatch was a trial balloon to get this answer. Here's copy for a revised proposed patch: When you really don't know if the statement you have in a variable is going to be a CSELECT or not, unrolling the process into Cprepare,Cexecute, and some Cfetch variant called

Re: Is it ever legal (should be supported) to issue a non select in selectall_arrayref?

2011-06-17 Thread Jonathan Leffler
On Fri, Jun 17, 2011 at 04:11, David Nicol davidn...@cpan.org wrote: Thanks-- the proposed docpatch was a trial balloon to get this answer. Here's copy for a revised proposed patch: When you really don't know if the statement you have in a variable is going to be a CSELECT or not,

Re: Is it ever legal (should be supported) to issue a non select in selectall_arrayref?

2011-06-17 Thread Martin J. Evans
On 17/06/11 13:19, Jonathan Leffler wrote: On Fri, Jun 17, 2011 at 04:11, David Nicoldavidn...@cpan.org wrote: Thanks-- the proposed docpatch was a trial balloon to get this answer. Here's copy for a revised proposed patch: When you really don't know if the statement you have in a variable