You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments