We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a410f9f commit 0b63759Copy full SHA for 0b63759
Doc/library/sqlite3.rst
@@ -828,6 +828,13 @@ Exceptions
828
disconnect occurs, the data source name is not found, a transaction could
829
not be processed, etc. It is a subclass of :exc:`DatabaseError`.
830
831
+.. exception:: NotSupportedError
832
+
833
+ Exception raised in case a method or database API was used which is not
834
+ supported by the database, e.g. calling the :meth:`~Connection.rollback`
835
+ method on a connection that does not support transaction or has
836
+ transactions turned off. It is a subclass of :exc:`DatabaseError`.
837
838
839
.. _sqlite3-types:
840
0 commit comments