public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Fixed an issue where SQL for index shows the same col
3+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Fixed an issue where SQL for index shows the same col
@ 2021-11-15 11:08 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Akshay Joshi @ 2021-11-15 11:08 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where SQL for index shows the same column multiple times. Fixes #6981

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=33cc2a7514a0f9954e7e524350bcffe8f810...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_2.rst                                       | 1 +
.../server_groups/servers/databases/schemas/tables/indexes/utils.py    | 3 +++
2 files changed, 4 insertions(+)



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr
@ 2021-12-01 11:54 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Akshay Joshi @ 2021-12-01 11:54 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where SQLite database definition is wrong because the USER_ID FK
references the table user_old which is not available.

Fixes #7031

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b613fdf368b5adfa66beb327d0d414ab708...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_3.rst         |  1 +
web/migrations/versions/35f29b1701bd_.py | 11 +++++++++-
web/migrations/versions/3ce25f562f3b_.py | 36 ++++++++++++++++++++++++++++++++
web/migrations/versions/7fedf8531802_.py |  4 +++-
web/migrations/versions/c465fee44968_.py |  7 ++++---
web/pgadmin/model/__init__.py            |  2 +-
6 files changed, 55 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where SQL for revoke statements are no
@ 2022-03-28 12:07 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Akshay Joshi @ 2022-03-28 12:07 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where SQL for revoke statements are not shown for databases. Fixes #4258

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f2ff5af5c1fc2dce250d0a77987bbe0a8b9...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_8.rst                   |   1 +
.../server_groups/servers/databases/__init__.py    |   4 +-
.../templates/schemas/pg/9.2_plus/sql/create.sql   |   2 +-
.../templates/schemas/pg/9.2_plus/sql/update.sql   |  10 +-
.../templates/schemas/pg/default/sql/create.sql    |   2 +-
.../templates/schemas/pg/default/sql/update.sql    |  10 +-
.../templates/schemas/ppas/9.1_plus/sql/create.sql |   2 +-
.../templates/schemas/ppas/9.1_plus/sql/update.sql |  26 ++--
.../templates/schemas/ppas/9.2_plus/sql/create.sql |   2 +-
.../templates/schemas/ppas/9.2_plus/sql/update.sql |  34 ++---
.../tests/pg/9.2_plus/alter_schema_add_priv.sql    |   8 +-
.../pg/9.2_plus/alter_schema_add_priv_msql.sql     |   8 +-
.../tests/pg/9.2_plus/alter_schema_drop_priv.sql   |   4 +-
.../pg/9.2_plus/alter_schema_drop_priv_msql.sql    |   4 +-
.../tests/pg/9.2_plus/alter_schema_update_priv.sql |   8 +-
.../pg/9.2_plus/alter_schema_update_priv_msql.sql  |   8 +-
.../pg/9.2_plus/create_schema_all_options.sql      |   8 +-
.../pg/9.2_plus/create_schema_all_options_msql.sql |   8 +-
.../tests/ppas/9.2_plus/alter_schema_add_priv.sql  |   8 +-
.../ppas/9.2_plus/alter_schema_add_priv_msql.sql   |   8 +-
.../tests/ppas/9.2_plus/alter_schema_drop_priv.sql |   4 +-
.../ppas/9.2_plus/alter_schema_drop_priv_msql.sql  |   4 +-
.../ppas/9.2_plus/alter_schema_update_priv.sql     |   8 +-
.../9.2_plus/alter_schema_update_priv_msql.sql     |   8 +-
.../ppas/9.2_plus/create_schema_all_options.sql    |   8 +-
.../9.2_plus/create_schema_all_options_msql.sql    |   8 +-
.../databases/sql/9.3_plus/alter_online.sql        |  32 ++---
.../templates/databases/sql/9.3_plus/defacl.sql    | 129 ++++++++++++++++++-
.../templates/databases/sql/9.3_plus/grant.sql     |  27 +++-
.../templates/databases/sql/default/create.sql     |   2 +-
.../alter_default_db_privileges_function.sql       |  14 ++
.../alter_default_db_privileges_function_msql.sql  |   4 +
.../alter_default_db_privileges_reset_all.sql      |  12 ++
.../alter_default_db_privileges_sequences.sql      |  21 +++
.../alter_default_db_privileges_sequences_msql.sql |   9 ++
.../default/alter_default_db_privileges_tables.sql |  19 +++
.../alter_default_db_privileges_tables_msql.sql    |   6 +
.../default/alter_default_db_privileges_types.sql  |  23 ++++
.../databases/tests/pg/default/test_database.json  | 141 +++++++++++++++++++++
.../alter_default_db_privileges_function.sql       |  14 ++
.../alter_default_db_privileges_function_msql.sql  |   4 +
.../alter_default_db_privileges_reset_all.sql      |  12 ++
.../alter_default_db_privileges_sequences.sql      |  21 +++
.../alter_default_db_privileges_sequences_msql.sql |   9 ++
.../default/alter_default_db_privileges_tables.sql |  19 +++
.../alter_default_db_privileges_tables_msql.sql    |   6 +
.../default/alter_default_db_privileges_types.sql  |  23 ++++
.../tests/ppas/default/test_database.json          | 141 +++++++++++++++++++++
.../templates/macros/default_privilege.macros      |  29 +++--
web/pgadmin/browser/server_groups/servers/utils.py |   8 +-
web/regression/python_test_utils/test_utils.py     |   9 +-
web/regression/re_sql/tests/test_resql.py          |   7 +-
52 files changed, 807 insertions(+), 139 deletions(-)



^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2022-03-28 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 11:08 pgAdmin 4 commit: Fixed an issue where SQL for index shows the same col Akshay Joshi <[email protected]>
2021-12-01 11:54 pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr Akshay Joshi <[email protected]>
2022-03-28 12:07  pgAdmin 4 commit: Fixed an issue where SQL for revoke statements are no Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox