pgintcl 3.0.2 (Default branch) |
|
|
pgintcl is a pure Tcl interface to the PostgreSQL
database system. It provides an alternative to
pgtcl and pgtcl-ng but does not require a compiled
Tcl extension (libpgtcl) or PostgreSQL client
library (libpq). This allows developers to create
Tcl utilities and applications that are platform
neutral. Trade-offs are slower performance and
PostgreSQL protocol version dependency.
License: BSD License (revised)
Changes:
This release contains one bugfix for
pg_exec_prepared. This no longer fails when a
query parameter includes non-ASCII characters.
|