Re: Identifier case folding notes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Identifier case folding notes
Дата
Msg-id 17237.1215556215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Identifier case folding notes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Identifier case folding notes  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Josh Berkus <josh@agliodbs.com> wrote:
>> Actually, there are a number of *very* popular database tools,
>> particularly 
>> in the Java world (such as Netbeans and BIRT) which do mix quoted and
>> unquoted identifiers.

> Do these tools expect an unquoted identifier to be treated according
> to the standard?

Unfortunately, they almost certainly don't.  I'd bet long odds that
what they expect is mysql's traditional behavior, which is not even
within hailing distance of being spec compliant.  (In a quick test,
it looks like mysql 5.0's default behavior is never to fold case
at all; and then there's the problem that they use the wrong kind
of quotes ...)
        regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Identifier case folding notes
Следующее
От: Jan Urbański
Дата:
Сообщение: Re: gsoc, text search selectivity and dllist enhancments