Files
pgadmin4/web/pgadmin
Surinder Kumar 677008af10 Fix file type detection for Python 2.6. Fixes #1330
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.
2016-06-13 16:35:11 +01:00
..
2016-01-18 14:48:14 +00:00
2016-05-21 13:54:22 -04:00
2016-04-14 13:40:01 +01:00