Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. b504aab Add some missing UNUSED_PARAMETER() annotations to squelch downstream build warnings when using -Wextra -pedantic. by stephan · 7 weeks ago
  2. 4c13878 Fix a problem in the sqlite_dbpage() table-valued function when it is by drh · 4 months ago
  3. a033790 If any errors occur while processing sqlite_dbpage changes, cancel by drh · 6 months ago
  4. 3835cf6 Add a test case for ROLLBACK TO of database truncate operations made through the sqlite_dbpage vtab. by dan · 7 months ago
  5. a683b05 Improvements to the way that truncation is implemented in sqlite_dbpage(). by drh · 7 months ago
  6. be2a40d The BTree mutex must be held when calling sqlite3BtreeLastPage(). This by drh · 7 months ago
  7. 2fb488d Do not attempt to truncate a database in sqlite_dbpage if the database is by drh · 7 months ago
  8. c5b9da3 In sqlite_dbpage, cancel any pending truncate operation if there an error by drh · 8 months ago
  9. 1e2834d Fix to the previous: The dbpageRollbackTo() method should return SQLITE_OK. by drh · 10 months ago
  10. c51dccb Fix missing return value from the new dbpageRollbackTo() callback. by drh · 10 months ago
  11. 46a62af Modify the behavior of sqlite_dbpage so that the null-INSERT that truncates by drh · 10 months ago
  12. 3b3f230 Adjust the new truncation behavior of sqlite_dbpage(N,null) such that it causes by drh · 10 months ago
  13. 762946b Bug fix in the enhanced sqlite_dbpage for when truncating two or more by drh · 10 months ago dbpage
  14. 38b26d8 Add the ability for sqlite_dbpage to truncate the database file by writing by drh · 10 months ago
  15. 882aba4 Generalize the sqlite3_dbpage virtual table so that it is able to write by drh · 10 months ago
  16. 1935887 Ensure that all fields of static sqlite3_module objects are explicitly by drh · 1 year, 10 months ago
  17. 0669d6e Add the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_vtab_config(). Update by drh · 2 years, 4 months ago
  18. 8d07c3d Restore a test for pBt NULL that was removed by [12a14711afa6cddb] but turned by drh · 2 years, 6 months ago
  19. 2f9525b Changes to the sqlite_dbpage virtual table to tag or remove unreachable by drh · 2 years, 6 months ago
  20. 111057c Add ALWAYS() and NEVER() macros to unreachable branchs in sqlite_dbpage. by drh · 2 years, 6 months ago
  21. ad1079e Better error message when trying to do an INSERT on an sqlite_dbpage virtual by drh · 2 years, 6 months ago
  22. 3547e49 Fix lots of harmless, nuisance compiler warnings, mostly unused parameter by drh · 2 years, 7 months ago
  23. c7dd9b6 Make the UPDATE method of the sqlite_dbpage virtual table rebust against by drh · 2 years, 9 months ago
  24. 7985e05 Add tests. Deal issues surrounding aborting recovery from within the SQL callback, and avoiding the pending-byte page. by dan · 2 years, 10 months ago
  25. 5ca0b38 Fix some problems with handling corrupt database in the recovery extension. by dan · 2 years, 10 months ago
  26. e36281f Avoid dropping error codes in the xBegin() method of virtual table sqlite_dbpage. by dan · 3 years ago
  27. 7d0ae00 Enhance the sqlite_dbpage fix at [/info/642a0b4752743216|check-in 642a0b4752743] by drh · 3 years, 3 months ago
  28. 46dc631 Fix the sqlite_dbpage virtual table so that it starts a write transaction by drh · 3 years, 4 months ago
  29. e684ac6 Fix compiler warnings. by drh · 3 years, 4 months ago
  30. 2b1c2aa Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set by drh · 6 years ago
  31. 20b3fc4 Add SQLITE_CONSTRAINT support to the xBestIndex methods on dbstat, by drh · 7 years ago
  32. 84c501b Initial code to make shadow tables read-only to ordinary SQL. The now by drh · 7 years ago
  33. a296cda Add the SQLITE_DBCONFIG_DEFENSIVE flag. by drh · 7 years ago
  34. bb2d9b1 Change sqlite3BtreeBeginTrans() to return the BTREE_SCHEMA_COOKIE, for a by drh · 7 years ago
  35. aca84e6 Fix harmless compiler warning seen with MSVC. by mistachkin · 8 years ago
  36. a48a290 Fix harmless compiler warnings in sqlite3_checker.exe by drh · 8 years ago
  37. 0503f2a Fix a Pager ref-count leak in the sqlite_dbpage virtual table. by drh · 8 years ago
  38. 3cd8aaa Fix the sqlite3_dbpage virtual table so that it can read and write from by drh · 8 years ago
  39. 34d0b1a Get writes working on the sqlite_dbpage virtual table. Add a few test cases. by drh · 8 years ago
  40. a43c8c8 Initial implementation of the "sqlite_dbpage" virtual table. Currently by drh · 8 years ago