Hi Khushboo
Following are the review comments:
- Fix the PEP8 issue.
- Drop query should be part of the jinja template for consistency.
Currently, it is added through the python file.
- Any changes in the view code should not warn the user "Changing the
columns in a view requires d
Hi,
Please find the attached patch for RM #5053 - Getting an error while
changing the columns in the existing view.
PostgreSQL doesn't allow to change the view columns. So, while performing
this task the existing view should be dropped first and then recreate it
and also user will get a warning f
Hi Hackers,
Attached is the patch for the feature where inactive session will be logged
out. Note that, here inactive session means no user activity of mouse move,
click or keypress.
I've introduced two config params:
1. USER_INACTIVITY_TIMEOUT - Interval in seconds for the timeout. Default
is 0-Z
Schema Diff Improvements:
1. Grid header should be center aligned vertically.
2. Increase the space between object counts.
3. The previous selected objects should not be re-selected on comparison.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h
Hi Khushboo,
We can create a common function in Server node to fetch the servers and
then use that same function in the schema diff tool, currently we have
written the same function in schema diff tool to avoid duplicate code.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.c