summaryrefslogtreecommitdiff
path: root/tests/db_functions/test_cast.py
AgeCommit message (Expand)Author
2018-03-12Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.Sergey Fedoseev
2018-01-17Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...hayashi
2017-12-27Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev
2017-12-20Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.Mariusz Felisiak
2017-12-19Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...Mariusz Felisiak
2017-07-27Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak
2017-07-17Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.Mariusz Felisiak
2017-06-21Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...Mariusz Felisiak
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz