Skip to content

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

Merged
SRombauts merged 3 commits intoSRombauts:masterfrom
daniel-schmidt:master
Mar 27, 2020
Merged

Add a method on Statement to get the declared type of a column.#275
SRombauts merged 3 commits intoSRombauts:masterfrom
daniel-schmidt:master

Conversation

@daniel-schmidt
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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