pgadmin4/web
Khushboo Vashi c418a9c9ca Fixed following schema diff issues:
1) Version mismatch should be displayed if you select EPAS 11 as the source and EPAS 12 as the target.
  2) We should handle schema diff if the user stops the server after compare.
  3) The data type is not visible for column headers in the query tool/view data.
  4) Difference SQL is shown, though source & target SQL are same.
  5) Error is shown when the 'target only' table is selected & clicked on Generate Script.
  6) Difference SQL generated on deleting primary constraints from source throwing error on running from query tool.
  7) Copy button for Difference SQL does not work.
  8) Incorrect SQL is generated when check constraint from the source table is dropped.
  9) Difference SQL is NOT shown when 'Unique Constraint' is dropped from the source table.
 10) In case of difference, no message displayed related to copied successfully or not.
 11) create or replace trigger should be on the next line.
 12) Comparison Result of exactly identical tables having foreign key constraints is shown as different.
 13) The wrong SQL displayed in the difference tab for view and materialized view for the select statements.
 14) Wrong SQL displayed for the procedure in the difference section.
 15) If the user already opens the compare section of Schema diff tool and Disconnects the server then '<' not supported between instances of 'NoneType' and 'int' message displayed.
 16) When 'check constraint' is added on the source table which has already unique constraint & identical target table is created, all SQL panels remain empty.
 17) Difference SQL is NOT shown when after adding 'Foreign Key' constraint to existing source table.
 18) Incorrect SQL is generated when the existing index on the source table is modified.
 19) Wrong SQL displayed for function in difference section.
 20) Additional space is added before & after in difference SQL generated on the addition of an index to the source table.
 21) Difference SQL is NOT shown when tables have different permission/grants.
 22) Incorrect SQL is shown when the source had inherited table & target has a normal table.
 23) Exactly identical child(inherited) tables show difference SQL.
 24) Comparison is NOT working when the custom vacuum is enabled & one of the parameter modified & again custom vacuum is disabled.
2020-01-28 14:53:17 +05:30
..
migrations Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
pgadmin Fixed following schema diff issues: 2020-01-28 14:53:17 +05:30
regression Fixed API test cases for missing language pack and jasmin test case. 2020-01-20 16:14:12 +05:30
.editorconfig Add an editorconfig file to help maintain coding standards. 2017-07-21 09:39:23 +01:00
.eslintignore Ignore the ycache directory when linting. 2018-05-31 10:34:29 -04:00
.eslintrc.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
babel.cfg Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
config.py Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
karma.conf.js Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
package.json Replace node-sass with sass for SCSS compilation. Fixes #5096 2020-01-16 14:44:58 +05:30
pgAdmin4.py Remove cheroot server for now until we find a way to shutdown cheroot using REST call. Fixes #5069. 2020-01-07 18:45:07 +05:30
pgAdmin4.wsgi Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
pgadmin.themes.json 1) Further styling tweaks for Dark Theme. 2019-11-11 18:47:43 +05:30
setup.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
webpack.config.js Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
webpack.shim.js Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
webpack.test.config.js Logout the pgAdmin session when no user activity of mouse move, click or keypress. Fixes #5000. 2020-01-15 18:07:46 +05:30
yarn.lock Replace node-sass with sass for SCSS compilation. Fixes #5096 2020-01-16 14:44:58 +05:30