RE: pgsql 0.2 does not work with tcl8.2 ? - Mailing list pgsql-interfaces

From
Subject RE: pgsql 0.2 does not work with tcl8.2 ?
Date
Msg-id 199911182045.RAA21912@ant.utdt
Whole thread Raw
In response to pgsql 0.2 does not work with tcl8.2 ?  ("<Miguel Sofer" <mig@utdt.edu>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] PQfinish kills my app
Next
From: "John Henderson"
Date:
Subject: