
lannings at gmail
Apr 7, 2010, 11:33 PM
Views: 1204
Permalink
|
On Thu, Apr 8, 2010 at 8:04 AM, Zdravko Balorda <zdravko.balorda [at] siix> wrote: > Bric::Biz::Asset::Business::Story->list man page says that for > category_id parameter one can set ANY that I understand as > ANY (id1, id2, id4) etc. > > However, I get the following SQL error: > ERROR: invalid input syntax for integer: "1313,1312,1309,1311,1310,1308" > saying it should be an integer. Please help us help you by posting your code. Otherwise, we have to guess that you're not doing something like BBAB::Story->list({category_id => ANY(@ids)})
|