The sqlite3BtreeInsert() routine tries to overwrite an existing cell with
commita3714ea7bb6b47e48635af97ca4321dbcec91622
authorD. Richard Hipp <drh@hwaci.com>
Thu, 3 May 2018 03:59:02 +0000 (3 03:59 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 3 May 2018 03:59:02 +0000 (3 03:59 +0000)
tree7080090e63e419560959550abe29c758bb1560a4
parent504dffd9efef0428032ed7a15f4192bfab432ba3
The sqlite3BtreeInsert() routine tries to overwrite an existing cell with
modified content if the new content is the same size.  Pages are only dirtied
if they change.  This prototype works some, but still has issues.
src/btree.c