On 12/2/05 2:17 AM, Torsten Seemann wrote:
> wasabi=> update atest set x = array_prepend(3, x);
> 
> wasabi=> select * from atest;
>         x
> -----------------
>  [0:3]={3,4,5,6}

So in this case you'd like the Perl array to be [ 3, 4, 5, 6 ], correct?

> wasabi=> select * from atest where 4 = ANY(x);
> wasabi=> select * from atest where 4 = ALL(x);

Gotcha.  I'll work on that for the release after next.

-John




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to