Re: Autocomplete in Query Tool not adding quotes to uppercase tables/columns

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Michał Małyska <mmalyska(at)gmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Autocomplete in Query Tool not adding quotes to uppercase tables/columns
Date: 2016-11-25 14:07:47
Message-ID: CA+OCxowToHXdFPiMHqbov9KFdx3+En3MmhjkpPWJcsA+1GtyPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Nov 25, 2016 at 9:58 AM, Michał Małyska <mmalyska(at)gmail(dot)com> wrote:
> pgAdmin 4.1
> Windows 8.1
>
> I have a problem when using autocomplete feature in Query Tool.
> Autocomplete suggests correctly tables/columns/... but after selecting
> suggestion there are no quotes for names with capital letters in. It works
> OK with lowercase names.
>
> ex.
> select * from ADRES
> it shout be
> select * from "ADRES"

Thanks, logged here for tracking: https://redmine.postgresql.org/issues/1992

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

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Erwin Brandstetter 2016-11-26 03:13:15 Re: Final pgAdmin III - v1.22.2 Released
Previous Message Michał Małyska 2016-11-25 09:58:59 Autocomplete in Query Tool not adding quotes to uppercase tables/columns