Re: Performance improvement proposal. Removal of toLowerCase calls.

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Performance improvement proposal. Removal of toLowerCase calls.
Дата
Msg-id CADK3HH+nXuw-fk+6jAqebFdY=tW0ZjN_crAdYnXN=66tHSBNww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance improvement proposal. Removal of toLowerCase calls.  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: Performance improvement proposal. Removal of toLowerCase calls.  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc


On Thu, Jan 16, 2014 at 2:47 PM, Thomas Kellerer <spam_eater@gmx.net> wrote:
Are you sure ? This is in the resultset, so any column names should have come back from the db.
Which means that they should come back in lower case anyway.

  create table foo
  (
    "ID" integer,
    "Bar" varchar
  );

  select *
  from foo;

Should return ID and Bar as the column names.


Exactly! While I haven't actually tested the code. The lines that Jeremy is referring to would seem to suggest that  the return columns would be id and bar.

Does anyone have time to test this ?



Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Performance improvement proposal. Removal of toLowerCase calls.
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Performance improvement proposal. Removal of toLowerCase calls.