mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +02:00
Rather than storing strings by an ID, we instead store them by the string placeholder value. This means that: - we can fetch them by placeholder (e.g. `[[_s144]]`) rather than by index - we can lazily clean them on fetch - we only clean them once, rather than on every insertion.