Comment 1 for bug 253922

Revision history for this message
James Henstridge (jamesh) wrote :

What is needed to move this bug forward are:

1. a reliable way of determining which column represents the OID for the row.
2. Alter SQLiteConnection.execute() to fill in the primary_vars on the Update() statement object, similar to what PostgresConnection and MySQLConnection do.

If (1) isn't possible, you could probably use MySQLConnection's algorithm (which is the best that you can do with MySQL).