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

Fix wrong postgres type for SqlInt64 #79

Merged
merged 2 commits into from Sep 27, 2021

Conversation

tfc
Copy link
Contributor

@tfc tfc commented Sep 27, 2021

This is an attempt to fix #75

I am not sure if the unit test fixes are correct, as i don't see how to run them locally without failing, as they even do fail on master. I tried best effort, welcoming comments on that.

cc @kaldonir @brandonchinn178

@brandonchinn178
Copy link
Owner

Sorry about that! The last PR seemed to break CI and I didn't notice. Can you rebase against master?

Jacek Galowicz added 2 commits September 27, 2021 18:21
Solution taken from brandonchinn178#75

Author:    kaldonir <mnapi@gmx.de>
Date:      Wed Jun 2 17:17:39 2021 +0200
@tfc
Copy link
Contributor Author

tfc commented Sep 27, 2021

@brandonchinn178 rebased! 👍

@tfc
Copy link
Contributor Author

tfc commented Sep 27, 2021

@brandonchinn178 great, this worked and everything is green. Thank you.

After you merged, what do you think when will the next release hit hackage?

Comment on lines +3 to +7
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just checked. Yes, they are still needed.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i see. i'm not running CI on the latest GHC version

@brandonchinn178
Copy link
Owner

Looks great! After merging, I can get a release up to Hackage shortly!

Can you also add an entry to the CHANGELOG?

@brandonchinn178
Copy link
Owner

actually, never mind about the CHANGELOG. I'll do it

@brandonchinn178 brandonchinn178 merged commit dd25379 into brandonchinn178:master Sep 27, 2021
@tfc tfc deleted the int-patch branch September 27, 2021 17:13
@brandonchinn178
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest persistent fails tests
2 participants