Re: SQL::Abstract 1.18

[prev] [thread] [next] [Date index for 2005/03/04]

From: Nathan Wiger
Subject: Re: SQL::Abstract 1.18
Date: 18:53 on 04 Mar 2005
Randal L. Schwartz wrote:
>>>>>>"Nathan" == Nathan Wiger <nate@xxx.xxx> writes:
> 
> 
> Nathan> Hey all-
> Nathan> So thought you'd like to know I just finished SQL::Abstract 1.18,
> Nathan> which contains a fix for this problem in 1.17:
> 
> Nathan>     name => { '!=', 'Bob', '!=', 'Jim' }   # can't do that
> 
> Sure you can.  I had to do that.  Did it this way:
> 
>         name => { '!=', 'Bob', ' !=', 'Jim' }
> 
> Note the space. :)

Yeah, I've done that too, and even changed case on operators like 
"max()" and "Max()" and "MAX()".

But that sucks and so since I do own the module... might as well fix it 
right.

-Nate

SQL::Abstract 1.18
Nathan Wiger 00:05 on 04 Mar 2005

Re: SQL::Abstract 1.18
merlyn (Randal L. Schwartz) 02:42 on 04 Mar 2005

Re: SQL::Abstract 1.18
Thomas L Shinnick 03:24 on 04 Mar 2005

Re: SQL::Abstract 1.18
Nathan Wiger 18:53 on 04 Mar 2005

Re: SQL::Abstract 1.18
Rhesa Rozendaal 19:04 on 04 Mar 2005

Generated at 20:12 on 07 Mar 2005 by mariachi v0.52