summaryrefslogtreecommitdiff
path: root/tests/db_functions/test_pad.py
AgeCommit message (Collapse)Author
2018-08-16Reorganized text db function tests.Nick Pope
2018-04-03Fixed #29251 -- Added bytes to str conversion in LPad/RPad database ↵Mariusz Felisiak
functions on MySQL. Thanks Tim Graham for the review.
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
Thanks Tim Graham for the review.