pgadmin4/web/pgadmin/misc
Surinder Kumar 9e8e3fc787 Fix file selection on Windows. Fixes #1319
1) Unable to select sql file through query tool on windows OS. In file_manager.js, we are stripping initial slash '/' from the path obtained, but we should not strip if it is full path like 'c:/path/to/dir/filename.ext'

2) Handle directory path if STORAGE_DIR is None. Proper checks are added.
2016-06-10 17:06:22 +01:00
..
bgprocess Added support for importing and exporting the table data. 2016-05-21 15:43:43 +05:30
depends When any of the docked tab(statistics, dependents & dependencies) 2016-06-08 12:46:30 +01:00
file_manager Fix file selection on Windows. Fixes #1319 2016-06-10 17:06:22 +01:00
sql Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
static/explain Integrate the graphical explain module in the Query Editor. 2016-05-16 01:07:54 +05:30
statistics Fix validation issue causing statistics tab to break if no node is selected on browser tree and user clicks on statistics tab. 2016-06-08 12:48:34 +01:00
templates Fixed issue only coming in the runtime. 2016-06-02 13:15:26 +05:30
__init__.py Loading the explain.js as 'application/javascript' 2016-05-16 11:28:23 +05:30