Commit graph

3 commits

Author SHA1 Message Date
mjl
9c7b6d04db Update p5-DBD-postgresql to 1.22
- Fix memory allocation problem in bytea escaping
  - Add utf8 support
  - Transform Perl arrays into PostgreSQL arrays
  - Fix for foreign_key_info()
  - Fix PG_TEXT parameter binding
  - Doc cleanups
  - Fix warning from func($table, 'table_attributes')
  - Added suppport for schemas
  - Fix binary to a bytea field conversion
2003-04-20 19:47:20 +00:00
mjl
637c77c045 Update p5-DBD-postgresql to 1.21
- System tables no longer returned by tables().
      - Fix table_attributes to handle removal of pg_relcheck in 7.3,
      - Properly reset transaction status after failed transaction when
        autocommit is off.  Properly report transaction failure message.
      - New pg_bool_tf database handle that when set to true booleans are
        returned as 't'/'f' rather than 1/0.
      - Maintenance transferred to GBorg.
      - Added implementations of column_info() and table_info(), and
        primary_key_info().
      - The POD formatting was cleaned up.
      - The preparser was updated to better handle escaped characters.
      - Added eg/lotest.pl as a demonstration of using large objects in buffers
        rather than files.
      - Added LISTEN/NOTIFY functionality.
      - Added constants for common PostgreSQL data types.
      - Fixed compile-time warnings.
2003-01-17 16:41:37 +00:00
explorer
2099315373 Fix DBD-postgresql to not keep a transaction open when idle. Without this change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply. 2002-06-18 07:05:30 +00:00