Changes between Version 1 and Version 2 of Ticket #30476, comment 2
- Timestamp:
- May 14, 2019, 2:58:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30476, comment 2
v1 v2 1 1 There's enough significant differences between `json` and `jsonb` types which makes me believe this is not a good idea. 2 2 3 For example, [https://www.postgresql.org/docs/9.4/datatype-json.html containment operators it not supported] on `json` columns while they are on `jsonb` ones which breaks the `__contains` [https://docs.djangoproject.com/en/2.2/ref/contrib/postgres/fields/# std:fieldlookup-hstorefield.contains lookup].3 For example, [https://www.postgresql.org/docs/9.4/datatype-json.html containment operators it not supported] on `json` columns while they are on `jsonb` ones which breaks the `__contains` [https://docs.djangoproject.com/en/2.2/ref/contrib/postgres/fields/#containment-and-key-operations lookup].