Обсуждение: Column name case conversion

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

Column name case conversion

От
Zeljko Trogrlic
Дата:
Hello,

Column names are behaving very strangely. In queries, all names are
converted to lowercase.

Example:

I have a table named "LOCATION".
When I try
    select * from location;
I get an error message (this is OK)
When I try
    select * from LOCATION;
I get an error message (this is NOT OK)
When I try
    select * from "LOCATION";
I get an error message (this is OK)

Is it by design? I think that database shouldn't convert name case in SQL
statements, or it should try to make case-insensitive match (like
Interbase) if double quotes are not used.
v
Zeljko Trogrlic
____________________________________________________________

Aeris d.o.o.
Sv. Petka 60 b, HR-31000 Osijek, Croatia
Tel: +385 (31) 53 00 15
Email: mailto:zeljko@post.hinet.hr