0
Files
src/sql
shess@chromium.org 9fe37555ac [sql] WARN_UNUSED_RESULT on Execute().
Goal is to encourage callers to handle errors, especially in cases
like schema changes, where dropped errors can result in broken
databases.

Many CREATE INDEX calls where ignoring errors rather than checking if
the index already existed before creating it.  Recoded those to CREATE
INDEX IF NOT EXISTS, which is for exactly this purpose.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/9005036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115725 0039d316-1c4b-4281-b951-d872f2087c98
2011-12-23 17:07:20 +00:00
..
2011-12-13 02:00:53 +00:00
2011-07-19 18:40:21 +00:00