Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
authorRafael Kitover <rkitover@cpan.org>
Tue, 19 Jul 2011 18:02:49 +0000 (14:02 -0400)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Tue, 19 Jul 2011 19:28:32 +0000 (14:28 -0500)
commit9aec3ec60e053fc70810822c75b1008acdccd8b0
tree4614d77c6e5b17b7fe3f71d6635f15f9153c299e
parente6983054057f1eeb16bbf6fe5032313f1769640f
Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA

Checks for DBD::Pg < 2.17.2 when using PostgreSQL version 9.0 or greater
when BYTEA column binds are encountered and prints a warning that a
newer version of DBD::Pg is needed for these types of columns to work in
bind_attribute_by_data_type in the Pg storage.

Skips the t/72pg_bytea.t tests for this combination of versions, as well
as for versions of DBD::Pg less than 2.9.2 regardless of Pg version.
lib/DBIx/Class/Storage/DBI/Pg.pm
t/72pg_bytea.t