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

Update Pgtcl to use Tcl Utf conversion routines to ensure all SQL passed into Postgres is legal. #40

Closed resuna closed 3 years ago

resuna commented 3 years ago

Tcl UTF strings are not actually utf-8, make sure we convert between utf-8 and Tcl UTF-16-ish utf-8-ish strings where needed.