Oh I'm using trunk something like one week old to that matter.

On Friday, July 27, 2012 3:52:03 PM UTC+3, MJo wrote:
>
> If I provide args like following:
>
> ...
> my_id = db.my_inventory.insert(...)
>
> db.scheduler_task.insert(
> ...
> args=dumps(['my_id']),
> ...) 
> ...
>
> I see exactly this 'my_id' as textual string on my newly created task, 
> looking it via appadmin. 
>
> How to make my task to get numerical data to be able to do operations for 
> that particular row on db?
>

On Friday, July 27, 2012 3:52:03 PM UTC+3, MJo wrote:
>
> If I provide args like following:
>
> ...
> my_id = db.my_inventory.insert(...)
>
> db.scheduler_task.insert(
> ...
> args=dumps(['my_id']),
> ...) 
> ...
>
> I see exactly this 'my_id' as textual string on my newly created task, 
> looking it via appadmin. 
>
> How to make my task to get numerical data to be able to do operations for 
> that particular row on db?
>

-- 



Reply via email to