i have two tables: wmwm { id:Long, duration:DateTi...
# exposed
r
i have two tables: wmwm { id:Long, duration:DateTime }, checkin {id:Long, expires:DateTime} using the dao i'd like to add the duration + some other integer and see if it is less than expires. is that possible with the dao?