The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.3.0

  • Major cleanup of UTF-8 support: Fix quoting of UTF-8 values Add support for UTF-8 statement strings Fix UTF-8 support in placeholders and return values [Dagfinn Ilmari Mannsåker] (CPAN bug #95214 and #91655) Test that the Pg server agrees with us about the lengths of input strings. Refactor Unicode test to use anon hashes to describe the tests to run. Test pg_enable_utf8 of -1, in addition to 0 and 1. Extend the Unicode round-trip tests to verify ASCII, BMP and non-BMP code points. Test that characters created in the server reach the client correctly.
    • Nicholas Clark
  • Rewrite foreign_key_info to be just one query
    • Dagfinn Ilmari Mannsåker
  • Remove ODBC support from foreign_key_info
    • Dagfinn Ilmari Mannsåker
  • Remove use of dTHX in functions in quote.c and types.c
    • Nicholas Clark

Modules

PostgreSQL database driver for the DBI module
A bundle to install all DBD::Pg related modules