> The error returned is OperationalError: near ".", syntax error.

Probably because you need to enclose the version strings in single quotes.

> OperationalError: no such column: finally

Use single quotes around values in the SQL. Contents of double quotes are 
interpreted as field names.

Hugh

Reply via email to