RE: pgsql 0.2 does not work with tcl8.2 ?

Поиск
Список
Период
Сортировка
От
Тема RE: pgsql 0.2 does not work with tcl8.2 ?
Дата
Msg-id 199911182045.RAA21912@ant.utdt
обсуждение исходный текст
Ответ на pgsql 0.2 does not work with tcl8.2 ?  ("<Miguel Sofer" <mig@utdt.edu>)
Список pgsql-interfaces
The problem seems to be with the new unicode internal representation
of strings in tcl8.2.

A small patch to pgsql0.2: on lines 393 and 800, replace the tests of
the form  if {$a != ""}
with  if {a != "\0"}

Everything seems to work fine after that ...

Miguel Sofer


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] PQfinish kills my app
Следующее
От: "John Henderson"
Дата:
Сообщение: