[pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update are truncating if column is character

2016-12-02 Thread Akshay Joshi
Hi All Please find the attached patch to fix the RM #1994 Insert / update are truncating if column is character. *Issue*: Create any column with datatype as character and provide some length (10), now view the data in pgAdmin4 and try to insert/update that column it gets truncated to one characte

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false

2016-12-02 Thread Khushboo Vashi
Hi. Please find the attached updated patch. Thanks, Khushboo On Fri, Nov 25, 2016 at 7:12 PM, Dave Page wrote: > Hi > > On Fri, Nov 25, 2016 at 12:19 PM, Khushboo Vashi > wrote: > > Hi, > > > > Please find the attached updated patch. > > Please see the attached screenshot. It's still offering

[pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"

2016-12-02 Thread Surinder Kumar
Hi *Issue:* - On viewing table data, If we edit a column and set value of column(type: text) to "null", It always takes it as empty string. It doesn't honour null values. Solution: - Take a flag "*is_null*" for columns with data type 'text', then on GUI, whilst user edits a text field, an additio

[pgadmin-hackers] pgadmin4. utf8 bug report

2016-12-02 Thread Андрей Брюхов
I'm using binary: - pgAdmin4: 1.1 - python: 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] - Flask Version: 0.11. I have a table: CREATE DATABASE test WITH OWNER = postgres ENCODING = 'UTF8' LC_COLLATE = 'Russian_Russia.1251' LC_

Re: [pgadmin-hackers] pgadmin4. utf8 bug report

2016-12-02 Thread Ashesh Vashi
Hi, What is the operating system user name? On Dec 3, 2016 06:40, "Андрей Брюхов" wrote: > I'm using binary: > >- pgAdmin4: 1.1 >- python: 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC >v.1500 32 bit (Intel)] >- Flask Version: 0.11. > > > I have a table: > > CREATE D