Re: [pgsql-advocacy] interesting PHP/MySQL thread

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [pgsql-advocacy] interesting PHP/MySQL thread
Дата
Msg-id 20030623015333.E95856@hub.org
обсуждение исходный текст
Ответ на Re: [pgsql-advocacy] interesting PHP/MySQL thread  (nolan@celery.tssi.com)
Ответы Re: [pgsql-advocacy] interesting PHP/MySQL thread
Список pgsql-general
On Sun, 22 Jun 2003 nolan@celery.tssi.com wrote:

> > On Sun, 22 Jun 2003 nolan@celery.tssi.com wrote:
> >
> > > MySQL also does case independent text comparisions, and apparently ONLY
> > > case-insensitive comparisons.
> >
> > Is this a good thing?  Doesn't sound like it to me, but figured I'd ask :)
>
> I think it is a classic case of thinking 'small'.  :-)
>
> The CIO on the project I'm working on thinks it is a good thing,
> but he's coming from a MySQL environment, which he only learned in the
> last year or so and he does not appear to have a lot of familiarity with
> larger databases.
>
> Personally, if I want case insensitivity, I'll WRITE IT INTO THE CODE,
> but I can see how some people might think that 'NOLAN', 'Nolan' and
> 'nolan' should be considered as the same data.

Oh, you mean like "SELECT * FROM table WHERE field ~* 'nolan';"?


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [pgsql-advocacy] interesting PHP/MySQL thread
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [pgsql-advocacy] interesting PHP/MySQL thread