Releases: flightaware/Pgtcl
Releases · flightaware/Pgtcl
v3.1.0
v3.0.1
What's Changed
- Update version number. by @resuna in #45
- Correct handling for big int types by @maryryang2 in #48
New Contributors
- @maryryang2 made their first contribution in #48
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.8.0
v2.7.7
Update Pgtcl to use Tcl Utf conversion routines to ensure all SQL passed into Postgres is legal.
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.
v2.7.5
2.7.4
Fix generated SQL bug
Fix bug in SQL generation in check statements with multiple-column primary key.