[pgAdmin4][PATCH] To fix the issue in handling of timestamp type

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type
Date: 2017-01-30 05:37:37
Message-ID: CAKKotZQm+_1amWAvuH3n-hYVdi98pykAz1PRy2fcnYkoi6PzNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find a patch to fix the issue in timestamp & time type when user
tries to provide scale/lengt to them.
I did some refactoring in code to handle it at one place, affected nodes
would be Type, Table & Column.
*RM#2076*

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
fix_timestamp_type_issue.patch application/octet-stream 31.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-01-30 07:52:59 Re: [Patch] Refactor sql template version picking
Previous Message Murtuza Zabuawala 2017-01-30 05:31:19 Re: PATCH: To fix the issue in Database node (pgAdmin4)