Type: method
Convert an object returned by the database interface (string or QVariant) to the Python value, depending on the specified Type.Refering articles:
- tests/19.py works (Fixed bugs 13.02.07) — A severe bug due to Integrating PyQt into Lino (18.01.07) which occured most clearly in tests/19.py took me some time. The reason was that qtconn.Connection.sql2value() returned a QString object instead of UnicodeString. more