rasbt/python_reference

Printing database summary

jvansan opened this issue · 3 comments

I realize this post is fairly old, however I was wondering if you could please clarify.

It seems to me that in the functions you define in this section, you use the variable c for cursor within the function even though you pass the cursor object to the functions.

Could you please address this?

rasbt commented

Thanks for the note! It was probably an oversight, and I am happy to fix this. In which particular file did you find this?

Sorry, I forgot to link the file.

It is in A thorough guide to SQLite database operations in Python.
(The section starting at line 674 in current HEAD d93f9fd )

rasbt commented

Thanks! Should be fixed now!