We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c619d60 commit b24be1dCopy full SHA for b24be1d
doc/dbapi2.rst
@@ -390,7 +390,7 @@ is then automatically closed will then produce an exception.
390
This exception is due to a conflict between dbapi2, Java, and HSQLDB
391
specifications. Dbapi2 requires that statements be executed as prepared
392
statements, Java requires that closing a statement yields no action if the
393
-connect is already closed, and HSQLBD sets the ``isValid`` to false but not
+connection is already closed, and HSQLBD sets the ``isValid`` to false but not
394
``isClosed``. Thus executing a shutdown through dbapi2 would be expected to
395
close the prepared statement on an invalid connection resulting in an error.
396
0 commit comments