and 
 are not mentioned in the documentation of the module for accessing an SQLite database. Still, especially sql3:col-names is useful in situations where one wants to know what columns are returned after doing, e.g. a 
 In this particular case the columns may be retrieved by using 
, but that would be an ugly workaround. What if the user specifies 
Code: Select all
select count(*) as count,* from <table>
 sql3:col-names would give me the correct number of columns with their names.
I'd like to see a documented accessor to sql3:col-names.
Thanks :)
-- Kirill