Thanks patch applied.On Fri, Sep 15, 2017 at 6:16 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi Akshay,It's not issue; Try without quotes. As char data type stores only one character so it's storing only leading quote (') andtruncating remaining characters (a').Only exception is when you want to store empty string (char) use two quotes (either single or double)they will translated before sending to server. Apart from this I found that data types "char" and "char"[] (alias to character and character[] respectively)were not taken into consideration in sqleditor.js. I have attached updated patch which fixes this issue.-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL CompanyOn Thu, Sep 14, 2017 at 5:31 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi Harshal I have reviewed your patch it looks good to me. Only one issue I have found with char[], when I store {'a','b','c'} it gets stored and when I refreshed it shows {',','}. Please look into this issue.On Thu, Sep 14, 2017 at 3:54 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:It works, sorry for the noise.On Thu, Sep 14, 2017 at 3:48 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Harshal, Can you please rebase the patch, it's not applied with the latest code.On Tue, Sep 12, 2017 at 2:37 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246 -- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
Hi Akshay,It's not issue; Try without quotes. As char data type stores only one character so it's storing only leading quote (') andtruncating remaining characters (a').Only exception is when you want to store empty string (char) use two quotes (either single or double)they will translated before sending to server. Apart from this I found that data types "char" and "char"[] (alias to character and character[] respectively)were not taken into consideration in sqleditor.js. I have attached updated patch which fixes this issue.-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL CompanyOn Thu, Sep 14, 2017 at 5:31 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi Harshal I have reviewed your patch it looks good to me. Only one issue I have found with char[], when I store {'a','b','c'} it gets stored and when I refreshed it shows {',','}. Please look into this issue.On Thu, Sep 14, 2017 at 3:54 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:It works, sorry for the noise.On Thu, Sep 14, 2017 at 3:48 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Harshal, Can you please rebase the patch, it's not applied with the latest code.On Tue, Sep 12, 2017 at 2:37 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
Hi Harshal I have reviewed your patch it looks good to me. Only one issue I have found with char[], when I store {'a','b','c'} it gets stored and when I refreshed it shows {',','}. Please look into this issue.On Thu, Sep 14, 2017 at 3:54 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:It works, sorry for the noise.On Thu, Sep 14, 2017 at 3:48 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Harshal, Can you please rebase the patch, it's not applied with the latest code.On Tue, Sep 12, 2017 at 2:37 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
It works, sorry for the noise.On Thu, Sep 14, 2017 at 3:48 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Harshal, Can you please rebase the patch, it's not applied with the latest code.On Tue, Sep 12, 2017 at 2:37 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
Harshal, Can you please rebase the patch, it's not applied with the latest code.On Tue, Sep 12, 2017 at 2:37 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
On Tue, Sep 12, 2017 at 2:34 PM, Dave Page <dpage@pgadmin.org> wrote:Adding Akshay... Sure. On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Akshay JoshiPrincipal Software Engineer Phone: +91 20-3058-9517Mobile: +91 976-788-8246
Adding Akshay...
On Tue, Sep 12, 2017 at 10:04 AM, Dave Page <dpage@pgadmin.org> wrote:Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company
Akshay, can you review/commit this please?On Mon, Sep 11, 2017 at 3:40 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company-- Dave PageBlog: http://pgsnake.blogspot.comTwitter: @pgsnakeEnterpriseDB UK: http://www.enterprisedb.comThe Enterprise PostgreSQL Company
Hi,Please find attached patch to represent array data in datagrid with curly braces andalso allow user to save array with values like <null>, <empty string>, '""' and "''"-- Harshal DhumalSr. Software EngineerEnterpriseDB India: http://www.enterprisedb.comThe Enterprise PostgreSQL Company
pgadmin-hackers by date:
Соглашаюсь с условиями обработки персональных данных