[dev] Delete command for DB Object not working

2013-06-28 Thread Jignesh Kakka (jkakka)
Hi Team, I am calling Do method of DBObject and passing this statement delete from customer_user where login = 'test123' this returns me 1 in response every time and when I pass select login from customer_user where login = 'test123' this also returns me 1 in response. Is this issue with

Re: [dev] Delete command for DB Object not working

2013-06-28 Thread Michiel Beijen
Hi Jignesh, On Fri, Jun 28, 2013 at 7:11 AM, Jignesh Kakka (jkakka) jka...@cisco.com wrote: I am calling Do method of DBObject and passing this statement delete from customer_user where login = 'test123' this returns me 1 in response every time and when I pass select login from