summaryrefslogtreecommitdiffstats
path: root/app/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 32201 - Do not open a new connection if one has already been opened.dumi@chromium.org2009-11-231-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