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