Re: Enums printout - possible bug

2017-12-18 Thread Dave Page
Awesome - thanks, applied! On Mon, Dec 18, 2017 at 2:24 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > > -- > *Harshal Dhumal* > *Sr. Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Mon, Dec 18, 2017 at 3:13 PM, D

Re: Enums printout - possible bug

2017-12-18 Thread Dave Page
Hi Looks like there's a TZ issue in the datatype test: == FAIL: runTest (pgadmin.feature_tests.pg_datatype_validation_test.PGDataypeFeatureTest) Test checks for PG data-types output ---

Re: Enums printout - possible bug

2017-12-14 Thread Harshal Dhumal
+pgadmin-hackers -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Dec 14, 2017 at 5:26 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Please find attached patch for various data type te

Re: Enums printout - possible bug

2017-12-14 Thread Harshal Dhumal
Hi, Please find attached patch for various data type test cases. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Dec 11, 2017 at 5:24 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > -- > *H

Re: Enums printout - possible bug

2017-12-11 Thread Harshal Dhumal
-- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Sat, Dec 9, 2017 at 12:06 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Sat, Dec 9, 2017 at 11:50 AM, Harshal Dhumal < > harshal.dhu...@enterp

Re: Enums printout - possible bug

2017-12-08 Thread Khushboo Vashi
On Sat, Dec 9, 2017 at 11:50 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: > >> Hi >> >> Yeah, that one is in my list to work on. Have you specifically tested it >> with enum types (not enum[])? >> > > Yes. > @Harshal, Can you

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Nice! Thanks. Sent from my iPad > On 9 Dec 2017, at 06:20, Harshal Dhumal > wrote: > > >> On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: >> Hi >> >> Yeah, that one is in my list to work on. Have you specifically tested it >> with enum types (not enum[])? > > Yes. > > > > >> >>> O

Re: Enums printout - possible bug

2017-12-08 Thread Harshal Dhumal
On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: > Hi > > Yeah, that one is in my list to work on. Have you specifically tested it > with enum types (not enum[])? > Yes. [image: Inline image 3] > > On Sat, Dec 9, 2017 at 5:55 AM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com> wrote: >

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Hi Yeah, that one is in my list to work on. Have you specifically tested it with enum types (not enum[])? On Sat, Dec 9, 2017 at 5:55 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Dave, > > Recently I sent a patch >

Re: Enums printout - possible bug

2017-12-08 Thread Harshal Dhumal
Hi Dave, Recently I sent a patch regarding multidimensional array representation issue. In that patch I have reworked about how multidimensional (1 dimension to n dimension) array data sh

Re: Enums printout - possible bug

2017-12-08 Thread Dave Page
Murtuza, can you investigate please? Thanks! On Fri, Dec 8, 2017 at 8:08 PM, Bartosz Dmytrak wrote: > Hi all, > > According to documentation: https://www.postgresql.org/ > docs/current/static/functions-enum.html when I execute SELECT > enum_range(null::rainbow) then output should look like this

Enums printout - possible bug

2017-12-08 Thread Bartosz Dmytrak
Hi all, According to documentation: https://www.postgresql.org/docs/current/static/functions-enum.html when I execute SELECT enum_range(null::rainbow) then output should look like this: {red,orange,yellow,green,blue,purple} But in pgAdmin output looks like this: {{,r,e,d,,,o,r,a,n,g,e,,,y,e,