Changes between Initial Version and Version 1 of Ticket #30476, comment 2
- Timestamp:
- May 14, 2019, 2:58:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30476, comment 2
initial v1 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 operator].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].