summaryrefslogtreecommitdiffstats
path: root/sql/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Make sql::Connection::Raze() more robust against corruptions.shess@chromium.org2012-11-101-0/+13
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-181-7/+7
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-171-9/+6
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-271-0/+17
* [sql] Refactor to remove use of const_cast<>.shess@chromium.org2012-07-241-1/+10
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-181-18/+1
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-181-1/+18
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Implement sql::Connection::Raze() in terms of sqlite3_backup API.shess@chromium.org2012-04-061-0/+20
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-5/+11
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-0/+6
* Put debugging assertions into sql::Statement.shess@chromium.org2011-12-121-3/+13
* export StatementRefdpranke@chromium.org2011-11-121-1/+1
* build sql as a component - this will help ensure there is only one copydpranke@chromium.org2011-11-101-2/+3
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-0/+387