summaryrefslogtreecommitdiffstats
path: root/app/sql/connection.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SQLite 3.6.18 import.shess@chromium.org2011-04-121-2/+2
* Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...kushi.p@gmail.com2011-03-131-1/+1
* Call sqlite3Preload() only when not using system sqlite. Modify therohitrao@chromium.org2011-01-261-0/+4
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+6
* app/sql/connection hygiene enforcement.shess@chromium.org2010-09-281-9/+63
* Track down errno for SQLITE_IOERR_WRITE is happening.shess@chromium.org2010-09-211-0/+11
* Enable extended error codes for SQLite.shess@chromium.org2010-09-181-0/+8
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-3/+3
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-181-1/+1
* 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