Overview
| Comment: | Clear the cache of triggers used to implement CASCADE foreign key constraints whenever the schema changes. Fix for the problem identified by forum post 2831335356. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5232c9777fe4fb13e1ecfe5b5d644e2c |
| User & Date: | drh on |
| Other Links: | manifest | tags |
Context
|
2022-01-02
| ||
| 18:10 | Clear the cache of triggers used to implement CASCADE foreign key constraints whenever the schema changes. Fix for the problem identified by forum post 2831335356. (check-in: 4f1313c67f ... user: drh tags: branch-3.37) | |
| 14:55 | Small performance optimization and size reduction in sqlite3BtreeDelete(). (check-in: da0af4dd9b ... user: drh tags: trunk) | |
| 12:01 | Clear the cache of triggers used to implement CASCADE foreign key constraints whenever the schema changes. Fix for the problem identified by forum post 2831335356. (check-in: 5232c9777f ... user: drh tags: trunk) | |
| 11:25 | Earlier detection of corruption in sqlite3BtreeDelete(). Fix for the assertion fault reported by forum post 9d78389221. (check-in: 13e9ff9e84 ... user: drh tags: trunk) | |
Changes
Modified src/fkey.c
from [187b67af20]
to [5b73f7a7c0].
[diff]
Modified src/sqliteInt.h
from [66637abecd]
to [9782b7b22a].
[diff]
Modified src/vdbe.c
from [b63594839c]
to [05c8fd9578].
[diff]