]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Update two comments.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 6 Jul 2014 01:19:36 +0000 (21:19 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 6 Jul 2014 01:19:36 +0000 (21:19 -0400)
src/TSN/XML/Scores.hs
src/TSN/XML/Weather.hs

index 66ef90bee4ae31eb753094cefbb302e850d33afa..8ae86a8355e3fc24dcb1d208fe66c712b61d7868 100644 (file)
@@ -129,6 +129,9 @@ instance ToDb Message where
   type Db Message = Score
 
 instance FromXml Message where
+  -- | When converting from the XML representation to the database
+  --   one, we drop the list of locations which will be foreign-keyed to
+  --   us instead.
   from_xml Message{..} =
     Score {
       db_xml_file_id = xml_xml_file_id,
index 351df2489a980984017354717e4eb77024f8c34a..2146c3f6f565597e166244bac8b970e7360b9590 100644 (file)
@@ -181,7 +181,8 @@ instance Child WeatherForecastXml where
 instance FromXmlFk WeatherForecastXml where
 
   -- | To convert a 'WeatherForecastXml' into a 'WeatherForecast', we
-  --   just copy everything verbatim.
+  --   add the foreign key to the containing 'Weather', and copy the
+  --   game date.
   --
   from_xml_fk fk WeatherForecastXml{..} =
     WeatherForecast {