summaryrefslogtreecommitdiffstats
path: root/app/sql
Commit message (Expand)AuthorAgeFilesLines
* Call sqlite3Preload() only when not using system sqlite. Modify therohitrao@chromium.org2011-01-261-0/+4
* Start reordering the methods in headers in app/.erg@google.com2011-01-102-9/+9
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* FBTF: Moves code to the headers.erg@google.com2010-09-282-1/+9
* app/sql/connection hygiene enforcement.shess@chromium.org2010-09-282-9/+67
* Track down errno for SQLITE_IOERR_WRITE is happening.shess@chromium.org2010-09-213-2/+18
* Enable extended error codes for SQLite.shess@chromium.org2010-09-182-0/+11
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-223-8/+8
* Fix DEPS after moving SQLite code.phajdan.jr@chromium.org2010-08-191-1/+1
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-185-5/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-266-0/+6
* Rename the Thumbnails database file to Favicons.nshkrob@chromium.org2010-06-301-1/+2
* Linux: delete the unencrypted login database file after a successful password...mdm@chromium.org2010-06-292-1/+7
* Get rid of MetaTableHelper class and make use of the app/sql API in the Login...stuartmorgan@chromium.org2010-05-112-2/+35
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-0/+44
* Fix to AutoFill sql Crash Reportdhollowa@chromium.org2010-03-161-1/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-272-3/+3
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-294-17/+16
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-294-16/+17
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-294-17/+16
* Fixes two related bugs:sky@chromium.org2009-12-181-0/+23
* Fix lint errors in app/ and turn on presubmit check.erg@google.com2009-11-172-2/+2
* Do not open a new connection if one has already been opened.dumi@chromium.org2009-11-171-0/+5
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+9
* Fix SQL preloading. I did Run() with a SELECT which produces data, so itbrettw@chromium.org2009-10-071-1/+1
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-027-40/+102
* Add basic sqlite error handling to the new sqlite handlerscpu@chromium.org2009-09-255-13/+120
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-154-12/+36
* Add missing #include <string> in a new file that uses std::string.mark@chromium.org2009-09-121-0/+1
* Add a DEPS file for app/sql so checkdeps doesn't complain about the sqlitebrettw@chromium.org2009-09-111-0/+3
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-1111-0/+1627