[sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.
commit92a2ab1f1d0cdff39e6d506c4cb6a80038baeeb3
authorshess <shess@chromium.org>
Thu, 9 Apr 2015 01:59:47 +0000 (8 18:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 02:00:21 +0000 (9 02:00 +0000)
tree10caf28af8322af472fd341379c676935e685c20
parent9afe19122a83f762baded7003b25ff22205fd533
[sql] Change DoesStuffExist() to work with ScopedErrorIgnorer.

This not working was preventing certain corruption-testing tests from
being written.

Also modified Does{Table,Index,Column}Exist() to reflect that these
names are _not_ case sensitive.  It is not possible to have distinct
tables [Foo] and [foo].

BUG=none

Review URL: https://codereview.chromium.org/1069313004

Cr-Commit-Position: refs/heads/master@{#324337}
sql/connection.cc
sql/connection.h
sql/connection_unittest.cc