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
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
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
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_
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