Re: SQL::Abstract 1.18
[prev]
[thread]
[next]
[Date index for 2005/03/04]
>>>>> "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. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxx.xxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
|
|
Re: SQL::Abstract 1.18
merlyn (Randal L. Schwartz) 02:42 on 04 Mar 2005
|