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 typemapping for timestamp types in #188 #218

Merged
merged 1 commit into from Feb 17, 2016

Conversation

coolya
Copy link
Contributor

@coolya coolya commented Feb 9, 2016

Fixes problems with npgsql 3.o which caused columns to disappear.

@coolya
Copy link
Contributor Author

coolya commented Feb 9, 2016

Seems like it does not fix the problem fully. Looks like timestamps now only include the date not the time.

@coolya
Copy link
Contributor Author

coolya commented Feb 9, 2016

Even without my change and the old npgsql 2.2.7 i have the same issue that timestamp field only contain the date part and no time.

@coolya
Copy link
Contributor Author

coolya commented Feb 9, 2016

After doing the changes from #219 it worked fine with npgsql 3.0

@colinbull
Copy link
Collaborator

Sorry, for the delay. Does this retain compatibility with 2.2.7, was it simply an incorrect type mapping?

colinbull added a commit that referenced this pull request Feb 17, 2016
fix wrong typemapping for timestamp types in #188
@colinbull colinbull merged commit 807fa77 into fsprojects:master Feb 17, 2016
@colinbull
Copy link
Collaborator

Thanks.

@coolya
Copy link
Contributor Author

coolya commented Feb 17, 2016

I tried it with 2.2.7 and it seems to work fine. Not sure if it was in general wrong. I wasn't able to find the docs for npgsql. There it seems to have worked with the old mapping but these classes where removed in 3.0.

Thanks for the merge. :)

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.

None yet

2 participants