django/tests/db_functions
Sergey Fedoseev 44908d4d93 Fixed -- Prevented Cast to FloatField from rounding to integer on MySQL. 2017-12-27 19:16:37 -05:00
..
__init__.py Fixed -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11:00
models.py Refs -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest. 2017-03-29 13:29:53 -04:00
test_cast.py Fixed -- Prevented Cast to FloatField from rounding to integer on MySQL. 2017-12-27 19:16:37 -05:00
test_datetime.py Removed DatabaseFeatures.supports_microsecond_precision. 2017-09-25 14:48:15 -04:00
test_strindex.py Refs -- Removed Value wrapping from StrIndex's substring param. 2017-04-03 08:39:57 -04:00
test_window.py Fixed -- Added support for window expressions (OVER clause). 2017-09-18 09:42:29 -04:00
tests.py Removed DatabaseFeatures.supports_microsecond_precision. 2017-09-25 14:48:15 -04:00