summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [iOS] Define bundle_data target for //sql:sql_unittests.sdefresne2016-03-181-2/+12
* [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE.shess2016-03-114-22/+15
* Revert of [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. (patchset #...tsergeant2016-03-104-15/+22
* [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE.shess2016-03-104-22/+15
* Revert of [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE. (patchset #...shess2016-03-094-15/+22
* [sqlite] sql::Recovery working under USE_SYSTEM_SQLITE.shess2016-03-094-22/+15
* [sqlite] Remove recover.c from amalgamation.shess2016-03-081-0/+1
* Remove Pass() helper from base/move.h.dcheng2016-03-041-4/+4
* [sql] Fix crash in sqlite3_total_changes.shess2016-02-262-2/+22
* mojo: Remove the mojo:filesystem sqlite binding code.erg2016-02-187-1164/+0
* Rename ConnectToService to ConnectToInterface()ben2016-02-102-2/+2
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-072-4/+4
* [sql] Use IGNORE conflict resolution in recovery.shess2016-02-043-16/+8
* [sql] Clean up sql::Recovery unit test.shess2016-02-041-27/+48
* [sql] Remove misleading AutoRecoverTable() parameter.shess2016-02-043-34/+33
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* [sql] Prevent recovery against a closed database.shess2016-02-023-0/+29
* Add flag to disable mmap in all sql connection in work buildvichang2016-01-282-2/+13
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-10/+0
* Make use of CreateInterfacePtrAndBind() where appropriatesky2016-01-262-8/+4
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-213-38/+38
* [tracing] Add separate dump provider for sql connectionssid2016-01-138-55/+149
* Move mojo/application/public -> mojo/shell/publicben2016-01-125-8/+8
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-286-31/+35
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in xxx/.avi2015-12-2119-10/+52
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-185-47/+171
* [sql] Test mmap operation based on SQLite capabilities.shess2015-12-172-80/+104
* Add more components to "gn check".brettw2015-11-271-1/+3
* Convert ConnectToApplication to take a params classben2015-11-202-6/+2
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-3/+5
* [sql] Validate database files before enabling memory-mapping.shess2015-11-132-8/+171
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-134-4/+3
* [sql] Differentiate compile errors from regular errors.shess2015-11-132-3/+30
* Eliminate third_party/mojo/src from all targets' include pathsKen Rockot2015-11-113-2/+3
* Revert "[sql] Validate database files before enabling memory-mapping."robliao2015-11-102-171/+8
* [sql] Fix typo in error message.shess2015-11-091-1/+1
* [sql] Validate database files before enabling memory-mapping.shess2015-11-092-8/+171
* [sql] Increase database chunk size for large databases.shess2015-11-051-5/+28
* [sql] Disable memory-mapping under sql::Recovery.shess2015-11-053-12/+34
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* [sql] QuotaDatabase schema upgrade doesn't use transactions right.michaeln2015-10-281-1/+1
* mandoline: Start adding trace events for mandoline stuff.erg2015-10-231-0/+16
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-223-24/+407
* [tracing] Add sqlite memory statistics to tracing.ssid2015-10-128-2/+187
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-064-0/+203
* Isolate sql_unittests_apk.stip2015-10-032-0/+42