Re: Extra Paranthesis on joins on saving a view

2020-12-02 Thread Aditya Toshniwal
Hi Alex, On Thu, Dec 3, 2020 at 7:14 AM Alex Williams wrote: > Hi, > > I'm not sure if this is something new but in previous versions of pgadmin > (currently using 4.27 where this is happening,) when creating a view, more > or less, my original sql was maintained, but now it's mangling the joins

Re: Extra Paranthesis on joins on saving a view

2020-12-02 Thread Alex Williams
Hi, I'm not sure if this is something new but in previous versions of pgadmin (currently using 4.27 where this is happening,) when creating a view, more or less, my original sql was maintained, but now it's mangling the joins like MS Access does with the Jet database with lots of parenthesis's

Re: Dependencies, and upcoming changes to pip

2020-12-02 Thread Shaheed Haque
It looks like pgcli has changed (https://github.com/dbcli/pgcli/pull/1224) ahead of the upcoming pip 21 release (but I'm not sure what their release plans are). On Tue, 20 Oct 2020 at 23:28, Shaheed Haque wrote: > Ok, thanks for the update! > > On Tue, 20 Oct 2020 at 08:11, Akshay Joshi > wrote