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.43k stars 638 forks source link

Lost field size (RM #2779) #1426

Closed dpage closed 2 years ago

dpage commented 6 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/2779 Originally created by Kadir Arslan at 2017-10-11 06:33:45 UTC.

When changing collate lost them field size.

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-1 Originally created by grant johnson at 2017-10-13 21:28:00 UTC.

When altering a table with a column of type character, it ignores the size specified, or even the size already on the table, and just puts a type of character with no size listed in the alter SQL, causing it to be resized to 1 character.

Windows 7, PgAdmin 4, v 2.0 from EDB Application Stack Builder.

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-2 Originally created by Khushboo Vashi at 2017-12-04 09:16:47 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
Assigned To changed Khushboo Vashi
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-3 Originally created by Karen Blatchley at 2017-12-04 16:16:14 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed EDB Sprint 3
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-4 Originally created by Khushboo Vashi at 2017-12-06 05:46:01 UTC.

Patch submitted. https://www.postgresql.org/message-id/CAFOhELeRhXn-v3jB8of+ST0M1NoknG=-RCsfd-vk8CMMq-Hpag@mail.gmail.com

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-5 Originally created by Dave Page at 2017-12-13 15:43:32 UTC.

Redmine ticket header update:

Name Old Value New Value
Fixed Version changed 2.1
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-6 Originally created by Khushboo Vashi at 2017-12-13 15:44:15 UTC.

Applied in changeset commit:107795db1097367b5090e30869046377106c9eef.

Redmine ticket header update:

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

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-7 Originally created by Fahar Abbas at 2017-12-19 08:32:02 UTC.

This is resolved in pgAdmin4 2.1 -Dev build.

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/2779#note-8 Originally created by Fahar Abbas at 2018-01-09 05:55:44 UTC.

Redmine ticket header update:

Name Old Value New Value
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.