]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/Odds.hs
Add the 'xp_attr_option' pickler and use it to fix tests broken by HXT.
[dead/htsn-import.git] / src / TSN / XML / Odds.hs
2015-02-23 Michael OrlitzkyAdd the 'xp_attr_option' pickler and use it to fix...
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Odds to fixed-vector-hetero.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Odds.
2014-10-17 Michael OrlitzkyHandle (ignore) empty casinos in TSN.XML.Odds.
2014-10-03 Michael OrlitzkyMake the Odds game_time optional for when the <Game_Tim...
2014-07-30 Michael OrlitzkyMove the FromXmlFkTeams class out of Xml and into TSN...
2014-07-23 Michael OrlitzkyRename some unique constraints for consistency.
2014-07-23 Michael OrlitzkyFix hlint suggestions.
2014-07-15 Michael OrlitzkyAdd support for the missing [AH]Starter elements in...
2014-07-06 Michael OrlitzkyFix hlint warnings.
2014-07-06 Michael OrlitzkyRemove redundant XML away team representation in TSN...
2014-07-05 Michael OrlitzkyMake the Odds team rotation numbers optional.
2014-07-04 Michael OrlitzkyCreate a direct relationship between the Odds games...
2014-07-04 Michael OrlitzkyUpdate TSN.XML modules to use the new Child class.
2014-07-04 Michael OrlitzkyFinish the documentation for ScheduleChanges.
2014-07-04 Michael OrlitzkyFix misleading comments and reorder two operations...
2014-07-01 Michael OrlitzkyAdd League_Name, AStarter, and HStarter support to...
2014-06-28 Michael OrlitzkyMake team names and abbreviations optional.
2014-06-24 Michael OrlitzkyUpdate TSN.XML.Odds to use the new TSN.Team type.
2014-06-24 Michael OrlitzkyExport the Game types from TSN.XML.Odds.
2014-06-12 Michael OrlitzkyAdd a pickler for AutoRacingResults <RaceDate> elements.
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-23 Michael OrlitzkyFix a typo.
2014-01-23 Michael OrlitzkyImplement the other ON DELETE CASCADE tests and update...
2014-01-22 Michael OrlitzkyFix two typos that broke cascading delete.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
2014-01-21 Michael OrlitzkyRewrite TSN.XML.Odds for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
2014-01-20 Michael OrlitzkyUpdate the schema documentation.
2014-01-15 Michael OrlitzkyFix typos and use xpAttrImplies where appropriate ...
2014-01-15 Michael OrlitzkyCombine the odds game date/time into one DB field.
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
2014-01-14 Michael OrlitzkyFix a comment.
2014-01-14 Michael OrlitzkyUn-haddock two comments that wound up in the wrong...
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyFix unpickling of non-integer team_ids in TSN.XML.Odds...
2014-01-13 Michael OrlitzkyFix unpickling of texttual over/under lines.
2014-01-13 Michael OrlitzkyRemove an unused import.
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 OrlitzkyAdd and update documentation.
2014-01-11 Michael OrlitzkyBeat TSN.XML.Odds into relational submission; file...
2014-01-11 Michael OrlitzkyGet the Odds module to compile and pass tests under...
2014-01-10 Michael OrlitzkyBegin reworking TSN.XML.Odds for the new inferred DTDs.
2014-01-10 Michael OrlitzkyRemove unused BangPatterns pragmas.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyAdd tests for Odds pickle/unpickle.
2014-01-02 Michael OrlitzkyAdd TSN.XML.Odds which can (only, for the moment) parse...