Re: [Django] #27681: Binary &/| operators work incorrectly for negative values on MySQL

2017-01-03 Thread Django
#27681: Binary &/| operators work incorrectly for negative values on MySQL
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.10
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"fd2f7e47671239dcff98cfb91ab170aa6461" fd2f7e47]:
 {{{
 #!CommitTicketReference repository=""
 revision="fd2f7e47671239dcff98cfb91ab170aa6461"
 Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.
 }}}

--
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/065.d13abbe37ea7409e8ff69bf3cfde3ca3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27681: Binary &/| operators work incorrectly for negative values on MySQL

2017-01-03 Thread Django
#27681: Binary &/| operators work incorrectly for negative values on MySQL
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  1.10
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * 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/065.6315b059f2fff21ca0104e4403fe445c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27681: Binary &/| operators work incorrectly for negative values on MySQL

2017-01-03 Thread Django
#27681: Binary &/| operators work incorrectly for negative values on MySQL
-+-
   Reporter:  felixxm|  Owner:  felixxm
   Type:  Bug| Status:  assigned
  Component:  Database   |Version:  1.10
  layer (models, ORM)|
   Severity:  Normal |   Keywords:
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 MySQL's binary operators return an unsigned 64-bit integer which means
 they don't return the same results as other databases.

 [https://github.com/django/django/pull/7787 PR]

--
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/050.1d08080c523b2aeae369cd12adc81bd0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.