pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBD-postgresql
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 6 13:35:43 UTC 2014
Modified Files:
pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo
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@localhost>]
Version 3.4.0 Released August 16, 2014 (git commit
7a5da12d84b4c2e9879f90fb6168f56c095071fa)
- Cleanup and improve table_info()
[Mike Pomraning <mjp%pilcrow.madison.wi.us@localhost>] (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)
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/p5-DBD-postgresql/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/p5-DBD-postgresql/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index