X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Flimit_dialects%2Ffirst_skip.t;h=539855ca5fdaf0edfbb96885c4cae7b047c90624;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=c9e93bbb0183a2799486d9dd458b9e1ea381c9fe;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/sqlmaker/limit_dialects/first_skip.t b/t/sqlmaker/limit_dialects/first_skip.t index c9e93bb..539855c 100644 --- a/t/sqlmaker/limit_dialects/first_skip.t +++ b/t/sqlmaker/limit_dialects/first_skip.t @@ -88,7 +88,7 @@ is_same_sql_bind( [owner].[name], ( SELECT COUNT(*) FROM ( SELECT FIRST ? [owner].[id] FROM [owners] [owner] - WHERE [count].[id] = [owner].[id] and [count].[name] = ? + WHERE [count].[id] = [owner].[id] and [count].[name] = ? ) [owner] ) FROM [books] [me]