pgadmin4/web
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
..
migrations Fixed SQLAlchemy operation error with the boolean value as true/false for Python version < 3.7 2020-10-01 13:29:46 +05:30
pgadmin Fixed following issues in the function module: 2020-10-12 14:01:04 +05:30
regression Added Macro support. Fixes #1402 2020-09-28 15:26:45 +05:30
.editorconfig Fixed focus color issue for Alertify dialog buttons. Fixes #5292 2020-03-26 15:30:31 +05:30
.eslintignore Ignore the ycache directory when linting. 2018-05-31 10:34:29 -04:00
.eslintrc.js Replace charting library Flotr2 with ChartJS using React. Fixes #3904 2020-07-29 14:49:22 +05:30
babel.cfg Modify babel config for javascript files. 2020-09-13 18:54:35 +05:30
config.py Update version for release. 2020-09-14 17:53:54 +05:30
karma.conf.js Added ability to generate code coverage reports for java script files. 2020-08-07 12:27:12 +05:30
package.json Upgrade font awesome from v4 to v5. Fixes #5731 2020-08-13 12:04:00 +05:30
pgAdmin4.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
pgAdmin4.wsgi Raise an exception under Python < 3.4 for WSGI mode. 2020-05-04 15:06:45 +05:30
pgadmin.themes.json 1) Further styling tweaks for Dark Theme. 2019-11-11 18:47:43 +05:30
setup.py Fixed incorrect import in setup.py 2020-09-28 17:47:38 +05:30
webpack.config.js Removed (Beta) keyword from Schema Diff and High Contrast theme. 2020-09-29 18:27:28 +05:30
webpack.shim.js Replace charting library Flotr2 with ChartJS using React. Fixes #3904 2020-07-29 14:49:22 +05:30
webpack.test.config.js Added ability to generate code coverage reports for java script files. 2020-08-07 12:27:12 +05:30
yarn.lock Updated the packages and yarn.lock file. 2020-10-09 11:49:03 +05:30