index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
db_functions
/
test_cast.py
Age
Commit message (
Expand
)
Author
2018-08-16
Reorganized comparison db function tests.
Nick Pope
2018-07-25
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
Mariusz Felisiak
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-01-17
Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...
hayashi
2017-12-27
Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.
Sergey Fedoseev
2017-12-20
Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.
Mariusz Felisiak
2017-12-19
Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...
Mariusz Felisiak
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-17
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Mariusz Felisiak
2017-06-21
Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...
Mariusz Felisiak
2016-03-29
Fixed #24932 -- Added Cast database function.
Claude Paroz