]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/InjuriesDetail.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / TSN / XML / InjuriesDetail.hs
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-08 Michael OrlitzkyUse real fixed-vector-hetero dependency.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.InjuriesDetail to fixed-vector-hetero.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.InjuriesDetail.
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.InjuriesDetail.
2014-01-21 Michael OrlitzkyAdd a unique xml_file_id to InjuriesDetail.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.InjuriesDetail for the new typeclass...
2014-01-20 Michael OrlitzkyFix doc typo.
2014-01-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
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 OrlitzkyUse (xpOption xpText) instead of xpText0.
2014-01-13 Michael OrlitzkyFix pickle/unpickle of non-interger team_ids and add...
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-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.