This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
register_background_index_update
does not create partial indexes on sqlite
#13636
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
register_background_index_update
does not create partial indexes on SQLite for compatibility with SQLite 3.7 (see comments; however, we haven't supported that for a long time.We should probably make this match the behaviour on postgres.
The text was updated successfully, but these errors were encountered: