From bc2121dc7ee1a8d9eb9be6a43745b470e0e2d34e Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Tue, 1 Nov 2011 08:11:56 -0700 Subject: [PATCH] Fix warning on old versions of RDoc --- doc/release_notes/3.28.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release_notes/3.28.0.txt b/doc/release_notes/3.28.0.txt index 55ae0d5368..719fb9e631 100644 --- a/doc/release_notes/3.28.0.txt +++ b/doc/release_notes/3.28.0.txt @@ -64,11 +64,11 @@ query types that only load the related records from the database. The available values for the :eager_limit_strategy option are: - :window_function: This uses the row_number window function + :window_function - This uses the row_number window function partitioned by the related key fields. It can only be used on databases that support window functions (PostgreSQL 8.4+, Microsoft SQL Server 2005+, DB2). - :correlated_subquery: This uses a correlated subquery that is + :correlated_subquery - This uses a correlated subquery that is limited. It works on most databases except MySQL and DB2. You can provide a value of true as the option to have Sequel