summaryrefslogtreecommitdiff
path: root/tests/db_functions/test_datetime.py
AgeCommit message (Collapse)Author
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2017-09-25Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham
MySQL 5.5 (refs #28552) was the last database to use it.
2017-06-28Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-11Removed an unused function argument in db_functions test.Mads Jensen
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
Thanks to Mariusz Felisiak and Tim Graham for review.
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-07-08Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette
Thanks Tim for the review.
2016-07-08Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette
Thanks Josh for the amazing testing setup and Tim for the review.
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton