[pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9
Дата
Msg-id CAM5-9D8E7u77CvWhk4tf1WLsM6zviUhTH0S22j5G6CTiqb93=g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9
Список pgadmin-hackers
Hi,

Please find attached patch for RM#1330.
Issue: To find out the type of file selected using FileManager in query tool, we use bitwise OR( | ) on two sets which is not working on python-2.6.9 version.
Now we took list of elements instead of sets to fix the issue.

This fix is tested on python-2.6.9, python-2.7.1 & python3.5

Please review.


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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sebastiaan van Stijn
Дата:
Сообщение: [PATCH] fix "global name 'execfile' not defined"
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Include the Negator when reverse engineering SQL fo