Re: bulk_create on Oracle using execute_many

2019-10-07 Thread Mariusz Felisiak
At first glance I don't see any caveats, but it's ORM so it won't be trivial because e.g. other backends use execute() to perform bulk_create(). Feel-free to add a new ticket if you want to work on this. I will not find enough time to prepare a patch in the next few months :) Best, Mariusz W d

bulk_create on Oracle using execute_many

2019-10-07 Thread Václav Řehák
Hi, there is a comment by Mariusz Felisiak about reimplementing bulk_create on Oracle using execute_many (https://github.com/django/django/pull/11416#issuecomment-504340841). Colleagues of mine were surprised by low performance of current bulk_create performance on Oracle and did a quick test

Re: Question about ticket #20456: Easier unit testing for class-based views

2019-10-07 Thread Adam Johnson
Moving the head=get line sounds sensible to me! On Sun, 6 Oct 2019 at 17:31, Felipe Lee wrote: > Hi everyone, > > I was looking into ticket #20456 ( > https://code.djangoproject.com/ticket/20456), which is to improve the > ease of testing class-based views (cbvs). It's been a while since anyone

Fellow Reports - October 2019

2019-10-07 Thread Mariusz Felisiak
Week ending October 6, 2019. *Triaged:* https://code.djangoproject.com/ticket/30817 - Document that Sitemap.items() can return an iterable. (accepted) https://code.djangoproject.com/ticket/30818 - Django can't handle m2m relations well sometimes. (invalid) https://code.djangoproject.com/ticket/3