Type: Class
CST_NEW : just created, must create tables and populate
CST_OPENED : just opened (db file existed), must check integrity
CST_ACTIVE : tables created, integrity checked
CST_CLOSING : closing has been requested, sending
CST_CLOSED :
- sql2value() (method) — Convert an object returned by the database interface (string or QVariant) to the Python value, depending on the specified Type.
Refering articles:
- DBAPI 2.0 and cursor.rowcount (01.05.05) — Another problem with the new pysqlite is that it doesn't set the cursor.rowcount attribute. But after all this turns out to be a step forward. more