Skip to content

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ojplg committed Feb 5, 2019
1 parent 2db4a2f commit b79c0ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/documentation/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,11 @@ <h5>By Columns</h5>
Also note that query generated will link the various parts of the where clause with "AND"s. The
returned records will match all the specified criteria.</p>

<p>In addition to the like, equals, and comparison operators, hrorm supports creating ranges
for numeric and date types that support comparison. There are methods for both open and closed
ranges. The value for the field in question set in the template object becomes the low end of
the range, and the methods for creating the ranges accept the upper limit as an argument.</p>

<p>If we want to find records using only the equals operator, hrorm provides a convenience
method that does not require us to build the column name-operator map.</p>

Expand Down

0 comments on commit b79c0ec

Please sign in to comment.