commit | d72ec5f29d49ce1841b65044c6144fef7335bdec | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Tue May 25 15:21:18 2010 -0700 |
committer | Vasu Nori <vnori@google.com> | Wed May 26 10:14:41 2010 -0700 |
tree | f0f9b0eda2c98bf9fb23b855698a93473d655913 | |
parent | fea6f6dcb70e3fa7f60cab970ed444b5e5e2a3fa [diff] |
when sqlite returns SQLITE_OK on SQLITEStatement.execute(), ignore it if it is not ignored AND if SQLITEStatement.execute() is called with a SELECT or a pragma or some sql statement that returns data, caller gets an exception with a weird error: "error code 100: unknown error" to avoid confusion generated by this exception, just write a warning and ignore the returned data. Change-Id: I8f0225ceff8f92e32a58f323551e5ada6df63593