X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fcorrelated.t;h=5196620dbbdbe917905cf32dbb471e9220328404;hb=7154ff351df7c3dad11339bfdb739346cff194e3;hp=fdbd2622f05da4b9955770854f9308274c0b42b8;hpb=fd6687a2ebe23f631656136106280ff7721e3353;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) {