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

OdbcType implementation fix for i64 and u64. #108

Merged
merged 1 commit into from Apr 12, 2019
Merged

OdbcType implementation fix for i64 and u64. #108

merged 1 commit into from Apr 12, 2019

Conversation

yekimov
Copy link
Contributor

@yekimov yekimov commented Apr 12, 2019

I found out that sqlite see no difference between different integer types. INTEGER and BIGINT has the same affinity. Therefore I can't write correct test to reproduce bug with sqlite. I saw some tests that reference to PostgresSQL, but I'm not sure I can use it with my tests.

Anyway, for MS SQL mapping i64 and u64 to SQL_EXT_BIGINT works perfectly.

@Koka Koka merged commit d6fcefb into Koka:master Apr 12, 2019
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 58.381% when pulling ff03d61 on yekimov:iu64_fix into 106273f on Koka:master.

@Koka
Copy link
Owner

Koka commented Apr 12, 2019

Published as 0.11.0

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

3 participants