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

From: "<Miguel Sofer" <mig(at)utdt(dot)edu>
To: pgsql-interfaces(at)postgresql(dot)org, vale(at)aero(dot)vmei(dot)acad(dot)bg
Subject: RE: pgsql 0.2 does not work with tcl8.2 ?
Date: 1999-11-18 20:45:19
Message-ID: 199911182045.RAA21912@ant.utdt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sergio A. Kessler 1999-11-18 21:18:16 pg_pwd
Previous Message Tom Lane 1999-11-18 05:45:47 Re: [INTERFACES] PQfinish kills my app