pgadmin4/web/pgadmin/tools/sqleditor
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
..
static/css Adding support for autocomplete in the SQL Editor. 2016-05-21 16:04:29 +05:30
templates/sqleditor Fixes #1303 Query with Order by clause is not working in Query Tool 2016-06-03 14:40:57 +05:30
__init__.py Fix file type detection for Python 2.6. Fixes #1330 2016-06-13 16:35:11 +01:00
command.py Fixes #1217 - Added support for the context menu - 'View Data' for the 2016-05-25 00:02:52 +05:30