summaryrefslogtreecommitdiffstats
path: root/app/sql/connection.cc
Commit message (Expand)AuthorAgeFilesLines
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* Do not open a new connection if one has already been opened.dumi@chromium.org2009-11-171-0/+5
* 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-021-26/+32
* Add basic sqlite error handling to the new sqlite handlerscpu@chromium.org2009-09-251-0/+8
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-4/+16
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-111-0/+304