| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc. cleanup found while mucking with search engines code: | pkasting@chromium.org | 2014-04-01 | 1 | -1/+1 |
* | [sql] Rewrite Connection::Preload() in terms of file reading. | shess@chromium.org | 2013-12-21 | 1 | -12/+10 |
* | AppCache: Run a quick integrity check on the sqlite database when opening. If... | michaeln@chromium.org | 2013-12-16 | 1 | -5/+14 |
* | [sql] Log tag with sqlite errors. | shess@chromium.org | 2013-09-26 | 1 | -3/+11 |
* | Recover corrupt Favicon databases. | shess@chromium.org | 2013-09-25 | 1 | -1/+6 |
* | Refactor clearing thumbnail history. | shess@chromium.org | 2013-08-16 | 1 | -0/+5 |
* | [sql] Scoped recovery framework. | shess@chromium.org | 2013-07-19 | 1 | -6/+37 |
* | Adds a MemoryPressureListener to sql::Connection. | rmcilroy@chromium.org | 2013-07-18 | 1 | -0/+6 |
* | [sql] Allow restricting database to user read access. | shess@chromium.org | 2013-07-17 | 1 | -0/+7 |
* | [sql] Retry Open() if error handler fixed things. | shess@chromium.org | 2013-07-17 | 1 | -1/+8 |
* | [sql] Callback and scoped-ignore tests for sql::Statement. | shess@chromium.org | 2013-07-12 | 1 | -0/+3 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | [sql] Static helper to delete database and all associated files. | shess@chromium.org | 2013-06-24 | 1 | -0/+12 |
* | [sql] Framework for allowing tests to handle errors. | shess@chromium.org | 2013-06-18 | 1 | -0/+11 |
* | Remove sql::ErrorDelegate. | shess@chromium.org | 2013-06-14 | 1 | -45/+0 |
* | Post integrity_check data for corrupt thumbnail databases. | shess@chromium.org | 2013-05-22 | 1 | -0/+7 |
* | Dump additional error info for thumbnail database. | shess@chromium.org | 2013-05-17 | 1 | -0/+25 |
* | Histogram versions and extended error codes for SQLite databases. | shess@chromium.org | 2013-05-15 | 1 | -7/+11 |
* | Implement sql::Connection::RazeAndClose(). | shess@chromium.org | 2013-02-07 | 1 | -10/+39 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -2/+5 |
* | Fixing null pointer dereference. | glotov@chromium.org | 2013-01-17 | 1 | -2/+3 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 1 | -0/+10 |
* | Make sql::Connection::Raze() more robust against corruptions. | shess@chromium.org | 2012-11-10 | 1 | -0/+13 |
* | Move ErrorDelegate to its own file and add static utility functions to ErrorD... | pkotwicz@chromium.org | 2012-10-18 | 1 | -7/+7 |
* | Remove ref counting on sql::ErrorDelegate | pkotwicz@chromium.org | 2012-10-17 | 1 | -9/+6 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-27 | 1 | -0/+17 |
* | [sql] Refactor to remove use of const_cast<>. | shess@chromium.org | 2012-07-24 | 1 | -1/+10 |
* | Revert 147309 - Annotate calls to SQLite functions - they have to be executed... | shess@chromium.org | 2012-07-18 | 1 | -18/+1 |
* | Annotate calls to SQLite functions - they have to be executed on a thread all... | shess@chromium.org | 2012-07-18 | 1 | -1/+18 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Implement sql::Connection::Raze() in terms of sqlite3_backup API. | shess@chromium.org | 2012-04-06 | 1 | -0/+20 |
* | [sql] WARN_UNUSED_RESULT on Execute(). | shess@chromium.org | 2011-12-23 | 1 | -5/+11 |
* | AppCache INTERCEPT namespace. | michaeln@google.com | 2011-12-13 | 1 | -0/+6 |
* | Put debugging assertions into sql::Statement. | shess@chromium.org | 2011-12-12 | 1 | -3/+13 |
* | export StatementRef | dpranke@chromium.org | 2011-11-12 | 1 | -1/+1 |
* | build sql as a component - this will help ensure there is only one copy | dpranke@chromium.org | 2011-11-10 | 1 | -2/+3 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -0/+387 |