15 messages in com.mysql.lists.perlRe: LIMIT clause and placeholders
FromSent OnAttachments
Beau E. Cox05 Mar 2004 00:59 
Jochen Wiedmann05 Mar 2004 01:48 
Tim Bunce05 Mar 2004 02:31 
Beau E. Cox05 Mar 2004 03:31 
Rudy Lippan05 Mar 2004 07:19 
Beau E. Cox05 Mar 2004 09:39 
Jochen Wiedmann05 Mar 2004 11:36 
Garth Webb05 Mar 2004 11:47 
Garth Webb05 Mar 2004 11:52 
Jochen Wiedmann05 Mar 2004 12:00 
Daniel Koch05 Mar 2004 12:01 
Jochen Wiedmann05 Mar 2004 12:13 
Rudy Lippan05 Mar 2004 18:03 
Rudy Lippan05 Mar 2004 18:23 
Beau E. Cox05 Mar 2004 18:35 
Subject:Re: LIMIT clause and placeholders
From:Rudy Lippan (rlip@remotelinux.com)
Date:03/05/2004 06:03:14 PM
List:com.mysql.lists.perl

On Fri, 5 Mar 2004, Beau E. Cox wrote:

The reason why the LIMIT stuff is not working now is because I pulled out the current placeholder scan and replaced it with the one that I wrote for DBD::Pg which allows for :named_placeholders.

Wrote the :named_placeholder handling for Pg -- Not all of the prepare, most of that was already.

I didn't mean to be pushy. Your choice, of course. I understand

I did not take it as you being pusy. I just wanted to let you know that I was going to breaking things and that the 3.0 branch was under heavy development.

FOr my testing purposes (for PERL_NO_GET_CONTEXT) I will bypass the limits test. The PNGX patch is in final testing - working

That is fine -- I am ignoring those tests myself right now :)

with or without a patched DBI; I will send it soon,

Sweet. I wonder if Tim would include A patch to DBI that would allow it to optionally use PERL_NO_GET_CONTEXT (eg -Dwhatever)? Which will probably be useful with an embedded DBD::mysql where you would have to use threads.

Rudy