Re: [Django] #25287: Multiplying and dividing connectors for duration expressions are not supported by sqlite backed.

2021-04-13 Thread Django
#25287: Multiplying and dividing connectors for duration expressions are not
supported by sqlite backed.
-+-
 Reporter:  Ahmet DAL|Owner:  Tobias
 |  Bengfort
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  sqlite3, mysql,  | Triage Stage:  Accepted
  combine_duration_expression, F |
  expressions,   |
Has patch:  1|  Needs documentation:  1
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_docs:  0 => 1
 * needs_tests:  0 => 1


-- 
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/066.78a4312bb6c1d14ba6c11f38bcf9e9d6%40djangoproject.com.


Re: [Django] #25287: Multiplying and dividing connectors for duration expressions are not supported by sqlite backed.

2021-04-09 Thread Django
#25287: Multiplying and dividing connectors for duration expressions are not
supported by sqlite backed.
-+-
 Reporter:  Ahmet DAL|Owner:  Tobias
 |  Bengfort
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  sqlite3, mysql,  | Triage Stage:  Accepted
  combine_duration_expression, F |
  expressions,   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tobias Bengfort):

 * keywords:  sqlite3, combine_duration_expression, F expressions, =>
 sqlite3, mysql, combine_duration_expression, F expressions,


Comment:

 I took a stab at a fix at https://github.com/django/django/pull/14237

 It seems like this is not only an issue for sqlite but also for 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.0df358da1d0959dbd1dd42a386c57f9b%40djangoproject.com.


Re: [Django] #25287: Multiplying and dividing connectors for duration expressions are not supported by sqlite backed.

2021-04-08 Thread Django
#25287: Multiplying and dividing connectors for duration expressions are not
supported by sqlite backed.
-+-
 Reporter:  Ahmet DAL|Owner:  Tobias
 |  Bengfort
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  sqlite3, | Triage Stage:  Accepted
  combine_duration_expression, F |
  expressions,   |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * owner:  (none) => Tobias Bengfort
 * needs_better_patch:  0 => 1
 * has_patch:  0 => 1
 * status:  new => assigned


-- 
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/066.4587386696630296eca56f0f5469f387%40djangoproject.com.


Re: [Django] #25287: Multiplying and dividing connectors for duration expressions are not supported by sqlite backed.

2021-04-08 Thread Django
#25287: Multiplying and dividing connectors for duration expressions are not
supported by sqlite backed.
-+-
 Reporter:  Ahmet DAL|Owner:  (none)
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  sqlite3, | Triage Stage:  Accepted
  combine_duration_expression, F |
  expressions,   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * owner:  Sergey Fedoseev => (none)
 * status:  assigned => new


-- 
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/066.4cae66f9a808b093895598468289adbb%40djangoproject.com.


Re: [Django] #25287: Multiplying and dividing connectors for duration expressions are not supported by sqlite backed. (was: Multiplying and dividing connectors for datetime expressions are not support

2021-04-06 Thread Django
#25287: Multiplying and dividing connectors for duration expressions are not
supported by sqlite backed.
-+-
 Reporter:  Ahmet DAL|Owner:  Sergey
 |  Fedoseev
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  sqlite3, | Triage Stage:  Accepted
  combine_duration_expression, F |
  expressions,   |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tobias Bengfort):

 I have created a patch that seems to work. I know far too little about
 databases though to test and finish it properly. So I hope it is helpful
 to someone else:

 https://github.com/xi/django/commit/240501051db0621a456101a9e599304e1be83faa

-- 
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/066.7df599e004aed34cb051c014ad0e9b88%40djangoproject.com.