]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/Injuries.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / TSN / XML / Injuries.hs
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Injuries to fixed-vector-hetero.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Injuries.
2014-07-04 Michael OrlitzkyCrop the AutoRacingResults dbschema diagram.
2014-07-04 Michael OrlitzkyUpdate TSN.XML modules to use the new Child class.
2014-06-12 Michael OrlitzkyRemove unused StandaloneDeriving pragmas.
2014-04-20 Michael OrlitzkyReplace all raw DELETE queries with deleteAll.
2014-01-25 Michael OrlitzkyExport a "dtd" function from each XML module and use...
2014-01-22 Michael OrlitzkyAdd some tests for the ON DELETE CASCADE behavior.
2014-01-21 Michael OrlitzkyUpdate docs in TSN.XML.Injuries.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to Injuries.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Injuries for the new typeclass hierarchy.
2014-01-20 Michael OrlitzkyAdd a top-level injuries table for TSN.XML.Injuries.
2014-01-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
2014-01-14 Michael OrlitzkyAdd docs for Injuries/InjuriesDetail.
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-13 Michael OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
2014-01-12 Michael OrlitzkyRename the "injuries" and "injuries_detail" tables...
2014-01-11 Michael OrlitzkyUse run_dbmigrate instead of runMigration... everywhere.
2014-01-11 Michael OrlitzkyRewrite everything to use XmlImport/DbImport classes...
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-10 Michael OrlitzkyAdd an embedded type to TSN.XML.Injuries to allow it...
2014-01-02 Michael OrlitzkyAdd separate 'unpickleable' tests to the existing XML...
2014-01-02 Michael OrlitzkyRemove the XmlPickler instance for Bool.
2013-12-31 Michael OrlitzkyMove the XML modules into the XML subdirectory.