Changes between Initial Version and Version 1 of Ticket #28643, comment 9
- Timestamp:
- Oct 11, 2017, 12:39:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643, comment 9
initial v1 6 6 - ''Extract, ExtractDay, ExtractHour, ExtractMinute, ExtractMonth, ExtractQuarter, ExtractSecond, ExtractWeek, ExtractWeekDay, ExtractYear, Trunc, TruncDate, TruncDay, TruncHour, TruncMinute, TruncMonth, TruncQuarter, TruncSecond, TruncTime, TruncYear;'; 7 7 - `docs/ref/models/database-functions.txt` section `Math Functions` (`django/db/models/functions/math.py`): 8 - ''**Abs**, **Acos**, **Asin**, **Atan**, **Atan2**, **Ceil**, **Cos**, **Cot**, **Exp**, **Floor**, **Log**, **Mod**, ** Sin**, **Sqrt**, **Tan**'';8 - ''**Abs**, **Acos**, **Asin**, **Atan**, **Atan2**, **Ceil**, **Cos**, **Cot**, **Exp**, **Floor**, **Log**, **Mod**, **Power**, **Round**, **Sin**, **Sqrt**, **Tan**''; 9 9 - `docs/ref/models/database-functions.txt` section `Text Functions` (`django/db/models/functions/text.py`): 10 - ''Concat, ConcatPair, Length, **Lpad**, Lower, **Ltrim**, ** Power**, **Replace**, **Round**, **Rpad**, **Rtrim**, StrIndex, Substr, **Trim**, Upper'';10 - ''Concat, ConcatPair, Length, **Lpad**, Lower, **Ltrim**, **Replace**, **Rpad**, **Rtrim**, StrIndex, Substr, **Trim**, Upper''; 11 11 - `docs/ref/models/database-functions.txt` section `Window Functions` (`django/db/models/functions/window.py`): 12 12 - ''CumeDist, DenseRank, FirstValue, Lag, LastValue, Lead, NthValue, Ntile, PercentRank, Rank, RowNumber''.