SQLite Forum

Type of the column
Login
Hi, Keith,

So, even if I know that the value is and will be 1 or 0 (like boolean in C/C++), it will still better to use sqlite3_column_int64(), right?
At least that's how I read your reply...

Keep in mind that 1 and 0 above are used as an example.

Thank you.