Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/5.0.x #345

Closed
wants to merge 4 commits into from
Closed

Release/5.0.x #345

wants to merge 4 commits into from

Commits on Oct 12, 2020

  1. db: Add handling of PersistRational for PersistField DbWord64

    Due to an impedance mismatch between PostgreSQL, the C langauge and Haskell's
    Persistent library, 'Word64' values larger than the maxiumum value of a signed
    64 bit integer come back as a 'PersistRational' with a denominator of '1'. We
    have to handle that case.
    
    Closes: #334
    erikd authored and dcoutts committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    691b3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c61b97 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. db: Drop constraint on lovelace database type

    This is a workaround fix for:
    
       #351
    
    This fix will not require the database to be re-synced, but will result
    in some invalid values for the 'fixed_cost' field of the 'pool_update'
    table being display as negative value.
    
    The constraint will be droppped only if it exists (eg someone had previously
    dropped in manually).
    erikd committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c08187f View commit details
    Browse the repository at this point in the history
  2. Version 5.0.3

    erikd committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    70d6236 View commit details
    Browse the repository at this point in the history