summaryrefslogtreecommitdiffstats
path: root/sql/connection.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2012-05-191-15/+0
* Implement sql::Connection::Raze() in terms of sqlite3_backup API.shess@chromium.org2012-04-061-0/+79
* Reset needs_rollback after rollback.michaelbai@chromium.org2012-03-231-0/+1
* Persist SQLite journal files.shess@chromium.org2012-03-171-0/+16
* Remove operator overloads from Statement.gbillock@chromium.org2012-02-251-3/+5
* Close out statement refs before closing database.shess@chromium.org2012-02-241-0/+11
* Fix leak inside sql::Connection::OpenInternal.benm@chromium.org2012-02-101-1/+2
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-2/+12
* Put debugging assertions into sql::Statement.shess@chromium.org2011-12-121-28/+38
* Remove 4 static initializers.thakis@chromium.org2011-11-241-1/+4
* [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2011-09-141-0/+14
* Enable SQLite's secure-delete at runtime so thatphajdan.jr@chromium.org2011-08-091-0/+6
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-0/+420