summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-1917-15/+2153
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* Add sql/sql.gyp to start building libsql and sql_unittests.rsesek@chromium.org2011-06-301-0/+67