Обсуждение: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager

Поиск
Список
Период
Сортировка

[pgAdmin4][Patch]: RM1872 - Not able to open the File Manager

От
Surinder Kumar
Дата:
Hi

Issues fixed:

1) In Python 3, parameter "cmp" is removed from sorted method. So File Manager won't open.
As we are sorting data on JS side using Natural sort, so on server side sorting is not required.

2) Improvement in Exception handling.

Please find attached patch and review.


Thanks,
Surinder Kumar
Вложения

Re: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager

От
Dave Page
Дата:
Thanks, patch applied.

On Thu, Oct 20, 2016 at 10:37 AM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> Hi
>
> Issues fixed:
>
> 1) In Python 3, parameter "cmp" is removed from sorted method. So File
> Manager won't open.
> As we are sorting data on JS side using Natural sort, so on server side
> sorting is not required.
>
> 2) Improvement in Exception handling.
>
> Please find attached patch and review.
>
>
> Thanks,
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company