Sort of expected this one, if a schedule crosses midnight a NullPointerException occurs on display as no schedules are returned.
The real cause of this is down to the fact that the start time is later than the end when viewed from a LocalTime perspective. The data is correct it's just how to handle this in the SQL queries.
Sort of expected this one, if a schedule crosses midnight a NullPointerException occurs on display as no schedules are returned.
The real cause of this is down to the fact that the start time is later than the end when viewed from a LocalTime perspective. The data is correct it's just how to handle this in the SQL queries.
Example: http://dev.uktra.in/timetable/schedule/W09896/2014-10-24