pgadmin4/web/pgadmin
Pradip Parkale 1bb510cdd4 Fixed following issues in the function module:
1) The volatility option is not reflecting. It stays volatile always when creating the function.
2) Set "Returns as set" to true and enter estimated rows like 12. Now set returns as set to false and save.
   It gives ERROR: ROWS is not applicable when the function does not return a set.
   Need to clear estimated rows when returns as set is false.
3) If estimated rows are added and support function is selected then SQL looks ugly.

Fixes #5843
2020-10-12 14:01:04 +05:30
..
about Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
authenticate 1) Added email id validation on the login page. 2020-09-11 19:55:19 +05:30
browser Fixed following issues in the function module: 2020-10-12 14:01:04 +05:30
dashboard Fixed code smells 'Define a constant instead of duplicating this literal' reported by SonarQube. 2020-09-29 15:08:14 +05:30
feature_tests Fixed PEP8 2020-10-05 15:09:39 +05:30
help Upgrade font awesome from v4 to v5. Fixes #5731 2020-08-13 12:04:00 +05:30
misc Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. Fixes #5853. 2020-10-09 18:17:27 +05:30
model Allow user to change the database connection from an open query tool tab. Fixes #3794 2020-10-01 13:29:46 +05:30
preferences Fixed linter error by removing 'debugger;' keyword. 2020-09-03 13:16:08 +05:30
redirects Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
settings Fixed code smell 'Define a constant instead of duplicating this literal' reported by SonarQube. 2020-08-20 20:26:51 +05:30
setup Fixed code smells 'Define a constant instead of duplicating this literal' reported by SonarQube. 2020-09-29 15:08:14 +05:30
static Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. Fixes #5853. 2020-10-09 18:17:27 +05:30
templates Fixed accessibility issues for main panels. 2020-09-01 12:58:23 +05:30
tools Fixed fg_color and bg_color issue for connection string on query tool. 2020-10-12 13:51:48 +05:30
translations Update message catalogs. 2020-10-09 18:00:25 +05:30
utils Allow user to change the database connection from an open query tool tab. Fixes #3794 2020-10-01 13:29:46 +05:30
__init__.py Ensure that a valid error message should be displayed for an incorrect user or password. 2020-09-11 11:26:47 +05:30
messages.pot Update message catalogs. 2020-10-09 18:00:25 +05:30