Обсуждение: pgadmin4 new server host rule is missing

Поиск
Список
Период
Сортировка

pgadmin4 new server host rule is missing

От
Seçkin Alan
Дата:
Hi,
In model Server.host field is nullable=False but, UI Hostname/address
field can accept null value.
So,
When I click save button, in that time throw error like NOT NULL
constraint failed: server.host .

--
Seçkin ALAN
http://sckn.org

Вложения

Re: pgadmin4 new server host rule is missing

От
Seçkin Alan
Дата:
++
change node js

full patch is attached

On Thu, Apr 14, 2016 at 11:18 PM, Seçkin Alan <seckinalan@gmail.com> wrote:
> Hi,
> In model Server.host field is nullable=False but, UI Hostname/address
> field can accept null value.
> So,
> When I click save button, in that time throw error like NOT NULL
> constraint failed: server.host .
>
> --
> Seçkin ALAN
> http://sckn.org



--
Seçkin ALAN
http://sckn.org

Вложения

Re: pgadmin4 new server host rule is missing

От
Dave Page
Дата:
Thanks - patch applied, with some improved messages for this check and
the name check..

On Thu, Apr 14, 2016 at 9:18 PM, Seçkin Alan <seckinalan@gmail.com> wrote:
> Hi,
> In model Server.host field is nullable=False but, UI Hostname/address
> field can accept null value.
> So,
> When I click save button, in that time throw error like NOT NULL
> constraint failed: server.host .
>
> --
> Seçkin ALAN
> http://sckn.org
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Re: pgadmin4 new server host rule is missing

От
Dave Page
Дата:
Updated as well - thanks.

On Thu, Apr 14, 2016 at 9:46 PM, Seçkin Alan <seckinalan@gmail.com> wrote:
> ++
> change node js
>
> full patch is attached
>
> On Thu, Apr 14, 2016 at 11:18 PM, Seçkin Alan <seckinalan@gmail.com> wrote:
>> Hi,
>> In model Server.host field is nullable=False but, UI Hostname/address
>> field can accept null value.
>> So,
>> When I click save button, in that time throw error like NOT NULL
>> constraint failed: server.host .
>>
>> --
>> Seçkin ALAN
>> http://sckn.org
>
>
>
> --
> Seçkin ALAN
> http://sckn.org
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company