Dexels / navajo

Navajo Service-oriented Applications
GNU Affero General Public License v3.0
9 stars 5 forks source link

(Function) Extend support of Min and Max to Clocktimes & support null values #582

Closed kharybdys closed 3 years ago

kharybdys commented 3 years ago

Which ought to be comparable with dates (a clocktime directly from the DB might be a Date) Also if one of the two values is null while the other is a Date or Clocktime, comparison should end up with the non-null value returned (it currently crashes).