Fix #122 - Thanks to Ryan for reporting!

This commit is contained in:
jamesagnew 2015-03-09 19:20:48 -04:00
parent d083bfbc65
commit 4682f953bc
2 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class DateClientParam implements IParam {
} }
public IDateSpecifier before() { public IDateSpecifier before() {
return new DateWithPrefix("<="); return new DateWithPrefix("<");
} }
public IDateSpecifier beforeOrEquals() { public IDateSpecifier beforeOrEquals() {

View File

@ -139,6 +139,10 @@
Observation.applies[x] and other similar search fields with multiple allowable Observation.applies[x] and other similar search fields with multiple allowable
value types were not being correctly indexed in the JPA server. value types were not being correctly indexed in the JPA server.
</action> </action>
<action type="fix" issue="122">
DateClientParam.before() incorrectly placed "&lt;=" instead of
"&lt;" in the request URL. Thanks to Ryan for reporting!
</action>
</release> </release>
<release version="0.8" date="2014-Dec-17"> <release version="0.8" date="2014-Dec-17">
<action type="add"> <action type="add">