summaryrefslogtreecommitdiffstats
path: root/sql/connection.cc
Commit message (Expand)AuthorAgeFilesLines
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-071-50/+103
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-2/+2
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-0/+26
* Add diagnostics to debug database open problems.shess@chromium.org2012-12-071-0/+15
* Handle cookie-file corruption found during open.shess@chromium.org2012-11-101-1/+8
* Make sql::Connection::Raze() more robust against corruptions.shess@chromium.org2012-11-101-20/+49
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-171-4/+2
* Upstream sqlite gyp changes for Android.yfriedman@chromium.org2012-08-061-6/+21
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-271-1/+28
* [sql] Refactor to remove use of const_cast<>.shess@chromium.org2012-07-241-11/+25
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-181-28/+1
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-181-1/+28
* Revert [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2012-05-191-15/+0
* Implement sql::Connection::Raze() in terms of sqlite3_backup API.shess@chromium.org2012-04-061-0/+79
* Reset needs_rollback after rollback.michaelbai@chromium.org2012-03-231-0/+1
* Persist SQLite journal files.shess@chromium.org2012-03-171-0/+16
* Remove operator overloads from Statement.gbillock@chromium.org2012-02-251-3/+5
* Close out statement refs before closing database.shess@chromium.org2012-02-241-0/+11
* Fix leak inside sql::Connection::OpenInternal.benm@chromium.org2012-02-101-1/+2
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-2/+12
* Put debugging assertions into sql::Statement.shess@chromium.org2011-12-121-28/+38
* Remove 4 static initializers.thakis@chromium.org2011-11-241-1/+4
* [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2011-09-141-0/+14
* Enable SQLite's secure-delete at runtime so thatphajdan.jr@chromium.org2011-08-091-0/+6
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-0/+420