pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:717:
Sql.Sql db = Sql.Sql("sqlite://path/to/file"); - Sql.pgsql. New driver for native PostgreSQL network protocol support. It implements a superset of the existing Postgres driver. Current features: no library dependencies (no libpq), native binding support, streaming support, NOTIFY/LISTEN support (fully eventdriven, no polling), binary support for integer, float and string datatypes, COPY FROM/TO STDIN/STDOUT support, multiple simultaneous streaming queries on the same connection (i.e. multiple PostgreSQL-portal-support), automatic precompilation and caching of often-used
-
long-compile-time-needing queries, extended columndescriptions.
+
long-compile-time-needing queries, extended columndescriptions
,
+
accurate error messages under all circumstances, SSL-support
.
Performance tuned, with the helperclass _PGsql.PGsql it currently is around 62% faster than the old libpq based Postgres driver for smaller queries; for large bytea blobs and large texts, it speeds up even more. FIXME: mysql o SSL