Re: Why Not MySQL?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why Not MySQL?
Дата
Msg-id 7884.957369087@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why Not MySQL?  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Hannu Krosing <hannu@tm.ee> writes:
> That's what I meant by introducing pushing the case-insensitiveness
> into ODBC,

I don't believe ODBC parses the query carefully enough to recognize
operators that would need to be altered to become case-insensitive.
I'm not even sure that it could do that --- does "WHERE f1 = f2"
need to be changed to "WHERE lower(f1) = lower(f2)"?  No way to know
that unless you know the datatypes of f1 and f2, which would mean
(a) a moderately complete SQL parser/analyzer and (b) a copy of the
system catalogs inside ODBC.  Doesn't sound like a promising avenue
of attack...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.0RC2 compile error !
Следующее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] RE: Request for 7.0 JDBC status