Subject Re: [firebird-support] No case sensitive column names
Author Ann W. Harrison
kokok_kokok wrote:
> Is there a way to store the case of the column names but then to get
> them without case sensitive feature?
>
> For example, I have the "EnterDate" column in a table.
>
> If I do "select * from Customers" or I use a report designer, I would
> like to see the column name as "EnterDate", not "ENTERDATE". (Firebird
> store all column names in upper case if you do not provide "")
>

In ancient history the RDB$QUERY_HEADER field stored the presentation
format of the column name. It wasn't SQL conformant though...


Sigh,


Ann