pgadmin4/web/pgadmin/tools/sqleditor
2020-08-20 17:58:37 +05:30
..
static Added SQL Formatter support in Query Tool. Fixes #2042 2020-08-20 13:05:00 +05:30
templates/sqleditor/sql Fixed an issue where the user is not able to insert the data if the table and columns name contains special characters. Fixes #4387 2020-08-06 12:30:10 +05:30
tests Fixed an issue where the user is not able to insert the data if the table and columns name contains special characters. Fixes #4387 2020-08-06 12:30:10 +05:30
utils Define constants for preferences label to fix SonarQube issues. 2020-08-20 17:58:37 +05:30
__init__.py The 'str' object never has attribute decode in Python3, so remove the dead code. 2020-08-12 18:55:35 +05:30
command.py Replace the generic exception class with a more specific one. 2020-08-07 12:37:00 +05:30