summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Refactor clearing thumbnail history.shess@chromium.org2013-08-162-0/+28
* [sql] Use recover virtual table in sql::Recovery.shess@chromium.org2013-08-064-6/+305
* [sql] Cleanup open and close error histograms.shess@chromium.org2013-07-241-12/+20
* [sql] Serialize calls to sqlite3_initialize().shess@chromium.org2013-07-222-0/+20
* [sql] Scoped recovery framework.shess@chromium.org2013-07-197-9/+637
* Adds a MemoryPressureListener to sql::Connection.rmcilroy@chromium.org2013-07-182-0/+35
* [sql] Allow restricting database to user read access.shess@chromium.org2013-07-173-6/+116
* [sql] Retry Open() if error handler fixed things.shess@chromium.org2013-07-173-18/+41
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-3/+3
* [sql] Callback and scoped-ignore tests for sql::Statement.shess@chromium.org2013-07-127-33/+200
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-9/+9
* [sql] Additional Raze() unit tests.shess@chromium.org2013-07-102-35/+217
* Add REGEXP support to SQLite on iOSstuartmorgan@chromium.org2013-07-091-0/+11
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-3/+3
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-281-1/+1
* [sql] Static helper to delete database and all associated files.shess@chromium.org2013-06-243-0/+53
* [sql] Framework for allowing tests to handle errors.shess@chromium.org2013-06-186-12/+218
* Remove sql::ErrorDelegate.shess@chromium.org2013-06-144-100/+20
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in sql/.dcheng@chromium.org2013-06-131-3/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-114-5/+5
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-2/+2
* [sql] Enable writable_schema during integrity_check.shess@chromium.org2013-06-061-10/+27
* Disable sqlite lookaside buffers by default.rmcilroy@chromium.org2013-06-061-0/+7
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* Remove last client of sql::DiagnosticErrorDelegate.shess@chromium.org2013-05-233-62/+0
* Post integrity_check data for corrupt thumbnail databases.shess@chromium.org2013-05-222-0/+26
* Record startup sizes for tagged SQLite databases.shess@chromium.org2013-05-211-0/+15
* Dump additional error info for thumbnail database.shess@chromium.org2013-05-172-0/+32
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-153-35/+34
* Deeper histogram for SQLITE_IOERR.shess@chromium.org2013-04-301-0/+9
* Revert 197147 "Deeper histogram for SQLITE_IOERR."jar@chromium.org2013-04-301-9/+0
* Deeper histogram for SQLITE_IOERR.shess@chromium.org2013-04-291-0/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+6
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-2/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-074-69/+255
* Linux/ChromeOS Chromium style checker cleanup, sql/ edition.rsleevi@chromium.org2013-02-064-8/+8
* Add FilePath to base namespace.brettw@chromium.org2013-02-023-4/+7
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-2/+2
* Fixing null pointer dereference.glotov@chromium.org2013-01-172-3/+4
* Make sql build on Win64jschuh@chromium.org2013-01-111-0/+4
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-032-0/+36
* Add diagnostics to debug database open problems.shess@chromium.org2012-12-071-0/+15
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-9/+9
* 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-103-21/+63
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-185-28/+135