Skip to content

Commit

Permalink
Fix warning on old versions of RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Nov 1, 2011
1 parent f3849d6 commit bc2121d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release_notes/3.28.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc2121d

Please sign in to comment.