#1494 mod_storage_sql deletion limit check only with sql_manage_tables enabled
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Status-Fixed
Type-Defect
Priority-Medium
Zash
on
With SQLite3, if sql_manage_tables is set to false then mod_storage_sql does not perform the check for whether DELETE with LIMIT is supported (a SQLite3 compile time option)
This may lead to a less efficient execution of certain deletion queries.
With SQLite3, if sql_manage_tables is set to false then mod_storage_sql does not perform the check for whether DELETE with LIMIT is supported (a SQLite3 compile time option) This may lead to a less efficient execution of certain deletion queries.
Fixed in https://hg.prosody.im/0.11/rev/0c00274528a4
Changes