Re: SQL::Abstract 1.18
[prev]
[thread]
[next]
[Date index for 2005/03/04]
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