Quote:
Originally Posted by davidfor
For your, reference if you ever need to do an sqlite3 to apsw conversion, the two other things I can think of are:
- cursor.commit becomes cursor.execute("commit"). But removed all these as there were no actual transactions.
- If there is only one column in a select statement, the result will be a value rather than an array.
|
I think this is what I needed.
Thank you so much!