Pathetic Python Blogging: SQL Bug?
I have a curious problem with Python 2.5’s SQL support. OK, so we import sqlite3 and create a connection object to an existing sql file. It happens. Then we call the connection’s cursor method. OK. Now, if you look up the sqlite documentation, the most important command is cursor.execute(), where your SQL command goes in…
Read More Pathetic Python Blogging: SQL Bug?