Re: [Django] #31862: Add ArrayField for all supported databases - not only postgres

2020-08-06 Thread Django
#31862: Add ArrayField for all supported databases - not only postgres
-+-
 Reporter:  אורי |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  invalid
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Carlton Gibson):

 To you point though, it was pointed out in the discussion leading to the
 recent changes that ArrayField would be simple enough for a user to
 simulate in their own project.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.676fe9274e8a31ba922c80892c49a7a2%40djangoproject.com.


Re: [Django] #31862: Add ArrayField for all supported databases - not only postgres

2020-08-06 Thread Django
#31862: Add ArrayField for all supported databases - not only postgres
-+-
 Reporter:  אורי |Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  invalid
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 ArrayField maps to [https://www.postgresql.org/docs/9.1/arrays.html
 Postgres arrays] which aren't supported on other DBs.

 Please don't use the issue tracker for general questions. A quick search
 of the DevelopersMailingList or the related tickets here would show the
 history of this topic quite easily.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.191dfe4c349e1647fca316f1cafc8ce3%40djangoproject.com.


[Django] #31862: Add ArrayField for all supported databases - not only postgres

2020-08-06 Thread Django
#31862: Add ArrayField for all supported databases - not only postgres
-+-
   Reporter:  אורי   |  Owner:  nobody
   Type:  New| Status:  new
  feature|
  Component:  Database   |Version:  master
  layer (models, ORM)|
   Severity:  Normal |   Keywords:
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 `JSONField` has been moved from `django.contrib.postgres.fields` to
 `django.db.models` in Django 3.1. Can you move `ArrayField` too from
 `django.contrib.postgres.fields` to `django.db.models`? Is there a
 technical reason why `ArrayField` cannot be supported by all databases?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.1086c8e06260cfb6e820ee7bbaee4783%40djangoproject.com.