summaryrefslogtreecommitdiffstats
path: root/app/sql/connection.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Moves code to the headers.erg@google.com2010-09-281-1/+3
* app/sql/connection hygiene enforcement.shess@chromium.org2010-09-281-0/+4
* Track down errno for SQLITE_IOERR_WRITE is happening.shess@chromium.org2010-09-211-0/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-2/+2
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-2/+2
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-2/+2
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-2/+2
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+9
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-10/+27
* Add basic sqlite error handling to the new sqlite handlerscpu@chromium.org2009-09-251-0/+36
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-2/+7
* Add missing #include <string> in a new file that uses std::string.mark@chromium.org2009-09-121-0/+1
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-111-0/+310