summaryrefslogtreecommitdiff
path: root/tests/db_functions/math
AgeCommit message (Collapse)Author
2019-03-14[2.2.x] Simplified test_transform()s in db_functions.math.Mariusz Felisiak
Backport of 258110d6cdea5050f8df0bbc9af3fcd9bd342d29 from master.
2018-09-10Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy
Co-authored-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2018-08-21Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
Thanks Nick Pope for much review.