X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FPg.pm;h=4428b1fff5e7a9acda987b278548c5d2d6d079e4;hp=8f5ac8db6eb473ae7f9ce7c99baa5d198c82189b;hb=6d766626a066b757058d023830f93cf39bb9c302;hpb=227d836679dd2e91b1cf49c3d9e566be79f49297 diff --git a/lib/DBIx/Class/Storage/DBI/Pg.pm b/lib/DBIx/Class/Storage/DBI/Pg.pm index 8f5ac8d..4428b1f 100644 --- a/lib/DBIx/Class/Storage/DBI/Pg.pm +++ b/lib/DBIx/Class/Storage/DBI/Pg.pm @@ -20,7 +20,7 @@ sub _supports_insert_returning { my $self = shift; return 1 - if $self->_server_info->{dbms_ver_normalized} >= 8.002; + if $self->_server_info->{normalized_dbms_version} >= 8.002; return 0; }