Re: RM3079 fix for wrong sql datetime/time related datatypes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: RM3079 fix for wrong sql datetime/time related datatypes
Date: 2018-02-27 15:24:31
Message-ID: CA+OCxoz5=7Vo7VpsKPO4J4BZeJQQeiQ-pv8uK5WuVKvpM-Cefg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Tue, Feb 27, 2018 at 2:36 PM, Harshal Dhumal <
harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find patch to fix wrong sql issue for time related type.
>
> Steps to reproduce:
>
> Alter any time/datetime array related data type, it generates sql with
> addition array bracket
>
> [image: Inline image 1]
>

This seems to be missing the test case that you noted should be included in
the original bug report!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-27 15:38:56 pgAdmin 4 commit: PEP8 fixes. Fixes #3156
Previous Message Dave Page 2018-02-27 15:20:57 Re: [pgAdmin4][RM#3002] To fix the indentation issue in query tool editor