News

The documentation says that fetchone() should return a Row object, but instead it is returning a Tuple.So when I try to access the attribute by name, it simply fails because it doesn't exist because ...