Re: [Django] #29868: Database constraint checks are not retained on sqlite

2018-10-30 Thread Django
#29868: Database constraint checks are not retained on sqlite
-+-
 Reporter:  Scott Stevens|Owner:  Simon
 |  Charette
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  check constraint | Triage Stage:  Ready for
  sqlite |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by GitHub ):

 In [changeset:"630f3d8b466570cb13c3f998007e1d9d7b9a5f9b" 630f3d8b]:
 {{{
 #!CommitTicketReference repository=""
 revision="630f3d8b466570cb13c3f998007e1d9d7b9a5f9b"
 Refs #29868 -- Prevented name collisions between test constraints on
 Oracle.
 }}}

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.0f7c3db4e3de8d31e5270d3cdcae5f9d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29868: Database constraint checks are not retained on sqlite

2018-10-29 Thread Django
#29868: Database constraint checks are not retained on sqlite
-+-
 Reporter:  Scott Stevens|Owner:  Simon
 |  Charette
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  check constraint | Triage Stage:  Ready for
  sqlite |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"95bda03f2da15172cf342f13ba8a77c007b63fbb" 95bda03]:
 {{{
 #!CommitTicketReference repository=""
 revision="95bda03f2da15172cf342f13ba8a77c007b63fbb"
 Fixed #29868 -- Retained database constraints on SQLite table rebuilds.

 Refs #11964.

 Thanks Scott Stevens for testing this upcoming feature and the report.
 }}}

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.643a6b8d5465ca4c3cd22165f8624ddb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29868: Database constraint checks are not retained on sqlite

2018-10-29 Thread Django
#29868: Database constraint checks are not retained on sqlite
-+-
 Reporter:  Scott Stevens|Owner:  Simon
 |  Charette
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  check constraint | Triage Stage:  Ready for
  sqlite |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.993034b18278b9fb7d65f89056f62bc6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29868: Database constraint checks are not retained on sqlite

2018-10-20 Thread Django
#29868: Database constraint checks are not retained on sqlite
-+-
 Reporter:  Scott Stevens|Owner:  Simon
 |  Charette
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  check constraint | Triage Stage:  Accepted
  sqlite |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Simon Charette):

 * has_patch:  0 => 1


Comment:

 https://github.com/django/django/pull/10539

-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.65128cbcd3798f0b06b5195b6673de49%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29868: Database constraint checks are not retained on sqlite (was: Database Check Constraints Not Retained (Only Last Is Stored))

2018-10-20 Thread Django
#29868: Database constraint checks are not retained on sqlite
-+-
 Reporter:  Scott Stevens|Owner:  Simon
 |  Charette
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  check constraint | Triage Stage:  Accepted
  sqlite |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Simon Charette):

 * keywords:  check constraint => check constraint sqlite


-- 
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.b80269e406b7beb3c4d5b1c784346c1e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.