summaryrefslogtreecommitdiff
path: root/tests/db_functions/text/test_repeat.py
AgeCommit message (Collapse)Author
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-16Reorganized text db function tests.Nick Pope