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 va

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>

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

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

Re: Enums printout - possible bug

2017-12-08 Thread Harshal Dhumal
n this patch. Thanks, -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Sat, Dec 9, 2017 at 10:45 AM, Dave Page wrote: > Murtuza, can you investigate please? > > Thanks! > > On Fri, Dec 8, 201

Re: PgAdmin 4 v2.0 stuck in "Initializing the query execution!"

2017-10-12 Thread Harshal Dhumal
lt;https://docs.python.org/2/library/threading.html#lock-objects> while modifying _cache. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Oct 12, 2017 at 2:31 PM, Peterko wrote: > Hi, > >

Re: pgadmin4 exception: session['_id'] not in self.managers

2017-10-10 Thread Harshal Dhumal
Hi Dave, Please find attached patch (old RM2713). Also for server group and server module login required checks were missing, I have added them in same patch -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue

Re: pgadmin4 exception: session['_id'] not in self.managers

2017-10-09 Thread Harshal Dhumal
gt; how '_id' is generated then we can see it uses remote address and user-agent to generate it. I thing we should use another session identifier (sid - session id) to map user connection from connection manager. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enter

Re: pgadmin4 exception: session['_id'] not in self.managers

2017-10-09 Thread Harshal Dhumal
sure Dave -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Oct 9, 2017 at 1:16 PM, Dave Page wrote: > Harshal, can you help with this please? > > On Sun, Oct 8, 2017 at 12:39 AM, David Gilman

Re: Hosting pgAdmin4 with Apache/WSGI

2017-09-18 Thread Harshal Dhumal
Hi Dave, Regarding User management related issue RM2641 <https://redmine.postgresql.org/issues/2641> is already logged and also I have sent patch for the same. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: Opening queries in new window, record caching when scrolling

2017-07-19 Thread Harshal Dhumal
On Thu, Jul 20, 2017 at 10:12 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > > > On Thu, Jul 20, 2017 at 9:56 AM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> >> On Thu, Jul 20, 2017 at 6:36 AM, Russell Mercer >> wrote: >> >>> Hi, >>> >>> One of the items that