pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.53k stars 656 forks source link

"string indices must be integers" error displayed if select Privileges for Columns (RM #4389) #2695

Closed dpage closed 2 years ago

dpage commented 5 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/4389 Originally created by Fahar Abbas at 2019-06-24 12:41:20 UTC.

Builds: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/

Steps:

  1. create table

CREATE TABLE labase.rayyan ( rayan "char" ) WITH ( OIDS = FALSE );

  1. Table created
  2. Right Click on same table
  3. Click on Column
  4. Click on Edit Row
  5. Go into security tab
  6. Click on add New Row
  7. Select Grantee and Privileges
  8. Click on Save Button
  9. Error displayed "string indices must be integers"
dpage commented 5 years ago

Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/3998 Originally created by Fahar Abbas at 2019-06-24 12:31:31 UTC.

Edit_Column_1.png

Filename: Edit_Column_1.png

dpage commented 5 years ago

Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/4000 Originally created by Fahar Abbas at 2019-06-24 12:31:46 UTC.

_Edit_Column_2.png

Filename: _Edit_Column_2.png

dpage commented 5 years ago

Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/4001 Originally created by Fahar Abbas at 2019-06-24 12:31:49 UTC.

Edit_Column_3.png

Filename: Edit_Column_3.png

dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-4 Originally created by Khushboo Vashi at 2019-06-28 10:21:25 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-5 Originally created by Akshay Joshi at 2019-07-03 09:42:42 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready EDB Sprint 44
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-6 Originally created by Akshay Joshi at 2019-07-11 08:01:46 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
Assigned To changed Akshay Joshi
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-7 Originally created by Akshay Joshi at 2019-07-12 08:30:35 UTC.

Patch sent: https://www.postgresql.org/message-id/CANxoLDfzBv8o84VyBWOjTEjZKGJ+TvYVG1u9-P4Prr99-nbGAA@mail.gmail.com

dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-8 Originally created by Dave Page at 2019-07-12 09:12:59 UTC.

Redmine ticket header update:

Name Old Value New Value
Fixed Version changed 4.11
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-9 Originally created by Akshay Joshi at 2019-07-12 09:16:22 UTC.

Applied in changeset commit:ed01274f7b95caeba4943d550792abf265fea7f8.

Redmine ticket header update:

Name Old Value New Value
Status changed In Progress In Testing
Done Ratio changed 0 90
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4389#note-10 Originally created by Fahar Abbas at 2019-07-16 06:30:26 UTC.

This is Resolved in latest build on Windows 64 and MAC OS X: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2019-07-16/

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.