﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33553	Use built-in math functions in SQLite 3.35+.	Nick Pope	nobody	SQLite 3.35+ has support for some built-in math functions. Where they're available, we should use them in preference to our own versions as it will reduce the number of functions that need to be created for each connection. We can check for `ENABLE_MATH_FUNCTIONS` in `pragma_compile_options()`.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed	sqlite, math, functions	me@…	Ready for checkin	1	0	0	0	0	0
