Add a method on Statement to get the declared type of a column. by daniel-schmidt · Pull Request #275 · SRombauts/SQLiteCpp (original) (raw)
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