Skip to content

Releases: flightaware/Pgtcl

v3.1.0

13 May 15:52
6fedc4e
Compare
Choose a tag to compare

Explicitly manage memory used for UTF string conversion in local storage instead of using global DStrings. This should resolve some threading and menory corruption problems.

v3.0.1

02 Jan 16:17
0693f01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 May 18:41
e40e2c7
Compare
Choose a tag to compare

Remove TCL_ARRAY optional code, it hasn't been updated or maintained in years.

v2.8.0

09 Feb 15:18
b2c40ed
Compare
Choose a tag to compare

Fix issue 23 - pg_listen not passing payload to notifier

  • When notifier is present in a notifier callback, pass additional arguments to callback proc.

v2.7.7

17 Apr 08:20
Compare
Choose a tag to compare

Bug fix - handle unset Tcl variables as NULL in handle_substitutions.

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

02 Apr 13:44
01d751e
Compare
Choose a tag to compare

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

05 Oct 19:30
Compare
Choose a tag to compare

Catch disconnects after libpq error returns.

2.7.4

23 Jun 17:12
Compare
Choose a tag to compare

Fix test file.

Fix generated SQL bug

23 Jun 16:50
Compare
Choose a tag to compare

Fix bug in SQL generation in check statements with multiple-column primary key.

2.7.1

11 Mar 17:11
Compare
Choose a tag to compare

Update documentation.