Rewrite GenericSubQ from SQLA::L to be actually useful
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 30 May 2010 22:17:29 +0000 (22:17 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 30 May 2010 22:17:29 +0000 (22:17 +0000)
commit75f025cf247e75869dcdfe46b37e24d4e0b15e8b
treefddeb269f278abb083c47586248e497b70d9d46c
parent7ad315356c82a425365b88b6146617485897a4a0
Rewrite GenericSubQ from SQLA::L to be actually useful
Since it now works it is no longer necessary to turn on softlimit when genericsubq is detected
Switch all sprintf()ed limit/offset specs to unsigned integers
Lower the default rows-without-offset to 2^32
Changes
lib/DBIx/Class/SQLAHacks.pm
lib/DBIx/Class/Storage/DBI.pm
t/lib/DBICTest/Schema/BooksInLibrary.pm
t/sqlahacks/limit_dialects/generic_subq.t [new file with mode: 0644]
t/sqlahacks/limit_dialects/toplimit.t