PostgreSQL 1.0.0 RC 3
Pre-release
Pre-release
New:
- Packet decoders and encoders have been optimized to parse and serialize directly into byte buffers (#72).
- Encoders / decoders have been improved to better support nested data structures (#72).
- New
PostgreSQLQuery
type allows for type-safe construction and serialization of Postgres-specific SQL queries (more information on this soon) (#72). - Added support for Unix domain sockets (#72).
- Moved
TableNameCache
here fromFluentPostgreSQL
(#72).
Fixed:
- Lots of bugs.