﻿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
31839	Add additional database functions.	Nick Pope	Nick Pope	"I propose adding some additional database functions:

- `Random`  -- generate random numbers in the range `[0.0, 0.1)`.
- `Truncate` -- round number towards zero. (SQL function is `TRUNC`, but `Trunc` is used for date truncation in Django.)
- `Log2` and `Log10` -- simple logarithm functions without needing to provide the base.
- `ACosh`, `ASinh`, `ATanh`, `Cosh`, `Sinh`, and `Tanh` -- hyperbolic functions.
- `BitLength` and `ByteLength` -- length of string in bits and bytes, complement to `Length` which is character length."	New feature	closed	Database layer (models, ORM)	dev	Normal	wontfix	functions, random, truncate, log2, log10, bit length, octet length, hyperbolic		Unreviewed	1	0	0	0	0	0
