1. bd2ccdb4a Add diagnostics to debug database open problems. by [email protected] · 13 years ago
  2. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  3. 473ad79 Handle cookie-file corruption found during open. by [email protected] · 13 years ago
  4. 6d42f15 Make sql::Connection::Raze() more robust against corruptions. by [email protected] · 13 years ago
  5. 0d04ede Move ErrorDelegate to its own file and add static utility functions to ErrorDelegate by [email protected] · 13 years ago
  6. 49dc4f2 Remove ref counting on sql::ErrorDelegate by [email protected] · 13 years ago
  7. bb6bd1f Remove {base,net}_java dependencies from GYP client targets on Android. by [email protected] · 13 years ago
  8. 7019bb6d Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  9. a4e9fa65 Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  10. 34146c1 Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  11. c93c7ef Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. by [email protected] · 13 years ago
  12. efdbdb0 Make java.gypi export jar path to input_jars_paths variable by [email protected] · 13 years ago
  13. 69c5845 Upstream sqlite gyp changes for Android. by [email protected] · 13 years ago
  14. 35f7e539 Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  15. 073bef8f GYP changes to get sql and sqlite building on iOS. by [email protected] · 13 years ago
  16. 1348765a Fix the sqlite errors of content unittests on Android by [email protected] · 13 years ago
  17. 2eec0a2 [sql] Refactor to remove use of const_cast<>. by [email protected] · 13 years ago
  18. 88cb625 Revert 147309 - Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  19. 8262829 Annotate calls to SQLite functions - they have to be executed on a thread allowing IO access. by [email protected] · 13 years ago
  20. e73e8922a Modify sql unittests to pass on iOS. by [email protected] · 13 years ago
  21. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  22. 9903468 Avoid leaking any files from SQLiteFeaturesTest. by [email protected] · 13 years ago
  23. 3e1d8c8 Add APK targets for sql_unittests and sync_unit_tests. by [email protected] · 13 years ago
  24. de679fb Revert [SQLite] Hack to touch page cache to debug slow connection close. by [email protected] · 13 years ago
  25. b387864 Change the way _EXPORT macros look. by [email protected] · 13 years ago
  26. 60e60dd RefCounted types should not have public destructors, sql/ and jingle/ edition by [email protected] · 13 years ago
  27. 389e0a4 Added parameter 'clear_bound_vars', so we could reset the statement without clearing bound variables, so and current row is reset to the beginning. by [email protected] · 13 years ago
  28. 8e0c0128 Implement sql::Connection::Raze() in terms of sqlite3_backup API. by [email protected] · 13 years ago
  29. 44ad7d90 Reset needs_rollback after rollback. by [email protected] · 13 years ago
  30. 4e179ba6 Persist SQLite journal files. by [email protected] · 13 years ago
  31. b209f0e Making sure all dirs have OWNERS ... add some to sql/. by [email protected] · 13 years ago
  32. 1bc85b2 Create meta table atomically. by [email protected] · 13 years ago
  33. 94f0638 Add documentation regarding the nestability of sql::Transaction objects. by [email protected] · 13 years ago
  34. c3ebc32 Add a DeleteKey() method to delete a key from the meta table. This will be used in the TemplateURL refactoring changes. by [email protected] · 13 years ago
  35. 28fe0ff Remove operator overloads from Statement. Fix leftover users of operators. by [email protected] · 14 years ago
  36. 4b35005 Close out statement refs before closing database. by [email protected] · 14 years ago
  37. 85fc27b0 Clear statement before closing db in cookie code. by [email protected] · 14 years ago
  38. c0714df Fix Android build. by [email protected] · 14 years ago
  39. 6402104 Fix leak inside sql::Connection::OpenInternal. by [email protected] · 14 years ago
  40. 98b6f8b1 Create a class to represent a Dom Storage Database. by [email protected] · 14 years ago
  41. 9fe3755 [sql] WARN_UNUSED_RESULT on Execute(). by [email protected] · 14 years ago
  42. bed29d94 Update webdata files to take advantage of DLOG(FATAL) in by [email protected] · 14 years ago
  43. e2cadec8 AppCache INTERCEPT namespace. by [email protected] · 14 years ago
  44. eff1fa52 Put debugging assertions into sql::Statement. by [email protected] · 14 years ago
  45. c68ce17 Remove 4 static initializers. by [email protected] · 14 years ago
  46. 601dc6a export StatementRef by [email protected] · 14 years ago
  47. d452696 build sql as a component - this will help ensure there is only one copy by [email protected] · 14 years ago
  48. e48e0515 [SQLite] Hack to touch page cache to debug slow connection close. by [email protected] · 14 years ago
  49. 6e0b144 Enable SQLite's secure-delete at runtime so that by [email protected] · 14 years ago
  50. f0a54b2 Move app/sql/* files to sql/ directory. by [email protected] · 14 years ago
  51. e79be09 Remove the comments setting emands and vim tab width and expansion variables. by [email protected] · 14 years ago
  52. 40ce1e44 Add sql/sql.gyp to start building libsql and sql_unittests. by [email protected] · 14 years ago