Trickle.

[?]
Dec 10, 2014, 11:12 PM
MXLZBRQNXRIJ4BTAEDSLA4N5PABEG7GMWSM7GS4ACJQ6BE4PVAKQC

Dependencies

  • [2] MWUPXTBF A few steps down a road to be abandoned.
  • [3] 75N3UJ4J More progression toward lenses.
  • [*] 64C6AWH6 Rename Ananke -> Quixotic, project reboot.

Change contents

  • replacement in lib/Quixotic/Database/SQLite.hs at line 50
    [2.191][2.191:285]()
    _ <- lift . lift $ insertRow db "auctions"
    [ ("raiseAmount", a ^. (raiseAmount . btc))
    [2.191]
    [2.285]
    _ <- lift . lift $ insertRow db "auctions"
    [ ("raiseAmount", show $ a ^. (raiseAmount . btc))
  • replacement in lib/Quixotic/Database/SQLite.hs at line 54
    [2.341][2.341:387]()
    lift . lift . (fmap AuctionId) getLastRowID
    [2.341]
    [3.1385]
    lift . lift . fmap (AuctionId . fromInteger) $ getLastRowID db