X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746mssql.t;h=ab1bc200028454c94d81f6dfbc80c9da09336761;hb=0d4740b34575fedb937a31d0189187f126f663f0;hp=a73bfea0934bd2fc8dbabfb85ded156f7fb7fd9b;hpb=69a8b315d5a09be123ac7c8a8a1906acd98f6eab;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/746mssql.t b/t/746mssql.t index a73bfea..ab1bc20 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -425,7 +425,7 @@ $schema->storage->_sql_maker->{name_sep} = '.'; having => \['1 = ?', [ test => 1 ] ], #test having propagation prefetch => 'owner', rows => 2, # 3 results total - order_by => { -desc => 'owner' }, + order_by => { -desc => 'me.owner' }, unsafe_subselect_ok => 1, }, );