Skip to content

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

Compare
Choose a tag to compare
@resuna resuna released this 02 Apr 13:44
· 43 commits to master since this release
01d751e

Tcl UTF strings are not actually utf-8. PostgreSQL requires pure utf-8 without illegal surrogate pairs. this release makes sure they are converted between utf-8 and Tcl's UTF-16-ish utf-8-ish strings where needed.