Dear everyone, I find strange and confusing that bind indexes start from 1 (docs in [1]) and instead column indexes start from 0 (doc in [2]). Is there any technical reason or it is just an unlucky legacy?
Yours faithfully, Paolo [1] https://www.sqlite.org/c3ref/bind_blob.html [2] https://www.sqlite.org/c3ref/column_blob.html