On 9/2/2018 10:13 AM, Sebastian wrote:
for sqlite3_bind_parameter_name there is an inverse function sqlite3_bind_parameter_index. But for sqlite3_column_name, I could not find such a function.
Column names may not be unique, or meaningful. E.g. select a, a, 1+2 from mytable; -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

