Re: [pgadmin-hackers] Observed bug in pgAdmin3

2016-01-24 Thread Neel Patel
Hi, We have fixed the issue as mentioned below. *Issue :-* When we create any collation then two times schema name was appended to query. *Fix:-* With this fix, schema name will appended only one time and create query for collation will execute correctly. Please find attached patch file. Review

Re: [pgadmin-hackers] [pgAdmin3][Extension]: Wrong SQL generated

2016-01-24 Thread Neel Patel
Hi, Please find attached patch file for the issue mentioned below. *Issue:- * When user "Edit" any existing extension module property, and try to change the schema and version field to blank then SQL should not be generated for the blank field. Above issue is fixed with attached patch file. Do