summaryrefslogtreecommitdiff
path: root/tests/db_functions/math/test_atan2.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-22Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson
2018-09-10Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao