Re: "Unify by values" setting in Oracle's base.py

2021-04-12 Thread Mariusz Felisiak
Hi Nigel, Creating a subquery only looks like a good solution for a limited number of cases. As far as I'm aware it will also change an execution plan and can cause a performance regression in complicated queries. We also cannot group by column aliases on Oracle as proposed in PR14251

Allow turning off fuzzy matching for makemessages (Reopen #10852)

2021-04-12 Thread gw...@fusionbox.com
Fuzzy matching is not useful for me and confuses my translators. I would like to be able to pass an option to makemessages that passes the --no-fuzzy-matching option to msgmerge to turn it off. I understand it is useful for some people, so fuzzy matching should remain the default. I propose

Re: "Unify by values" setting in Oracle's base.py

2021-04-12 Thread charettes
Hello Nigel, > I wonder if it would be possible to catch cases where a bind variable would normally be included in both the SELECT list and the GROUP BY. It should be possible at the compiler level which is overriddable by backend (e.g. here's how it's done for a different purpose on MySQL

Re: "Unify by values" setting in Oracle's base.py

2021-04-12 Thread NPB
Hi Simon, Thanks for tracking that down. I see - an interesting problem that lacks an obvious solution. Nevertheless, there is a generic way to deal with this and it will optimize OK in Oracle (at least in the vast majority of cases). select x, sum(sal) from (select :arg0 * deptno as x, sal

Re: GSoc proposal : A django pdfs library.

2021-04-12 Thread Carlton Gibson
Hi Anuttam — If you're happy I'd submit. I'm afraid I don't have capacity to pre-review before the deadline here. Good luck. Kind Regards, Carlton On Monday, 12 April 2021 at 08:27:12 UTC+2 anutta...@gmail.com wrote: > Hey , > Can anyone please let me know if I have to include other

Re: GSoc proposal : A django pdfs library.

2021-04-12 Thread Anuttam Anand
Hey , Can anyone please let me know if I have to include other things for my final proposal or should I submit ? Thanks. On Thu, 8 Apr, 2021, 8:58 am Anuttam Anand, wrote: > Hey Carton , > I have made my final proposal , please let me know for any additional > points or advice. > Google Docs

Re: django-amp-tools project improvement

2021-04-12 Thread Carlton Gibson
This might be OK as a third-party package but I don't think it would be something we'd include in Django itself. Nor I think would we accept it as a GSoC project. Sorry. Kind Regards, Carlton On Monday, 12 April 2021 at 08:19:10 UTC+2 parth...@gmail.com wrote: > Can I propose to make an

Re: django-amp-tools project improvement

2021-04-12 Thread Pratham Jangra
Can I propose to make an official Django library for AMP? On Thu, Apr 8, 2021, 16:25 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > Hi Pratham, > > Sorry to be a bit of a downer here... > > The django-amp-tools project is not an official django project and has