summaryrefslogtreecommitdiffstats
path: root/sql/statement.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in xxx/.avi2015-12-211-0/+3
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-061-0/+5
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-301-5/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-291-0/+5
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-231-5/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-231-0/+5
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* [sql] Stats gathering for sql/ APIs.shess2015-06-031-14/+43
* sql: Remove basictypes.h includes.tfarina2015-05-111-2/+2
* replace COMPILE_ASSERT with static_assert in sql/mostynb2015-01-061-5/+5
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-2/+2
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-7/+7
* [sql] Complain about statement mutations after stepping has started.shess@chromium.org2013-10-251-0/+13
* [sql] Log tag with sqlite errors.shess@chromium.org2013-09-261-1/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Implement sql::Connection::RazeAndClose().shess@chromium.org2013-02-071-5/+7
* Fixing null pointer dereference.glotov@chromium.org2013-01-171-1/+1
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-271-0/+3
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-181-3/+0
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-181-0/+3
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-251-4/+5
* Clear statement before closing db in cookie code.shess@chromium.org2012-02-171-0/+5
* Fix Android build.benm@chromium.org2012-02-101-4/+2
* Create a class to represent a Dom Storage Database.benm@chromium.org2012-02-101-1/+33
* Update webdata files to take advantage of DLOG(FATAL) ingbillock@chromium.org2011-12-221-0/+5
* Put debugging assertions into sql::Statement.shess@chromium.org2011-12-121-74/+74
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-0/+270