I want to do what is claimed as not possible in this thread: Using multiple cursors in a nested loop in sqlite3 from python-2.7
That is, I want a select cursor that I look through and do inserts into another table. Is this really not possible? Is this a bug or a feature?