petlof / liveresults

EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
http://liveresultat.orientering.se
GNU Lesser General Public License v3.0
40 stars 24 forks source link

Fix retrieval of starttime and splittimes for non-internet date formats #31

Closed fredricj closed 6 years ago

fredricj commented 6 years ago

Better version of PR #30 for fixing #28 which also works with H2 backend For MySQL backend use the DateTime object directly and for H2 continue to use ParseDateTime() This PR also fixes an issue with the implementation of H2DataReader.GetOrdinal() using invalid column indexes and not doing a case-insensitive lookup.

petlof commented 6 years ago

Merged in Commit c8738c9e69fd4c4dedab46d22490f17e51489782, thanks!