3 messages in com.googlegroups.google-gearsRe: [google-gears] Determining the nu...
FromSent OnAttachments
mich...@google.com18 Jul 2007 10:08 
Scott Hess18 Jul 2007 21:23 
Scott Hess18 Jul 2007 21:26 
Subject:Re: [google-gears] Determining the number of rows affected by a query.
From:Scott Hess (sh.@google.com)
Date:07/18/2007 09:23:27 PM
List:com.googlegroups.google-gears

On 7/18/07, mich@google.com <mich@gmail.com> wrote:

Is there a simple way to determine the number of rows affected by an UPDATE query?

Not at this time. There are bugs about this:

http://code.google.com/p/google-gears/issues/detail?id=112 Expose sqlite3_changes() as Database.numRowsAffected attribute.

http://code.google.com/p/google-gears/issues/detail?id=111 Suggested new API function Database.do() which works just like Database.execute(), but returns sqlite3_changes() as the result.

-scott