X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fcorrelated.t;h=5196620dbbdbe917905cf32dbb471e9220328404;hb=7db287353abcf82c4fe856d4636384084ed5c13f;hp=fdbd2622f05da4b9955770854f9308274c0b42b8;hpb=1b658919f5ff67e9ac656daf6642a3bae8cec282;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/correlated.t b/t/prefetch/correlated.t index fdbd262..5196620 100644 --- a/t/prefetch/correlated.t +++ b/t/prefetch/correlated.t @@ -129,6 +129,8 @@ is_same_sql_bind( 'Expected SQL on correlated realiased subquery' ); +$schema->storage->disconnect; + # test for subselect identifier leakage # NOTE - the hodge-podge mix of literal and regular identifuers is *deliberate* for my $quote_names (0,1) {