From: Peter Rabbitson Date: Sat, 9 Jan 2010 10:39:35 +0000 (+0000) Subject: Merge 'trunk' into 'mssql_limit_regression' X-Git-Tag: v0.08116~61^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9b056586b78a08a423cedf34361539bb273d96d;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'mssql_limit_regression' r8277@Thesaurus (orig r8265): ribasushi | 2010-01-09 02:16:14 +0100 r8263@Thesaurus (orig r8251): ribasushi | 2010-01-08 15:43:38 +0100 New branch to find a leak r8264@Thesaurus (orig r8252): ribasushi | 2010-01-08 15:52:46 +0100 Weird test failures r8272@Thesaurus (orig r8260): ribasushi | 2010-01-09 01:24:56 +0100 Proper invocation r8273@Thesaurus (orig r8261): ribasushi | 2010-01-09 01:35:34 +0100 Test for the real leak reason r8274@Thesaurus (orig r8262): ribasushi | 2010-01-09 01:37:33 +0100 Void ctx as it should be r8275@Thesaurus (orig r8263): ribasushi | 2010-01-09 02:10:13 +0100 A "fix" for sqlt-related schema leaks r8276@Thesaurus (orig r8264): ribasushi | 2010-01-09 02:15:53 +0100 Changes --- f9b056586b78a08a423cedf34361539bb273d96d diff --cc Changes index 73b8c8a,316308f..9bc4326 --- a/Changes +++ b/Changes @@@ -11,12 -10,7 +11,13 @@@ Revision history for DBIx::Clas parsed by SQL::Translator::Parser::DBIx::Class - Schema POD improvement for dclone - Fix regression in context sensitiveness of deployment_statements + - Fix regression resulting in overcomplicated query on + search_related from prefetching resultsets + - Better isolation of RNO-limited queries from the rest of a + prefetching resultset + - New MSSQL specific resultset attribute to allow hacky ordered + subquery suppot + - Fix nasty schema/dbhandle leak due to SQL::Translator 0.08115 2009-12-10 09:02:00 (CST) - Real limit/offset support for MSSQL server (via Row_Number)