Path to this page:
Subject: CVS commit: pkgsrc/databases/p5-DBD-postgresql
From: Thomas Klausner
Date: 2014-09-06 15:35:43
Message id: 20140906133543.DA28096@cvs.netbsd.org
Log Message:
Update to 3.4.1:
Version 3.4.1 Released August 20, 2014 (git commit \
cfd146effde09c493ac7573408ac29d6d9cbed47)
- Allow '%' again for the type in table_info() and thus tables()
It's not documented or tested in DBI, but it used to work until
DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
uses type='%'.
[Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>]
Version 3.4.0 Released August 16, 2014 (git commit \
7a5da12d84b4c2e9879f90fb6168f56c095071fa)
- Cleanup and improve table_info()
[Mike Pomraning <mjp@pilcrow.madison.wi.us>] (github issue #7)
table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
SYSTEM VIEW, and LOCAL TEMPORARY
table_info() object searching fully supports the above types.
table_info() object searching no longer ignores invalid types - a filter
of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
return only temp objects.
tableinfo() type filters are strictly matched now ... previously a
search for SYSTEM TABLE would have fetched plain TABLE objects.
table_info() now treats temporary tables and temporary views as LOCAL TEMPORARY
- Make sure column_info() and table_info() can handle materialized views.
[Greg Sabino Mullane] (CPAN bug #97032)
Files: