pgadmin4/web/pgadmin/browser
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
..
server_groups Fixed following issues in the function module: 2020-10-12 14:01:04 +05:30
static Added support to view trigger function under the respective trigger node. Fixes #2519 2020-10-12 13:49:54 +05:30
templates/browser Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30
tests Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
__init__.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
collection.py Fixed code smell 'Define a constant instead of duplicating this literal' reported by SonarQube. 2020-08-20 18:34:49 +05:30
register_browser_preferences.py Fixed an issue where some properties are not being updated correctly for the shared server. Fixes #5867 2020-09-30 12:29:59 +05:30
utils.py Fixed invalid literal issue when fetching dependencies for Materialized View. Fixed #5882 2020-10-05 17:53:47 +05:30