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

conversion from 'SQLite::Column' to 'const short unsigned int' is ambiguous #180

Closed
KOLANICH opened this issue Feb 8, 2019 · 2 comments
Closed
Assignees

Comments

@KOLANICH
Copy link
Contributor

KOLANICH commented Feb 8, 2019

No description provided.

@SRombauts SRombauts self-assigned this Feb 8, 2019
@bstaletic
Copy link

Actually every unsigned integral except unsigned int when one tres to do uintXX_t result = statement.getColumn(0), but the solution that works is just being explicit - uintXX_t result = statement.getColumn(0).getInt().

@SRombauts
Copy link
Owner

Implemented with #179 a few hours ago :)

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

No branches or pull requests

3 participants