Changes between Version 22 and Version 23 of Ticket #28643
- Timestamp:
- Dec 21, 2017, 3:21:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v22 v23 5 5 This is just a sample checklist, with corresponding attributes to which backend has them available. 6 6 7 ||= String =|| 7 ||||||||||||||= **Comparison** =|| 8 ||Name||Description||PostgreSQL||Oracle||MySQL||SQLite||PR|| 9 ||NULLIF()||Returns NULL if the first argument equals the second.||X||X||X||X||-|| 10 \\ 11 ||||||||||||||= **Text** =|| 8 12 ||Name||Description||PostgreSQL||Oracle||MySQL||SQLite||PR|| 9 13 ||ASCII()||Returns numeric value of left-most character||X||X||X||as UNICODE()||-|| … … 20 24 ||RTRIM()||Removes trailing spaces||X||X||X||X||[https://github.com/django/django/pull/9220 9220]|| 21 25 ||TRIM()||Removes leading and trailing spaces||X||X||X||X||[https://github.com/django/django/pull/9220 9220]|| 22 23 || = Numeric=||26 \\ 27 ||||||||||||||= **Math** =|| 24 28 ||Name||Description||PostgreSQL||Oracle||MySQL||SQLite||PR|| 25 29 ||ABS()||Returns the absolute value.||X||X||X||X||-||