summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-032-0/+36
* Add diagnostics to debug database open problems.shess@chromium.org2012-12-071-0/+15
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-9/+9
* Handle cookie-file corruption found during open.shess@chromium.org2012-11-101-1/+8
* Make sql::Connection::Raze() more robust against corruptions.shess@chromium.org2012-11-103-21/+63
* Move ErrorDelegate to its own file and add static utility functions to ErrorD...pkotwicz@chromium.org2012-10-185-28/+135
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-175-68/+70
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...ricow@chromium.org2012-08-231-5/+3
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-231-3/+5
* Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...mrossetti@chromium.org2012-08-141-5/+3
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-141-3/+5
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Upstream sqlite gyp changes for Android.yfriedman@chromium.org2012-08-062-8/+42
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-273-1/+48
* GYP changes to get sql and sqlite building on iOS.rohitrao@chromium.org2012-07-241-1/+1
* Fix the sqlite errors of content unittests on Androidyongsheng.zhu@intel.com2012-07-241-0/+14
* [sql] Refactor to remove use of const_cast<>.shess@chromium.org2012-07-242-12/+35
* Revert 147309 - Annotate calls to SQLite functions - they have to be executed...shess@chromium.org2012-07-183-49/+2
* Annotate calls to SQLite functions - they have to be executed on a thread all...shess@chromium.org2012-07-183-2/+49
* Modify sql unittests to pass on iOS.rohitrao@chromium.org2012-07-133-7/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* Avoid leaking any files from SQLiteFeaturesTest.paivanof@gmail.com2012-06-131-10/+5
* Add APK targets for sql_unittests and sync_unit_tests.nileshagrawal@chromium.org2012-05-311-2/+29
* Revert [SQLite] Hack to touch page cache to debug slow connection close.shess@chromium.org2012-05-191-15/+0
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* RefCounted types should not have public destructors, sql/ and jingle/ editionrsleevi@chromium.org2012-04-282-3/+9
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-254-12/+35
* Implement sql::Connection::Raze() in terms of sqlite3_backup API.shess@chromium.org2012-04-063-1/+232
* Reset needs_rollback after rollback.michaelbai@chromium.org2012-03-232-1/+11
* Persist SQLite journal files.shess@chromium.org2012-03-171-0/+16
* Making sure all dirs have OWNERS ... add some to sql/.dpranke@chromium.org2012-03-131-0/+3
* Create meta table atomically.shess@chromium.org2012-03-082-2/+17
* Add documentation regarding the nestability of sql::Transaction objects.erikwright@chromium.org2012-03-071-1/+4
* Add a DeleteKey() method to delete a key from the meta table. This will be u...pkasting@chromium.org2012-03-032-41/+44
* Remove operator overloads from Statement.gbillock@chromium.org2012-02-252-9/+5
* Close out statement refs before closing database.shess@chromium.org2012-02-241-0/+11
* Clear statement before closing db in cookie code.shess@chromium.org2012-02-172-0/+9
* Fix Android build.benm@chromium.org2012-02-101-4/+2
* Fix leak inside sql::Connection::OpenInternal.benm@chromium.org2012-02-101-1/+2
* Create a class to represent a Dom Storage Database.benm@chromium.org2012-02-103-6/+40
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-5/+11
* Update webdata files to take advantage of DLOG(FATAL) ingbillock@chromium.org2011-12-222-1/+6
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-132-2/+18
* Put debugging assertions into sql::Statement.shess@chromium.org2011-12-129-138/+180
* Remove 4 static initializers.thakis@chromium.org2011-11-241-1/+4
* export StatementRefdpranke@chromium.org2011-11-121-1/+1
* build sql as a component - this will help ensure there is only one copydpranke@chromium.org2011-11-107-6/+38
* [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