We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac24e7 commit f5a2f3dCopy full SHA for f5a2f3d
tests/dbapi20.py
@@ -56,7 +56,7 @@
56
# - self.populate is now self._populate(), so if a driver stub
57
# overrides self.ddl1 this change propagates
58
# - VARCHAR columns now have a width, which will hopefully make the
59
-# DDL even more portible (this will be reversed if it causes more problems)
+# DDL even more portable (this will be reversed if it causes more problems)
60
# - cursor.rowcount being checked after various execute and fetchXXX methods
61
# - Check for fetchall and fetchmany returning empty lists after results
62
# are exhausted (already checking for empty lists if select retrieved
0 commit comments