summaryrefslogtreecommitdiffstats
path: root/app/sql
Commit message (Expand)AuthorAgeFilesLines
* 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