flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

BCK-6946 BCK-9237: Fix a problem and a potential problem with UTF string conversion. #50

Closed resuna closed 5 months ago

resuna commented 5 months ago

The UTF conversion code in release 2.7.6 was not thread safe. This change should resolve both this problem and some potential issues with TCL_DString handling.

resuna commented 5 months ago

There seems to be a problem with the Mac CI tests unrelated to these changes.