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

Add a method on Statement to get the declared type of a column. #275

Merged
merged 3 commits into from
Mar 27, 2020

Conversation

daniel-schmidt
Copy link

Hi,
we needed access to the declared type of a column for a SELECT statement, so I added a thin wrapper around the SQLite function sqlite3_column_decltype and a few tests. I hope, you also find this useful.

Best regards,
Daniel Schmidt

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 0c9d4a3 on daniel-schmidt:master into 01cf6f2 on SRombauts:master.

@SRombauts SRombauts self-assigned this Mar 27, 2020
@SRombauts
Copy link
Owner

Hello Daniel,
Thank you for this nice contribution.
Cheers!
Sébastien

@SRombauts SRombauts merged commit a5e1c70 into SRombauts:master Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants